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"+
"For more information about the MLAPI versioning, please visit SemVer.org",warningStyle);
EditorGUILayout.LabelField("It's ALWAYS recommended to do a backup AND reading all the breaking changes when upgrading major versions. If your project doesn't compile "+
"There is good chance serialized data will be PERMANENTLY LOST. Don't be stupid.",errorStyle);
EditorGUILayout.LabelField("Here are the versions with breaking changes you are skipping.",EditorStyles.wordWrappedLabel);
EditorGUILayout.HelpBox("The transport installer version you are using is incompatbile with the latest manifest. Please upgrade your installer by downloading the latest MLAPI version..",MessageType.Warning);
if(GUILayout.Button(newGUIContent("Ignore","Ignore the version diff and try to render the content anyways. This might lead to render failures or other errors.")))
EditorGUILayout.LabelField("The MLAPI version you have installed through the installer has a different major version from the transports major version. You have version v"+currentMLAPIVersion.ToString()+" while this transport targets version v"+transportArtifacts.artifacts[i].mlapi_major_version+".x.x. This means there could potentially be compatibility issues, but its not guaranteed. If you have installed the MLAPI manually and have version v"+transportArtifacts.artifacts[i].mlapi_major_version+".x.x you can ignore this message.",style);
EditorGUILayout.HelpBox("This transport requires the "+((BuildTarget)transportArtifacts.artifacts[i].required_build_targets[j])+" build target to be installed!",MessageType.Warning);