|
It seems to me that a member variable of a self-defined class is not showing up in the inspector. what's the right way to do it? also, In Javascript I know one could change the size of an Array in the inspector, can I do the same thing with C#? The following is my script:
(comments are locked)
|
|
Your data classes should have the [Serializable] attribute, like this:
(comments are locked)
|
