diff --git a/com.microsoft.mrtk.core/Camera/CameraSettingsManager.cs b/com.microsoft.mrtk.core/Camera/CameraSettingsManager.cs index 868bf7b2c0c..4af0f544cd3 100644 --- a/com.microsoft.mrtk.core/Camera/CameraSettingsManager.cs +++ b/com.microsoft.mrtk.core/Camera/CameraSettingsManager.cs @@ -102,7 +102,9 @@ private void UpdateCameraSettings(DisplayType type) break; default: +#if !UNITY_EDITOR Debug.LogWarning($"Unknown DisplayType value: {type}. No camera settings changes made."); +#endif break; } }