I’ve been having this issue for a few days, but I can’t seem to figure out the issue. I created a class called Child, which stores and string and integer (name and age) but when I try to create a list of them, Unity won’t make one, even though it will make one of integers. I’m not getting any errors so I thought I could turn to you guys for help.
Here is the class:
and here is the place I want to create the List:
Thanks for the help!