Hi,
I’m creating an editor tool where I’d like to be able to load scenes from asset bundles in the editor.
I can get to the stage where I’ve successfully loaded an asset bundle through WWW and have a path from GetAllScenePaths() but I’m then unsure of how to load this. I’ve tried EditorSceneManager.OpenScene().
Any ideas?