Unity.ModelView.Codes.asmdef 547 B

1234567891011121314151617181920212223
  1. {
  2. "name": "Unity.ModelView.Codes",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.ThirdParty",
  6. "Unity.Core",
  7. "Unity.Model.Codes",
  8. "Unity.Mathematics",
  9. "Unity.Loader",
  10. "FairyGUI.Runtime"
  11. ],
  12. "includePlatforms": [],
  13. "excludePlatforms": [],
  14. "allowUnsafeCode": true,
  15. "overrideReferences": false,
  16. "precompiledReferences": [],
  17. "autoReferenced": true,
  18. "defineConstraints": [
  19. "ENABLE_CODES"
  20. ],
  21. "versionDefines": [],
  22. "noEngineReferences": false
  23. }