mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-23 17:02:36 +08:00
Debug console basically finished and working (using TMP now)
This commit is contained in:
@ -28,6 +28,12 @@ namespace ExplorerBeta.UI
|
||||
|
||||
// Create submodules
|
||||
new MainMenu();
|
||||
|
||||
// Force refresh of anchors (?)
|
||||
Canvas.ForceUpdateCanvases();
|
||||
|
||||
CanvasRoot.SetActive(false);
|
||||
CanvasRoot.SetActive(true);
|
||||
}
|
||||
|
||||
public static void SetEventSystem()
|
||||
|
Reference in New Issue
Block a user