Unity.Editor.asmdef 249 B

12345678910111213
  1. {
  2. "name": "Unity.Editor",
  3. "references": [
  4. "Unity.Model",
  5. "Unity.ThirdParty"
  6. ],
  7. "optionalUnityReferences": [],
  8. "includePlatforms": [
  9. "Editor"
  10. ],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": true
  13. }