Dropper – a simple level editor

Joseph Hocking writes:

A very useful but unglamorous tool, a “dropper” is a simple level editor that lets you position objects in 3D space and then writes all the positions/rotations/etc. to an easily parsed text file. Your game can then read this file to put everything in the same place. It exports any custom properties that you set, plus you can choose either JSON or XML for the output format.

Advertisement