Commit 783ce838 authored by 杨泽宇's avatar 杨泽宇

更新

parent 8b164dae
[submodule "Assets/ZeusHubSDK"]
path = Assets/ZeusHubSDK
url = git@gitlab.sd-zeus.com:zeuslib/ZeusHubSDK.git
[submodule "Assets/ZeusUtility"]
path = Assets/ZeusUtility
url = git@gitlab.sd-zeus.com:zeuslib/ZeusUtility.git
......@@ -12,5 +12,5 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 690929a59dc7a42da9030305190d391f, type: 3}
m_Name: XRDeviceSimulatorSettings
m_EditorClassIdentifier:
m_AutomaticallyInstantiateSimulatorPrefab: 1
m_SimulatorPrefab: {fileID: 6598815579406187037, guid: 18ddb545287c546e19cc77dc9fbb2189, type: 3}
m_AutomaticallyInstantiateSimulatorPrefab: 0
m_SimulatorPrefab: {fileID: 0}
Subproject commit 5b972221c4e1d910071c023cd85f97a59aeaefdd
fileFormatVersion: 2
guid: f081b774ac8505944b592491bd9d5b98
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Subproject commit 4f4ea6cc69bfa28769a265b1a33c8376f927e885
fileFormatVersion: 2
guid: e4d54416e31cd2447b624758b47afeb3
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
This diff is collapsed.
fileFormatVersion: 2
guid: eca8ecd87f454b847b756cac840bb4e6
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
#if !UNITY_EDITOR
using UnityEngine;
using UnityEngine.Rendering;
[UnityEngine.Scripting.Preserve]
public class SkipUnityLogo
{
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSplashScreen)]
private static void BeforeSplashScreen()
{
#if UNITY_WEBGL
Application.focusChanged += Application_focusChanged;
#else
System.Threading.Tasks.Task.Run(AsyncSkip);
#endif
}
#if UNITY_WEBGL
private static void Application_focusChanged(bool obj)
{
Application.focusChanged -= Application_focusChanged;
SplashScreen.Stop(SplashScreen.StopBehavior.StopImmediate);
}
#else
private static void AsyncSkip()
{
SplashScreen.Stop(SplashScreen.StopBehavior.StopImmediate);
}
#endif
}
#endif
fileFormatVersion: 2
guid: fe3bae8c6ed448f4f8675cf65cafe5f7
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
......@@ -8,6 +8,9 @@ EditorBuildSettings:
- enabled: 0
path: Assets/XRI_Examples/Scenes/XRI_Examples_Main.unity
guid: ba755f5a181505a4799b21685d4c7576
- enabled: 0
path: "Assets/_Scenes/0-ZeusHubSDK-\u9A8C\u8BC1\u573A\u666F.unity"
guid: eca8ecd87f454b847b756cac840bb4e6
- enabled: 1
path: "Assets/_Scenes/0_\u521D\u59CB\u754C\u9762.unity"
guid: 3b4379fc0534a85409b95222a2ce99f0
......
......@@ -157,8 +157,6 @@ PlayerSettings:
- {fileID: 0}
- {fileID: 0}
- {fileID: 0}
- {fileID: 6859214065320108093, guid: fba6072275013e6448e381f83d131b7f, type: 2}
- {fileID: 7405867191050963036, guid: e60ad326389e9b14e9f7ae2c33703862, type: 2}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
......@@ -758,7 +756,7 @@ PlayerSettings:
platformArchitecture: {}
scriptingBackend:
Android: 1
Standalone: 1
Standalone: 0
il2cppCompilerConfiguration: {}
managedStrippingLevel: {}
incrementalIl2cppBuild: {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment