Skip to content

Instantly share code, notes, and snippets.

@inertiave
Created December 5, 2019 01:51
Show Gist options
  • Save inertiave/37a69691334c4cd4cecf961c1d8671fe to your computer and use it in GitHub Desktop.
Save inertiave/37a69691334c4cd4cecf961c1d8671fe to your computer and use it in GitHub Desktop.
using UnityEngine;
[DefaultExecutionOrder(ExecuteOrder.UI_INITIALIZE)]
public class UIManager : MonoBehaviour
{
void Awake()
{
Debug.Log("UIManager Initialized");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment