Remove GenerateActorUITemplate editor window#350
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ### Removed | ||
| - 旧来のランタイム管理 MonoBehaviour と Visual Scripting ブリッジを削除し、`FUnityManager` / `VSPresenterBridge` / `ActorPresenterAdapter` に統一しました。 | ||
| - 使用されていなかった Editor メニュー(`FUnity/Tools/Fix Runtime Layout` など)と `GenerateActorUITemplateWindow` / `StageBackgroundDiagnosticsMenu` などの補助クラスを整理しました。 | ||
| - 使用されていなかった Editor メニュー(`FUnity/Tools/Fix Runtime Layout` など)と不要な補助クラス(Actor UI テンプレ生成やステージ背景診断など)を整理しました。 |
There was a problem hiding this comment.
Removing actor template menu breaks documented setup
Deleting GenerateActorUITemplateWindow removes the only MenuItem("FUnity/Create/FUnityActorData"), so the actor template creation menu disappears. However README.md, Docs/setup.md, actor-template.md, etc., still instruct users to run that menu; after this change rg "FUnity/Create/FUnityActorData" shows only those docs and no implementation. Anyone following the published setup steps can no longer generate the actor UXML/USS/ActorData bundle as documented, so the tooling or docs need to be restored in tandem.
Useful? React with 👍 / 👎.
Summary
Testing
Codex Task