Skip to content

Creating routes

Static Badge

The system provides an easy to use Route Actor that already implements the basic functionalities.

It can be either used directly in the game world to create routes "on the fly" or can be extended (create child classes) to add some more logic or shapes/meshes.

In this page we will be boarding both ways of using It.

Using the base Route Actor in the world

The package provides a Base route actor that implements the required interactions with your character.

type:video

Example

Creating your own Route Actors