Databox variable types
Special types
Resource type
Examples
// Loads a resource of type GameObject
var _go = db.GetData<ResourceType>("Assets", "Player", "GameObject").Load() as GameObject;
Instantiate(_go, Vector3.zero, Quaternion.identity); // Loads a resource of type Texture2D
var _thumb = db.GetData<ResourceType>("Assets", "Player", "Thumb").Load() as Texture2D;Addressables
Install
Modifiable Int and Float type
Last updated

