Fix scene loader not showing

This commit is contained in:
Sinai 2021-10-26 15:12:44 +11:00
parent 1e68529430
commit b9c641f170

View File

@ -97,6 +97,8 @@ namespace UnityExplorer.ObjectExplorer
var scenePath = (string)method.Invoke(null, new object[] { i });
AllSceneNames.Add(scenePath);
}
WasAbleToGetScenesInBuild = true;
}
catch (Exception ex)
{