Hey! Last weekend we worked on a Level Editor for a Platformer Prototype we are working on!
What we wanted to create was a super basic level editor for a game idea we are working on, and as our game is tile based, we wanted to create an easy-to-share ascii editor for it.
This is Jumper Jon! Jumper Jon - Prototype by Ogre Pixel
At first we added an input field on Unity but found that it couldn’t copy/paste text on the WebGL player, that’s why we ended up creating an HTML textarea and added communication between this with the player through JavaScript
What we believe will work to share levels is pastebin.com Sample here: Jumper Jon sample level - Pastebin.com
What do you think?
Any other ideas about how would you have solved this?