#Scriptable Object
1 messages · Page 1 of 1 (latest)
Either a component on a GameObject in the scene(from the start or instantiated) or a plain class instance created somewhere.
Okay, I think I just forgot how to make a singleton factory
Factory? That's a separate pattern. A singleton pattern is very simple. It just involves having a static instance of a type.