mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 19:13:03 +08:00
Update GameObjectWindow.cs
This commit is contained in:
@ -182,7 +182,7 @@ namespace Explorer
|
|||||||
|
|
||||||
private void ReflectObject(Il2CppSystem.Object obj)
|
private void ReflectObject(Il2CppSystem.Object obj)
|
||||||
{
|
{
|
||||||
var window = WindowManager.InspectObject(obj, out bool created);
|
var window = WindowManager.InspectObject(obj, out bool created, true);
|
||||||
|
|
||||||
if (created)
|
if (created)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user