Ignition / GameData
Namespace
Playniax.Ignition.FrameworkClass or component can be found in
Assets/Playniax/Ignition/Framework/Scripts/GameData.cs
Class GameData
DescriptionGameData can be used to temporarily store statistics of the game.
progress and progressScale are built-in data fields.
Custom fields can be added to custom and supports floats, integers, booleans and strings.
The information will not be saved and is only avaiable at runtime.
Public fields | Description |
---|
Config custom = new Config() | Custom data storage. |