CGTK.Utilities.Singletons
Provides a set of easy-to-use explicit singleton implementations for Unity projects. Part of the CGTK Framework, it offers type-safe singleton patterns with full unit test coverage and benchmarking. Requires Unity 2020.2 and the Unity Test Framework.
com.common-games.utilities.singletons 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/singletons.git README Markdown
Copy this to your project's README.md
## Installation
Add **CGTK.Utilities.Singletons** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/singletons.git
```
[](https://www.pkglnk.dev/pkg/singletons)README
Utilities.Singletons
Set of easy to use, explicit Singletons.
Part of the CGTK Framework for Unity.
Hiya! We're Common Games, thanks for checking out CGTK!
When using any of our packages, please make sure to Star 🌟 the repositories you're using.
Giving credit to Walter Hulsebos somewhere in your app/game would also be greatly appreciated!
Thank you!
Requirements
- Unity 2020.2
- The Unity Test Framework Package
Installation
#####Install the latest stable release by following these steps:
- Click on Window/Package Manager.
- Click on the little + icon.
- Click on button that says Add Package from git URL.
- Put in
https://github.com/Walter-Hulsebos/Utilities.Singletons.git
And you're done! ;-)
Documentation
Every bit of public API on the master branch of this package has been unit-tested and benchmarked. But you should also run all unit tests yourself as they are included. We can never know if you have all the dependencies, your target platform, or your Unity version.
The documentation is separated into these parts;
Examples
Work In Progress
Overview API
Work In Progress
License
Licensed under the Don't Be A Cunt License
Copyright © 2021 Walter Hulsebos
No comments yet. Be the first!