[UI] 체력/마나 바 HUD 시스템 추가

- StatBar: Slider/Image.Fill 방식 지원
- PlayerHUD: PlayerNetworkController 연동
- TextMeshPro 어셈블리 참조 추가
- Fantasy Warrior HUD 애셋 임포트
This commit is contained in:
2026-03-10 15:55:56 +09:00
parent 975572db46
commit 2cc24188b3
5 changed files with 193 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
"Unity.Netcode.Runtime",
"Unity.Networking.Transport",
"Unity.Transport",
"Unity.InputSystem"
"Unity.InputSystem",
"Unity.TextMeshPro"
],
"includePlatforms": [],
"excludePlatforms": [],