Getting Started

The Game Action System is a Unity plugin that allows game developers to easily set up gameplay logic directly within the editor. It has been designed to work out of the box! In the following guide we will explore how the package works.

Import the package

If not already done, open the Package Manager, select My Assets and download and import the Game Action System package.

Open and explore the Sample

Next open the Sample scene provided with the package (Plugins->Ilumisoft->Game Action System->Demo->Demo) to get an overview of the provided features and options. It contains a simple sample scene showing different scenarios created using the system.

When you enter playmode, you can control a sample character and interacting with the environment by entering plates. The info boxes in the scene will provide you with additional information.

On the following pages you will find a description of the core components of the system.

Last updated