I was wondering how if it was possible save my engine.world
Object as an exportable format. I tried converting it as a JSON string js JSON.stringify(engine.world)
as it contains a circular structure. Are there any ways to overcome this problem, or any other formats I could convert it to?
I want users to be able to be able to load custom worlds.