更新game HUD 界面

This commit is contained in:
2026-07-04 12:15:13 +08:00
parent 58d1f54e0d
commit 0b6dc2653f
21 changed files with 5347 additions and 597 deletions
@@ -89,8 +89,9 @@ namespace IndianOceanAssets.Engine2_5D
}
}
private void Update()
private void LateUpdate()
{
// 在 FixedUpdate 之后读取光源位置,避免物理移动与光照更新时序不同步导致的抖动
UpdateLightData();
UpdateMaskPosition();
}