Quick level editor
A downloadable tool for Windows, macOS, Linux, and Android
Download NowName your own price
Quick level editor is a tool developed for Unity to create 2D and 3D levels based on cubes.
It's able to save and load the levels as .json or prefab and allows modifications.
Color picker acquired from https://github.com/judah4/HSV-Color-Picker-Unity/
Tested in Unity 2018.1 and 2019.3.
Open C# code.
Features:
- Create
- Delete
- Paint
- Save
- Floor selection
- Snap
- Optimized with octrees
- Includes a simple camera movement script
Controls:
- 'E' - to set Add mode
- 'R' - to set Remove mode
- 'P' - to set Paint mode
- 'Q' - to switch between single click and hold click mode
- "WASD" to move the camera
- Mouse wheel to zoom in/out (2D camera mode)
Future upgrades:
- Autosave
- Undo/Redo actions
- Resize in runtime
Known issues:
- When a map is loaded sometimes the base plane doesn't fit right with the cubes. It can be solved pressing the load button again.
Kind comments are welcomed :)
Status | In development |
Category | Tool |
Platforms | Windows, macOS, Linux, Android |
Author | Mario Jiménez |
Tags | 2D, 3D, Game Design, Level Editor |
Download
Download NowName your own price
Click download now to get access to the following files:
Quick Level Editor v0.12.unitypackage 127 kB
Comments
Log in with itch.io to leave a comment.
So this is a 3D Platformer or what is it?
Hi! It's a tool for Unity engine to create levels and structures