|
I started a project and everything was ok. Now I try to add variables like i used to and i can't see them in the inspector. is that some kind of setting?
(comments are locked)
|
|
The Inspector only shows the PUBLIC variables. If, for some reason, you need to check private variables, just add this in the above line of your variable [SerializeField] Example: A and C will be in the Inspector. You can use debug mode for seeing private variables, instead of changing your scripts.
Aug 20 '11 at 11:16 PM
Eric5h5
(comments are locked)
|
|
Or maybe you have folded the script closed in the inspector. Click on it in the inspector to open it out again.
(comments are locked)
|
