Unity.Model.Codes.asmdef 874 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "Unity.Model.Codes",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.ThirdParty",
  6. "Unity.Core",
  7. "Unity.Mathematics"
  8. ],
  9. "includePlatforms": [],
  10. "excludePlatforms": [
  11. "Android",
  12. "EmbeddedLinux",
  13. "GameCoreScarlett",
  14. "GameCoreXboxOne",
  15. "iOS",
  16. "LinuxStandalone64",
  17. "CloudRendering",
  18. "Lumin",
  19. "macOSStandalone",
  20. "PS4",
  21. "PS5",
  22. "Stadia",
  23. "Switch",
  24. "tvOS",
  25. "WSA",
  26. "WebGL",
  27. "WindowsStandalone32",
  28. "WindowsStandalone64",
  29. "XboxOne"
  30. ],
  31. "allowUnsafeCode": true,
  32. "overrideReferences": false,
  33. "precompiledReferences": [],
  34. "autoReferenced": true,
  35. "defineConstraints": [
  36. "ENABLE_CODES"
  37. ],
  38. "versionDefines": [],
  39. "noEngineReferences": false
  40. }