Skip to content

Instantly share code, notes, and snippets.

@inertiave
Created December 5, 2019 01:45
Show Gist options
  • Save inertiave/a880249c7d7616e4f511d6c0764baad8 to your computer and use it in GitHub Desktop.
Save inertiave/a880249c7d7616e4f511d6c0764baad8 to your computer and use it in GitHub Desktop.
using UnityEngine;
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