fix:扬州枚举修改
This commit is contained in:
@@ -134,9 +134,10 @@ public class GameLocal : MonoBehaviour
|
||||
authInfo.deviceSn = GetSn();
|
||||
authInfo.startAt = ConvertTimestampToDateTime(GetTimestamp()) + "";
|
||||
authInfo.shop = 0;
|
||||
#if !UNITY_EDITOR && UNITY_ANDROID && PICO
|
||||
authInfo.shop = (int)place;
|
||||
if (place == Place.Yangzhou_Hanjiang_Tansuozhongxin_wai)
|
||||
|
||||
#if !UNITY_EDITOR && UNITY_ANDROID && PICO
|
||||
if (place == Place.Yangzhou_Hanjiang_TansuoZhongxin_wai)
|
||||
authInfo.shop = 5;
|
||||
if (place == Place.Shandong_Jining_Shangchang_nei)
|
||||
authInfo.shop = 9;
|
||||
|
||||
@@ -5,9 +5,12 @@ EditorBuildSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Scenes:
|
||||
- enabled: 1
|
||||
- enabled: 0
|
||||
path: Assets/_DefendNJ/Scenes/Company1Floor.unity
|
||||
guid: 386a8fdea01af8a4e8d4a9835407ddec
|
||||
- enabled: 1
|
||||
path: Assets/_DefendNJ/Scenes/Nanjing_Qixia_Yaohuamen_Jindiguangchang.unity
|
||||
guid: 3c141df7b52e0144385878e9b9b150a4
|
||||
m_configObjects:
|
||||
Unity.XR.PXR.Settings: {fileID: 11400000, guid: d0f8149c48842b4488cf6fb974cff9a2,
|
||||
type: 2}
|
||||
|
||||
@@ -142,7 +142,9 @@ PlayerSettings:
|
||||
visionOSBundleVersion: 1.0
|
||||
tvOSBundleVersion: 1.0
|
||||
bundleVersion: 1.0.0
|
||||
preloadedAssets: []
|
||||
preloadedAssets:
|
||||
- {fileID: 1814176829808956018, guid: 58f40b12bbc864f3c96c6505a9a1e1e3, type: 2}
|
||||
- {fileID: 11400000, guid: d0f8149c48842b4488cf6fb974cff9a2, type: 2}
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
@@ -163,7 +165,7 @@ PlayerSettings:
|
||||
androidSupportedAspectRatio: 1
|
||||
androidMaxAspectRatio: 2.1
|
||||
applicationIdentifier:
|
||||
Android: com.pineappletech.defendjinling.gongsi1lou
|
||||
Android: com.pineappletech.defendjinling.nanjingqixiayaohuamenjindiguangchang
|
||||
Standalone: com.DefaultCompany.com.unity.template.ar
|
||||
buildNumber:
|
||||
Standalone: 0
|
||||
|
||||
Reference in New Issue
Block a user