Overview

Welcome to the PLATFORMARS 2D Level Generator Documentation. Here you'll find everything you need to know to fasten your platformer game development!

Introduction

PLATFORMARS lets you procedurally generate your level with your own hand-crafted rooms. If you are developing a 2D platformer game using Unity Engine, this tool will come in handy.

Features

  • Define your own difficulty curve, generate levels with difficulty variations on each level. First, you have to make the easiest and the hardest levels as thresholds so the tools can make new patterns from them.

  • Generate levels as prefabs that contain complete obstacles and environment.

  • Using the editor window instead of adding new components to a game object.

  • Works for placing only obstacles and environment sprites or tiles (doesn't work on 3D Model)

  • Demo scene and example projects are included in the asset package (Tools + 2D Game Kit).

System Requirement

PLATFORMARS requires atleast Unity Engine 2019.4 or newer.

Not yet tested on the older version of Unity Engine.

Last updated