Understanding Unity ScriptableObject
In the Introduction to Scriptable Objects tutorial, they claim that Scriptable Objects are amazing data containers
. However, it's not clear how useful Scriptable Objects really is, and what problems they're trying to solve. In this article we will look at all usecases of Scriptable Objects, what issues they ...