暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }