Size limit for editor?

Hello!

We have recently received this error in the editor when trying to make changes to the scene:

The dev console shows this error:

This is our current map editor scene:

Is there a maximum scene size of 16 MB? And if so - is there anything we can do to get around it, other than splitting it into multiple scenes?

Hi @Thien!

There is a size limit for the scene based on the size limit of a JSON file. Please check the topic below. It’s unclear to me what the current size limit actual is.

@slimbuck @yak32

Mongo has a limit of 16MB json blobs. If you’re able to split the scene into multiple scenes, that’s probably the best solution.