Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

Unity.Burst.Tests.asmdef 457B

1234567891011121314151617181920
  1. {
  2. "name": "Unity.Burst.Tests.UnitTests",
  3. "references": [
  4. "Unity.Burst",
  5. "Unity.Mathematics"
  6. ],
  7. "optionalUnityReferences": [
  8. "TestAssemblies"
  9. ],
  10. "includePlatforms": [],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": true,
  13. "overrideReferences": false,
  14. "precompiledReferences": [],
  15. "autoReferenced": true,
  16. "defineConstraints": [
  17. "UNITY_INCLUDE_TESTS"
  18. ],
  19. "versionDefines": []
  20. }