mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 22:27:45 +08:00
Fix scene loader not showing
This commit is contained in:
parent
1e68529430
commit
b9c641f170
@ -97,6 +97,8 @@ namespace UnityExplorer.ObjectExplorer
|
|||||||
var scenePath = (string)method.Invoke(null, new object[] { i });
|
var scenePath = (string)method.Invoke(null, new object[] { i });
|
||||||
AllSceneNames.Add(scenePath);
|
AllSceneNames.Add(scenePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WasAbleToGetScenesInBuild = true;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user