No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.Collections.Editor.asmdef 387B

12345678910111213141516171819
  1. {
  2. "name": "Unity.Collections.Editor",
  3. "references": [
  4. "Unity.Collections"
  5. ],
  6. "optionalUnityReferences": [],
  7. "includePlatforms": [
  8. "Editor"
  9. ],
  10. "excludePlatforms": [],
  11. "versionDefines":
  12. [
  13. {
  14. "name": "Unity",
  15. "expression": "2022.2.14f1",
  16. "define": "UNITY_2022_2_14F1_OR_NEWER"
  17. }
  18. ]
  19. }