Spawn Points and Scene Changers

A game usually consists of multiple scenes – the easiest way to connect them to a bigger game world is using Spawn Points and Scene Changers.


Interaction Controller

The player needs to be able to interact with the game world, that’s what the interaction controller is used for!


Add ORK to your game

Adding ORK Framework to your game is easy, but you need to know how.


Game State Conditions

Game states link the availability of features to the current state of the game (like showing a menu or fighting).


Create or update a project

This tutorial teaches how to create a new project and import ORK Framework, or update an existing project to a new version.