Hi, I’ve made a techniques script and attached it to my GameManager so that I could fill the List with attacks for use in-game. However I’m unsure how to reference to it in my “owned spirits” class in the script on my player, as creating a list like this:
public List<Tech> ownedTechs;
creates an empty array rather then taking it from the one on my GameManager object. Any help would be appreciated, I can provide more info/screenshots/code if necessary.