Skip to content

Instantly share code, notes, and snippets.

View hernans10's full-sized avatar

Hernan-Sagastume-10 hernans10

  • Uruguay
View GitHub Profile
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// by @kurtdekker - to make a simple Unity singleton that has no
// predefined data associated with it, eg, a high score manager.
//
// To use: access with SingletonSimple.Instance
//
// To set up: