Hi!
This should be pretty simple, but I cannot find anything online to help me. I'm using an Interface with 2 kinds of Scriptable Objects to store similar sets of information, and I wanted to have an array as one of the Interface Members.
How can I fill out:
public MoveBase[] Moves{get;}
To have 4 objects from an array I set in the scriptable object assigned to the same positions of the array?
I can share more code if this explanation isn't sufficient, thanks!