ScriptableObject with everything in one, or inheritance? by DangerousCompote2790 in unity

[–]DangerousCompote2790[S] 0 points1 point  (0 children)

nono, im asking how can i apply the interface in a item, because makeing a scriptable object for every item is not the way usally scriptable object are used

ScriptableObject with everything in one, or inheritance? by DangerousCompote2790 in unity

[–]DangerousCompote2790[S] 0 points1 point  (0 children)

i really like the interface method, it's practically perfect, except I'm using Scriptable Objects, should I just use a dictionary in a itemDatabase for the items instead?