Create System

This tool provides ability to create your own system class (inherited from SystemBase class) in 1 click.

Create System popup

Just enter your class name and click Create System button. Created class script will appear in Assets/Scripts/Systems/ directory.

Generated system class script

You can also instantiate newly created system on current scene if needed. Just click "Instantiate System on scene" button and gameobject with attached system class component will appear in scene hierarchy.

New system instantiated on scene

We strongly recommend to instantiate your systems on initial scene (which is loaded firstly at game start).

Last updated