void Start() { // Блокировка в портретной ориентации Screen.orientation = ScreenOrientation.Portrait; // Или для альбомной ориентации // Screen.orientation = ScreenOrientation.Landscape; }