I’m still learning how to use Unity and overall really like it.
One thing about it doesn’t seem right, though - the Inspector encourages users to create public variables. This seems like bad OO practice and reeks of code smell. I suppose accessors might do the trick, or does Unity not allow for them? Hope I’m not beating a dead horse issue.