33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
# TH1 Main Menu Figma Structure Plugin
|
|
|
|
This is a local Figma development plugin that recreates the current TH1 main menu structure as editable Figma frames.
|
|
|
|
## How to run
|
|
|
|
1. Open Figma Desktop.
|
|
2. Create or open a blank design file.
|
|
3. Go to `Plugins > Development > Import plugin from manifest...`.
|
|
4. Select:
|
|
|
|
`C:\TH1\TH1\Tools\Figma\TH1MainMenuStructure\manifest.json`
|
|
|
|
5. Run `Plugins > Development > TH1 Main Menu Structure`.
|
|
|
|
The plugin creates two frames:
|
|
|
|
- `TH1 Main Menu - Current Unity Structure`
|
|
- `TH1 Main Menu - Logic Flow`
|
|
|
|
## Scope
|
|
|
|
The generated Figma file is a structural restoration, not a visual redesign. It uses placeholder shapes and labels instead of importing Unity texture assets.
|
|
|
|
The structure is based on:
|
|
|
|
- `Unity/Assets/Scripts/TH1_UI/View/Outside/UIOutsideMenuView.cs`
|
|
- `Unity/Assets/Scripts/TH1_UI/Controller/Outside/UIOutsideMenuController.cs`
|
|
- `Unity/Assets/Scripts/TH1_Core/Events/UIEventManagerBinder.cs`
|
|
- `Unity/Assets/Scripts/TH1_UI/Core/UIOutsideManager.cs`
|
|
- `Unity/Assets/BundleResources/Prefab/UI/Outside/UIOutsideMenu.prefab`
|
|
|