Gauntlet Level Editor

2019

#C# #UnityEditor #json

This is a C# Unity Editor Tool used for designing, drawing, and exporting 2D level maps based on the classic Gauntlet video game.


72028892-33716d00-3252-11ea-9042-3162c9b3872c.png

This tool includes windows for creating and designing prefabs (enemies, spawn factories, items, ground tiles, etc.) and a map editor window for designing levels through the placement of these prefabs. With the click of a button, all maps will be bundled together and exported (including all sprite assets and object data in the form of json files). This data can then be easily loaded into a separately written C++ Gauntlet game, outside of Unity.
Map and prefab data is managed internally through scriptable objects that are saved within the Unity project, in case you want to close Unity and open it again to continue working another time.

72029286-6f590200-3253-11ea-8264-a0d70dbf5e4c.png
72029299-7aac2d80-3253-11ea-8145-10142def5d8a.png
Previous
Previous

RakNet Bingo

Next
Next

City Battle Drones