View all files | ||||
The best way to implement singleton pattern in Unity. By using this pattern you will be able to define Global variables and classes and use their methods and properties in Global. This pattern is a must-have for most of the games that made using Unity engine.
📖 Learn More about Singleton pattern
This package can be added to your project via Git UPM. To add this package, copy:
and add it as a git package in the Unity Package Manager by clicking on the "+" icon on the top left of the Package Manager Window, and selecting "Install package from git URL".
Once you have the package installed, you may
Add using UnityCommunity.UnitySingleton; for using the classes.
Please refer to CONTRIBUTING.md for more information on how to contribute to this project.
Run the following command in terminal or command prompt to clone the repository:
Or 🔥 Download the master branch as zip.
MIT @ Unity Community
Made with ❤️ by Unity Community