Rewrite AudioMixerGUI with Unity Canvas system

- Switched from OnGUI to Unity Canvas/UI system
- Added VerticalLayoutGroup for flexible layout
- Added ContentSizeFitter for auto-sizing
- Added resizable panel with drag handle in corner
- Fixed TMPro and UnityEngine.UI references in csproj
- Panel is now draggable and resizable (350x400 to 800x900)
This commit is contained in:
2026-03-22 14:51:52 -04:00
parent 5a9f306f3f
commit c0b6816ab0
4 changed files with 458 additions and 189 deletions

View File

@@ -1 +0,0 @@
1774203036

View File

@@ -1 +0,0 @@
14107