mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2024-12-23 01:59:40 +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 });
|
||||
AllSceneNames.Add(scenePath);
|
||||
}
|
||||
|
||||
WasAbleToGetScenesInBuild = true;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user