I'm working in a side-scroller with Sprite Kit. I want to create different levels, however I don't know how to edit, save and load the level maps.
I found a good answer about how to store information about a level in a plist file. Storing Sprite Kit Level Data I think it shouldn't be very hard to save all nodes on a plist file and load them. However I would still have to build my own leven editor and I'm not sure if I want to do that.
Any thoughts?