mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 00:07:52 +08:00
Cleanup and fix small issue with JumpToIndex
This commit is contained in:
@ -235,9 +235,6 @@ namespace UnityExplorer.UI.Inspectors
|
||||
private void OnExploreButtonClicked()
|
||||
{
|
||||
var panel = UIManager.GetPanel<Panels.ObjectExplorerPanel>(UIManager.Panels.ObjectExplorer);
|
||||
UIManager.SetPanelActive(panel, true);
|
||||
panel.SetTab(0);
|
||||
|
||||
panel.SceneExplorer.JumpToTransform(this.Parent.GOTarget.transform);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user