Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 491 Bytes

File metadata and controls

18 lines (11 loc) · 491 Bytes

Singleton Monobehaviour

Singleton pattern implementation in Unity quick and easy.

Installing

Using git

  • Open the Package Manager window
  • Click on the "plus" sign
  • Select "Add package from git URL"
  • Paste this repo's SSH link (git@github.com:PixelRouge/SingletonMonobehaviour.git)

Editing manifest file

Add the following line to your manifest.json found in the "Packages" folder

"com.pixelrouge.singleton": "git@github.com:PixelRouge/SingletonMonobehaviour.git"