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
EditorGUILayout.LabelField("The version you are upgrading to has a greater major version. This means that there are non backwards compatibile changes. \n"+
33
-
"For more information about the MLAPI versioning, please visit SemVer.org \n"+
34
-
"Here are the versions with breaking changes you are skipping.",style);
40
+
"For more information about the MLAPI versioning, please visit SemVer.org",warningStyle);
41
+
EditorGUILayout.LabelField("It's ALWAYS recommended to do a backup when upgrading major versions. If your project doesn't compile "+
42
+
"There is good chance serialized data will be PERMANENTLY LOST. Don't be stupid.",errorStyle);
43
+
EditorGUILayout.LabelField("Here are the versions with breaking changes you are skipping.",EditorStyles.wordWrappedLabel);
0 commit comments