Gibberish
Scream into your pillow
http://docs.unity3d.com/Manual/ExecutionOrder.html
Run code only in selected build
To run code only in given modes use the following functions.
- Application.IsEditor : Run code in editor
- Application.isPlaying : Run code in game
- Debug.isDebugBuild : Run in editor and in releases with Development Build checked in Build Settings dialog.