feat: 场景优化 - 清理重复对象、设置Tags/Colliders、重建Canvas UI、连线Inspector引用

- 删除顶层重复的 GameManager/ExperimentController/InteractionSystem/AnimationController
- 移除Canvas上的旧 HUDController(保留 UIManager)
- 为14个交互定位点设置Tag并添加SphereCollider
- 创建12个自定义Tag(InjuryVisual/Swelling/Pain/VitalSigns/Neuro/BandagePos1-3/Ankle/PaddingPos/SplintLeft/SplintRight)
- 完全重建Canvas UI子对象结构以匹配 UIManager 脚本
- 连线 ExperimentFlowCoordinator 和 UIManager 的所有 serialized fields
- 编译零错误,游戏画面正常显示
This commit is contained in:
yangbear
2026-06-24 02:44:58 +08:00
parent f0a6b96da5
commit bf926165c0
5 changed files with 7161 additions and 735 deletions
+12
View File
@@ -12,6 +12,18 @@ TagManager:
- FirstAidKit
- InjuryLeg
- Ground
- InjuryVisual
- InjurySwelling
- InjuryPain
- InjuryVitalSigns
- InjuryNeuro
- BandagePos1
- BandagePos2
- BandagePos3
- Ankle
- PaddingPos
- SplintLeft
- SplintRight
layers:
- Default
- TransparentFX