ET.ModelView.asmdef 784 B

1234567891011121314151617181920212223242526272829303132
  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.YIUIFramework",
  13. "ET.YooAssets",
  14. "Unity.Mathematics",
  15. "Unity.TextMeshPro"
  16. ],
  17. "includePlatforms": [],
  18. "excludePlatforms": [],
  19. "allowUnsafeCode": true,
  20. "overrideReferences": false,
  21. "precompiledReferences": [],
  22. "autoReferenced": true,
  23. "defineConstraints": [
  24. "INITED",
  25. "IS_COMPILING || UNITY_EDITOR"
  26. ],
  27. "versionDefines": [],
  28. "noEngineReferences": false,
  29. "optionalUnityReferences": [],
  30. "additionalReferences": [],
  31. "compilerOptions": ""
  32. }