Hello there. I’m utilizing v2.x of Cocos Creator. I used to be questioning about learn how to save stage information (structure, x and y positions, and so on.) with out utilizing tilemap like in this submit. For the nodes whose structure I’d be saving, I’d additionally want to connect parts to them. Initially, I created a brand new scene for each stage however that appears very inefficient. I’m not fairly positive learn how to learn textual content information on startup and whereas threaded, which was really helpful within the thread I linked. Additionally, what’s one of the best ways to jot down out every node and its particulars to a file as slackmoehrle stated? Code examples could be appreciated.
You should use cc.assets.load to load the textual content:
https://docs.cocos.com/creator/2.4/handbook/en/asset-workflow/textual content.html
You should use ‘jsb.fileUtils.writeStringToFile’ to jot down to a file.