We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Article about how to Hook for global changes in C#
Example:
void Start(){ ReactUnity.Context.Globals.AddListener((key, value, state) => { Debug.Log(key + " " + value.ToString()); }}