You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -146,7 +149,8 @@ public override void OnInspectorGUI()
146
149
147
150
EditorGUILayout.PropertyField(setAryzonModeOnStartProp,newGUIContent("Set Aryzon mode on Start"),GUILayout.Height(fieldHeight));
148
151
EditorGUILayout.PropertyField(blackBackgroundProp,newGUIContent("Auto setup cameras for AR/MR","This will disable the camera feed in stereoscopic mode (ARFoundation only) and set its Clear Flags to Solid Color black (any tracking engine). This is recommended for MR use, for VR you may want to render the Sky Box, in that case you will need to disable the camera feed manually."),GUILayout.Height(fieldHeight));
149
-
EditorGUILayout.Space();
152
+
EditorGUILayout.PropertyField(addEditorMovementControlsProp,newGUIContent("Add movement controls (editor only)"),GUILayout.Height(fieldHeight));
0 commit comments