Hi, I'm new to babylon environment, and stuck with a problem were i have to save/download latest scene from the render loop.
i am using a custom 3D model exported from blender, the customization and texture implementations are works fine, but while saving/downloading the scene i can't find any texture or color which i added to the scene (i can see it in canvas but not in the serialized file).
I'm using
SceneSerializer.Serialize(scene);
method for saving the scene, please help me to fix this issue.
PS: I'm using babylon version 4.2.0 (npm package)