While developing a game as intermediate and final project for studying in Unity I find several gotchas and want to share them with you. This time:

#if UNITY_EDITOR

Everything works smooth in editor, because every script has the exact same layout .. but don't try to build and run it because that...