Tag Archives: scriptableobject

ScriptableObject Factory – Create Any ScriptableObject Type

A ScriptableObject is a serializable Unity object that is not attached to a GameObject (like MonoBehaviours are). They are typically used for storing data and they can also be saved as an asset file in you project, just like any other texture or audio … Continue reading

Posted in Unity | Tagged , , , | 7 Comments