Skip to content

Instantly share code, notes, and snippets.

@AaronJessen
Created May 23, 2021 13:34
Show Gist options
  • Select an option

  • Save AaronJessen/a543f10f379ff07004360a09ef3f438e to your computer and use it in GitHub Desktop.

Select an option

Save AaronJessen/a543f10f379ff07004360a09ef3f438e to your computer and use it in GitHub Desktop.
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.SubsystemRegistration)]
static void Init()
{
Debug.Log("Counter reset.");
counter = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment