We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef90fc8 commit b0f3c8aCopy full SHA for b0f3c8a
Assets/SceneViewFovControl/Editor/SceneViewExtension.cs
@@ -41,7 +41,7 @@ public static GUIContent Get_m_RenderDocContent(this SceneView sceneView) {
41
42
static Rect[] PopGUIClips(this SceneView sceneView) {
43
int count = 1;
44
-#if UNITY_2017_1_OR_NEWER
+#if UNITY_5_6_OR_NEWER
45
// do nothing
46
#else
47
if(!sceneView.UseSceneFiltering() && sceneView.SceneCameraRendersIntoRT()) {
0 commit comments