Create System
Last updated
Last updated
This tool provides ability to create your own system class (inherited from SystemBase class) in 1 click.
Just enter your class name and click Create System button. Created class script will appear in Assets/Scripts/Systems/
directory.
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.
We strongly recommend to instantiate your systems on initial scene (which is loaded firstly at game start).