https://github.com/sacristan/unityscripts
https://github.com/sacristan/unityscripts
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sacristan/unityscripts
- Owner: Sacristan
- Created: 2017-02-17T14:40:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T18:46:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T07:22:28.540Z (3 months ago)
- Language: C#
- Size: 39.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnityUtils
#Singleton usage
```cs
public class MySingleton: Singleton
{}
```