Compare commits
No commits in common. "db88a897033e5722ba84e24d327cf4eb3cb36e3b" and "29afb731040acdf6ce74833e4efd6f6b689fbfc3" have entirely different histories.
db88a89703
...
29afb73104
@ -32,7 +32,6 @@ namespace QFramework
|
|||||||
{
|
{
|
||||||
var uiRoot = UIRoot.Instance;
|
var uiRoot = UIRoot.Instance;
|
||||||
Debug.Log("currentUIRoot:" + uiRoot);
|
Debug.Log("currentUIRoot:" + uiRoot);
|
||||||
StringEventSystem.Global.Send("UIRootCreated");
|
|
||||||
mInstance = MonoSingletonProperty<UIManager>.Instance;
|
mInstance = MonoSingletonProperty<UIManager>.Instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1330,7 +1330,6 @@ GameObject:
|
|||||||
serializedVersion: 6
|
serializedVersion: 6
|
||||||
m_Component:
|
m_Component:
|
||||||
- component: {fileID: 376402498555991245}
|
- component: {fileID: 376402498555991245}
|
||||||
- component: {fileID: 3604560447573429498}
|
|
||||||
m_Layer: 0
|
m_Layer: 0
|
||||||
m_Name: UILoading
|
m_Name: UILoading
|
||||||
m_TagString: Untagged
|
m_TagString: Untagged
|
||||||
@ -1338,18 +1337,6 @@ GameObject:
|
|||||||
m_NavMeshLayer: 0
|
m_NavMeshLayer: 0
|
||||||
m_StaticEditorFlags: 0
|
m_StaticEditorFlags: 0
|
||||||
m_IsActive: 1
|
m_IsActive: 1
|
||||||
--- !u!114 &3604560447573429498
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 3604560447573429497}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 11500000, guid: cabec804a45ce1941b8c1895f35d2860, type: 3}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
--- !u!222 &4329888169046837703
|
--- !u!222 &4329888169046837703
|
||||||
CanvasRenderer:
|
CanvasRenderer:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|||||||
@ -1,26 +0,0 @@
|
|||||||
using QFramework;
|
|
||||||
using System;
|
|
||||||
using System.Collections;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using UnityEngine;
|
|
||||||
|
|
||||||
public class LaunchLoading : MonoBehaviour
|
|
||||||
{
|
|
||||||
|
|
||||||
public static LaunchLoading instance;
|
|
||||||
private void Awake()
|
|
||||||
{
|
|
||||||
instance = this;
|
|
||||||
StringEventSystem.Global.Register("UIRootCreated", OnUIRootCreated);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void OnUIRootCreated()
|
|
||||||
{
|
|
||||||
gameObject.SetActive(false);
|
|
||||||
}
|
|
||||||
private void OnDestroy()
|
|
||||||
{
|
|
||||||
StringEventSystem.Global.UnRegister("UIRootCreated", OnUIRootCreated);
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: cabec804a45ce1941b8c1895f35d2860
|
|
||||||
MonoImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
serializedVersion: 2
|
|
||||||
defaultReferences: []
|
|
||||||
executionOrder: 0
|
|
||||||
icon: {instanceID: 0}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
Loading…
x
Reference in New Issue
Block a user