ET.ModelView.asmdef 747 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "ET.ModelView",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "ET.Core",
  6. "ET.Init",
  7. "ET.Loader",
  8. "ET.Model",
  9. "ET.ReferenceCollector",
  10. "ET.SourceGeneratorAttribute",
  11. "ET.UI",
  12. "ET.YooAssets",
  13. "Unity.Mathematics",
  14. "YooAsset"
  15. ],
  16. "includePlatforms": [],
  17. "excludePlatforms": [],
  18. "allowUnsafeCode": true,
  19. "overrideReferences": false,
  20. "precompiledReferences": [],
  21. "autoReferenced": true,
  22. "defineConstraints": [
  23. "INITED",
  24. "IS_COMPILING || UNITY_EDITOR"
  25. ],
  26. "versionDefines": [],
  27. "noEngineReferences": false,
  28. "optionalUnityReferences": [],
  29. "additionalReferences": [],
  30. "compilerOptions": ""
  31. }