Unity.Play.Publisher.Editor.asmdef 483 B

12345678910111213141516171819
  1. {
  2. "name": "Unity.Play.Publisher.Editor",
  3. "references": [
  4. "Unity.EditorCoroutines.Editor",
  5. "Unity.Settings.Editor",
  6. "Unity.InternalAPIEditorBridgeDev.001"
  7. ],
  8. "includePlatforms": [
  9. "Editor"
  10. ],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": false,
  13. "overrideReferences": false,
  14. "precompiledReferences": [],
  15. "autoReferenced": true,
  16. "defineConstraints": [],
  17. "versionDefines": [],
  18. "noEngineReferences": false
  19. }