https://github.com/sandrofigo/singletons-unity3d
Singleton classes for Unity
https://github.com/sandrofigo/singletons-unity3d
singleton singletons unity-3d unity2d unity3d
Last synced: about 1 month ago
JSON representation
Singleton classes for Unity
- Host: GitHub
- URL: https://github.com/sandrofigo/singletons-unity3d
- Owner: sandrofigo
- License: unlicense
- Created: 2022-09-28T09:21:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T12:45:47.000Z (over 3 years ago)
- Last Synced: 2025-04-07T21:18:54.149Z (about 1 year ago)
- Topics: singleton, singletons, unity-3d, unity2d, unity3d
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Singletons
Singleton classes for Unity
[](https://openupm.com/packages/com.sandrofigo.singletons-unity3d/)
## Installation
There are multiple ways to install this package into your project:
- Add it to your project through [OpenUPM](https://openupm.com/packages/com.sandrofigo.singletons-unity3d/) (recommended)
- Add the package to the Unity package manager using the HTTPS URL of this repository (recommended)
- Download the whole repository as a .zip and place the contents into a subfolder in your assets folder
- Fork the repository and add it as a submodule in git
## Collaboration
Support this project with a ⭐️, report an issue or if you feel adventurous and would like to extend the functionality open a pull request.