Ingen beskrivning
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 806B

1234567891011121314151617181920212223242526272829
  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": "com.unity.properties",
  24. "expression": "1.2.0-preview",
  25. "define": "UNITY_PROPERTIES_EXISTS"
  26. }
  27. ],
  28. "noEngineReferences": false
  29. }