I’m pretty sure the answer to this is no - but wanted to double check here.
When serializing scenes that contain observables (e.g. observable on camera’s viewmatrixchange) such as this one https://playground.babylonjs.com/#1AGCWP#83 the serialized / exported babylon file does not seem to contain any data about the observable.
Is this intended?
I’d imagine that a serialized “scene” would also serialize all its children and constituent variables such as activecamera, etc.