Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "Unity.Collections.Tests",
  3. "references": [
  4. "Unity.Collections",
  5. "Unity.Burst",
  6. "Unity.Mathematics",
  7. "Unity.Collections.BurstCompatibilityGen"
  8. ],
  9. "includePlatforms": [
  10. ],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": true,
  13. "overrideReferences": true,
  14. "precompiledReferences": [
  15. "nunit.framework.dll"
  16. ],
  17. "autoReferenced": false,
  18. "defineConstraints": [
  19. "UNITY_INCLUDE_TESTS"
  20. ],
  21. "versionDefines":
  22. [
  23. {
  24. "name": "Unity",
  25. "expression": "2022.2.16f1",
  26. "define": "UNITY_2022_2_16F1_OR_NEWER"
  27. }
  28. ],
  29. "noEngineReferences": false,
  30. "optionalUnityReferences": [
  31. "TestAssemblies"
  32. ]
  33. }