Create your levels fast and easily without 3D modelling skills required
Core Features
Hybrid of tile-based pixel graphics and low-poly generated meshes
Unique Stylized Retro Look - Ideal for small Indie and Retro games
Rooms can be used in Procedural Level Generator
Create levels for Roguelikes, Isometric Metroidvanias and simple RPG-like games very fast
Level Generator
(Oct 24, 2018)
Unity3DC#
The Level Generator uses the rooms of the Level Editor
and procedurally generates the level as you play your game.
It is a Worker-based generator, where each worker has a different job and can spawn other workers to continue the job
F.e. one worker creates a rudimentary tunnel, one could make the geometry more interesting taking neighbor rooms into account,
another decorates it, one spawns enemies and one could add the final touches.
Core Features
Worker-based generator: Customize your level-biome via the settings of your workers
Flexible and easily extensible system - Code your own workers based on your game's needs.
Add worker-areas to add more control to specific locations of your map.