I have an issue, after the export project data.js file is too big, how do I want to split data.js content in loaded when needed?
data.js file now has more than 5mb!
My game may have 100 levels in the future.
I need to split levels, event sheets,so that they are not in a data.js, when a level needed to load.(it's like to using AJAX to read json)