I use the Babylonjs Viewer. As mentioned in the docs, I try to access the scene instance so I can bind data to the meshes. But every one of the 3 observables doesn’t return a complete scene. The method I need is getMeshByID but they appear to be added later during runtime.
Whats the proper way of waiting for a complete scene?