Hello,
How to serialize a scene ?
My scene is modified by the code.
I want to serialize my scene and save the JSON file for next time loading.
I use this code :
var jsFile = BABYLON.SceneSerializer.Serialize(myScene);
but it does not work.
Thanks for your reply and help.