Particular Problems with Public Variables in Unity
The Unity documentation [http://docs.unity3d.com/Documentation/Manual/Scripting.html] 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…