File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/MixedRealityToolkit/Utilities/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ static EditorProjectUtilities()
2929 /// </remarks>
3030 public static void CheckMinimumEditorVersion ( )
3131 {
32- #if ! UNITY_2018_3_OR_NEWER
32+ #if ! UNITY_2018_4_OR_NEWER && ! UNITY_2019_1_OR_NEWER
3333 DisplayIncorrectEditorVersionDialog ( ) ;
3434#endif
3535 }
@@ -42,7 +42,7 @@ private static void DisplayIncorrectEditorVersionDialog()
4242 {
4343 if ( ! EditorUtility . DisplayDialog (
4444 "Mixed Reality Toolkit" ,
45- "The Mixed Reality Toolkit requires Unity 2018.3 or newer.\n \n Using an older version of Unity may result in compile errors or incorrect behavior." ,
45+ "The Mixed Reality Toolkit requires Unity 2018.4 or newer.\n \n Using an older version of Unity may result in compile errors or incorrect behavior." ,
4646 "Continue" , "Close Editor" ) )
4747 {
4848 EditorApplication . Exit ( 0 ) ;
You can’t perform that action at this time.
0 commit comments