fix:开门方法修改 添加湖南吉首场地

This commit is contained in:
bzx
2025-09-30 14:30:21 +08:00
parent 0997ef4412
commit dd89969cf0
5 changed files with 428502 additions and 70 deletions

View File

@@ -109,6 +109,7 @@ public class GameLocal : MonoBehaviour
AuthorPanel.Show();
BGMState.StateChange(0);
DownEndBullet();
doorAnim.enabled = false;
#if !UNITY_EDITOR && UNITY_ANDROID && PICO
PXR_MixedReality.EnableVideoSeeThrough(true);
#endif
@@ -182,7 +183,6 @@ public class GameLocal : MonoBehaviour
public void OpenDoor()
{
doorAnim.enabled = true;
doorAnim.SetBool("isOpen",true);
}
public void OpenEndBullet()