Merge remote-tracking branch 'origin/main' into main_ZYT
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 948dace22d0fecd40bb702fb7e5774e2
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
36963
Assets/_Zombie/Scenes/Shandong_Langfang_QingzhouTaihuacheng.unity
Normal file
36963
Assets/_Zombie/Scenes/Shandong_Langfang_QingzhouTaihuacheng.unity
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e0c90b79158dec949be7c3689ebd8533
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -95,7 +95,7 @@ public class Gun2 : Launcher
|
||||
}
|
||||
#endif
|
||||
|
||||
if (isTrigger||isGrip)
|
||||
if ((isTrigger||isGrip)&&!GameLocal.Ins.self.isDie&& GameManager.Ins.isStart)
|
||||
{
|
||||
CmdShot();
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ public class Gun3 : Launcher
|
||||
}
|
||||
#endif
|
||||
|
||||
if (isTrigger||isGrip)
|
||||
if ((isTrigger||isGrip)&&!GameLocal.Ins.self.isDie&& GameManager.Ins.isStart)
|
||||
{
|
||||
CmdShot();
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user