Merge remote-tracking branch 'origin/main' into main_ZYT

This commit is contained in:
ZYT
2025-09-02 18:26:35 +08:00
9 changed files with 70114 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 948dace22d0fecd40bb702fb7e5774e2
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e0c90b79158dec949be7c3689ebd8533
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -95,7 +95,7 @@ public class Gun2 : Launcher
}
#endif
if (isTrigger||isGrip)
if ((isTrigger||isGrip)&&!GameLocal.Ins.self.isDie&& GameManager.Ins.isStart)
{
CmdShot();
}

View File

@@ -78,7 +78,7 @@ public class Gun3 : Launcher
}
#endif
if (isTrigger||isGrip)
if ((isTrigger||isGrip)&&!GameLocal.Ins.self.isDie&& GameManager.Ins.isStart)
{
CmdShot();
}

View File

@@ -104,6 +104,8 @@ public class MRInput : MonoBehaviour
{
if(GameLocal.Ins.self==null||GameLocal.Ins.self.isDie)
return;
if(GameManager.Ins==null|| !GameManager.Ins.isStart)
return;
#if !UNITY_EDITOR && UNITY_ANDROID && PICO
if (_leftHandDevice != null)
{

View File

@@ -23,6 +23,12 @@ EditorBuildSettings:
- enabled: 0
path: Assets/_Zombie/Scenes/Zhejiang_Jinhua_Kejiguan.unity
guid: 745618b4d2230094fae3279122f05891
- enabled: 0
path: Assets/_Zombie/Scenes/Henan_Xinzheng_Shuanghudadao_Longhujinyicheng.unity
guid: 948dace22d0fecd40bb702fb7e5774e2
- enabled: 1
path: Assets/_Zombie/Scenes/Shandong_Langfang_QingzhouTaihuacheng.unity
guid: e0c90b79158dec949be7c3689ebd8533
m_configObjects:
Unity.XR.PXR.Settings: {fileID: 11400000, guid: d0f8149c48842b4488cf6fb974cff9a2,
type: 2}

View File

@@ -163,7 +163,7 @@ PlayerSettings:
androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1
applicationIdentifier:
Android: com.pineappletech.zombie.zhejiangshaoxingshengzhouwuyueguangchang
Android: com.pineappletech.zombie.shandonglangfangqingzhouTaihuacheng
Standalone: com.DefaultCompany.com.unity.template.ar
buildNumber:
Standalone: 0