Skip to content

Instantly share code, notes, and snippets.

View Cygnusfear's full-sized avatar

Alexander Mangel Cygnusfear

View GitHub Profile
@Cygnusfear
Cygnusfear / SingletonScriptableObject.cs
Created November 21, 2017 23:08 — forked from dvddarias/SingletonScriptableObject.cs
Better Unity Singleton Class
/************************************************************
* Better Singleton by David Darias
* Use as you like - credit where due would be appreciated :D
* Licence: WTFPL V2, Dec 2014
* Tested on Unity v5.6.0 (should work on earlier versions)
* 03/02/2017 - v1.1
* **********************************************************/
using System;
using UnityEngine;