diff --git a/src/UI/Panels/GameObjectInspector.cs b/src/UI/Panels/GameObjectInspector.cs index 23e7a2f..317b1ee 100644 --- a/src/UI/Panels/GameObjectInspector.cs +++ b/src/UI/Panels/GameObjectInspector.cs @@ -17,7 +17,7 @@ namespace UnityExplorer.UI.Panels { public override string Name => "GameObject Inspector"; - public SimpleListSource ComponentList; + //public SimpleListSource ComponentList; public override void Update() { @@ -33,28 +33,19 @@ namespace UnityExplorer.UI.Panels }; } - public SimpleCell CreateCell(RectTransform rect) - { - var button = rect.GetComponentInChildren