Geen omschrijving
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.asmdef 934B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "Unity.Collections",
  3. "references": [
  4. "Unity.Burst",
  5. "Unity.Mathematics",
  6. "Unity.Properties",
  7. "Unity.Collections.LowLevel.ILSupport"
  8. ],
  9. "includePlatforms": [],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": true,
  12. "overrideReferences": false,
  13. "precompiledReferences": [],
  14. "autoReferenced": true,
  15. "defineConstraints": [],
  16. "versionDefines": [
  17. {
  18. "name": "com.unity.package-validation-suite",
  19. "expression": "0.4.0-preview.6",
  20. "define": "UNITY_SKIP_UPDATES_WITH_VALIDATION_SUITE"
  21. },
  22. {
  23. "name": "Unity",
  24. "expression": "2022.2.14f1",
  25. "define": "UNITY_2022_2_14F1_OR_NEWER"
  26. },
  27. {
  28. "name": "Unity",
  29. "expression": "2022.2.16f1",
  30. "define": "UNITY_2022_2_16F1_OR_NEWER"
  31. }
  32. ],
  33. "noEngineReferences": false
  34. }