-
Notifications
You must be signed in to change notification settings - Fork 0
Variables Getting Started
Richard Kopelow edited this page Aug 5, 2018
·
1 revision
- Right click in the project explorer or go to the Asset menu.
- Click in Create -> Scriptable Objects -> Variables -> Variable Type.
- Define a Value for the type you want.
public IntValue PlayerHealth;- Click the arrow icon to the left of the field to switch between SO Variables and hardcoded values.
- Link up your field with the SO value or set a value.
SO Variables can be set to save their value at runtime.
- Events
- Variables
- Conditions
- Extras
- GUI Elements
- Systems