Skip to content

[Article] Hook for global changes in C# #3

@Muchaszewski

Description

@Muchaszewski

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());
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions