I have some objects who, in the inspector, say ‘Missing (Mono Script)’. I know how to find those with code. My question is, what code would I use to read those fields that are showing up in the Inspector? I mean, the script is missing, but those public vars are still there, and in my case, still contain valuable data which I would like to recover programatically.
Would this require Reflection, if so, is that field, property, member, what? (A bit new to .NET myself). The component is null, so I don’t seem to be able to get properties on it. Where are those things stored, how can they be accessed?