Is there a way to save my engine.world
Object in an exportable format? I attempted converting it to a JSON string using JSON.stringify(engine.world)
but encountered issues with the circular structure. Are there any solutions for this problem, or alternative formats that I could use?
I aim to enable users to load custom worlds.