private void Tutorial_OnGameModeChange(GameModes gm) { if (gm.Equals(GameModes.BUILDING)) { text.text = "Here you can drag\nand drop the cube\nIt will help you to jump higher!"; } else { text.text = "Pick the cube and Press 'Q'"; } }