GameUIEditor.asmdef 592 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "GameUIEditor",
  3. "rootNamespace": "",
  4. "references": [
  5. "GameTimeLine",
  6. "Fort23.Core",
  7. "GPUECSAnimationBakerEngine",
  8. "Kybernetik.Animancer",
  9. "Fort23.GameLogic",
  10. "Unity.Timeline",
  11. "Fort23.Mono",
  12. "Fort23.GameData"
  13. ],
  14. "includePlatforms": [
  15. "Editor"
  16. ],
  17. "excludePlatforms": [],
  18. "allowUnsafeCode": false,
  19. "overrideReferences": false,
  20. "precompiledReferences": [],
  21. "autoReferenced": true,
  22. "defineConstraints": [],
  23. "versionDefines": [],
  24. "noEngineReferences": false
  25. }