Unity.HotfixView.asmdef 739 B

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