Hello everyone, I have a question about the file system. Now with the new foundation of saving and loading local files, is it possible to share levels created in a level builder game?
Develop games in your browser. Powerful, performant & highly capable.
I can’t give a direct answer to your question.
I believe it would be easier and more maintainable to save the level data in a JSON file.
If you create a function that builds the level based on the JSON data, it will give you a more flexible setup.