FRP Singleton
com.fredericrp.singleton is an OpenUPM Unity package. A generic singleton: a singleton is a development pattern that prevents having multiple instances of the same component in a scene. It allows also any script to access this one wihout requiring a manual link between the two.
Install this package from the OpenUPM scoped registry with the instructions on this page, or use openupm-cli to update Packages/manifest.json.
Repository: https://github.com/FredericRP/GenericSingleton.
Owner: FredericRP.
Topics
Related Unity Packages
- FredericRP Bucket Generator com.fredericrp.bucketgenerator
- FRP Easy Loading com.fredericrp.easyloading
- FRP Event Handler com.fredericrp.eventhandler
- FRP Object Pool com.fredericrp.objectpool
- FRP Popups com.fredericrp.popups
- FRP Tips com.fredericrp.tips
For registry setup problems, see Unity scoped registry troubleshooting.