I've declared my List
public List<Resource> Resources = new List<Resource>();
in the script Manager.cs and edited the List via Inspector.
How do I store references to single Elements via List.Find() in another script so I can access and modify them? Or is there a better way to do it?