Is it possible to see all scenes in the Inspector?

Hi!
I explore this playground and I can’t get scenes and their meshes in the Inspector. Is it possible?

image

As I found in source code (Babylon.js/sceneExplorerComponent.tsx at master · BabylonJS/Babylon.js · GitHub) the sceneEplorer works only with a single scene and doesn’t contain any switcher between them.
And as I think, the Playground doesn’t provide to Inspector the data with all scenes. If it’s true, so we should not wait this ability in the future?

If you open the inspector in code then you can choose which scene to open it for. E.G. here’s the same example playground showing the inspector for the firstPersonScene on line 88. :slight_smile:

1 Like