Singleton pattern implementation in Unity quick and easy.
- Open the Package Manager window
- Click on the "plus" sign
- Select "Add package from git URL"
- Paste this repo's SSH link ([email protected]:PixelRouge/SingletonMonobehaviour.git)
Add the following line to your manifest.json
found in the "Packages" folder
"com.pixelrouge.singleton": "[email protected]:PixelRouge/SingletonMonobehaviour.git"