Hello, how to get BABYLON.Scene clone?
1 Like
Would be great to know more about the use case cause it could be different ways:
- Serialize / Load the scene
- Use Asset Container
- Others
Thank you for attention. I need all way, it’s too complicate to describe what i need. I would like to try all solutions which existed to clone scene.
You can then start with:
- Serialize / Load the scene
- Use Asset Container
Could you give me example with Serialize / Load the scene please?
I tried that but some of the cloned scene mashes have undefined materials when in original scene all materials are initialized.
It would help us if you try to reproduce your issues in a playground (https://playground.babylonjs.com/), then it is much easier to understand what is going on.
1 Like