Hi all,
I’m working on this concept where units (humanoid characters) are created randomly (by random here I mean equipment, skill set, etc…) and now I’m facing the decision on how to build the animator controller.
Must I include every single potential animation needed into a master controller or can I somehow put the controller together based on the individual features of the unit at spawn time (or something else altogether)?
Any advise would be highly appreciated.