Hello everyone, With BabylonJs we can load a scene from a babylon file but why we can't load a scene from a data steam? In my project we can save BabylonScene to a DataBase on the server with using BABYLON.SceneSerializer and JSON.stringify but after we can't reload this BabyloneScene from the server. Anyone have an idea?