mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 11:12:49 +08:00
Fix scene loader not showing
This commit is contained in:
@ -97,6 +97,8 @@ namespace UnityExplorer.ObjectExplorer
|
||||
var scenePath = (string)method.Invoke(null, new object[] { i });
|
||||
AllSceneNames.Add(scenePath);
|
||||
}
|
||||
|
||||
WasAbleToGetScenesInBuild = true;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user