replace old scrollpool with new dynamic one, more progress

This commit is contained in:
Sinai
2021-04-19 20:08:07 +10:00
parent 8b5e385c28
commit 7a253fa0a0
15 changed files with 1262 additions and 1281 deletions

View File

@ -22,7 +22,7 @@ namespace UnityExplorer.UI
// panels
public static SceneExplorer SceneExplorer { get; private set; }
public static GameObjectInspector GOInspector { get; private set; }
public static InspectorTest GOInspector { get; private set; }
// bundle assets
internal static Font ConsoleFont { get; private set; }
@ -54,7 +54,7 @@ namespace UnityExplorer.UI
SceneExplorer = new SceneExplorer();
SceneExplorer.ConstructUI(CanvasRoot);
GOInspector = new GameObjectInspector();
GOInspector = new InspectorTest();
GOInspector.ConstructUI(CanvasRoot);
//MainMenu.Create();