Particular Problems with Public Variables in Unity
The Unity documentation it indicates that all public variables are made available in the inspector for direct editing. While this is handy, it is also dangerous. This article will cover a few things regarding public variables, and how to avoid them in Unity. Public Variables In a earlier post I…