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

@@ -3796,7 +3796,8 @@ Transform:
m_LocalPosition: {x: 2, y: 0, z: 5.75}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Children:
- {fileID: 402242307}
m_Father: {fileID: 2071473052}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &386382019
@@ -4246,12 +4247,12 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 402242306}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 2.33, y: -0, z: 6.65}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 2.7215755, y: 1, z: 3.8603356}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2071473052}
m_Father: {fileID: 386243494}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!65 &402242308
BoxCollider:
@@ -29984,7 +29985,6 @@ Transform:
- {fileID: 1079911502}
- {fileID: 523902381}
- {fileID: 386243494}
- {fileID: 402242307}
- {fileID: 1022275055}
- {fileID: 2092211512}
- {fileID: 1183671579}

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()