Okay so I have an object ZoneInfo that remains throughout scenes, it holds information on the different zones. The way I did that is I created a list of Zoneselection inside ZoneInfo, however when I jump to a new scene the list just contains missing Objects now, I guess this is because the object that is being referenced is no longer in the active scene, how can I prevent the Objects of type ZoneScetion from being missing in the List?
What I want to be is this.
Howver what I actually get is this