EditorProjectUtilities.CheckMinimumEditorVersion Method

Definition

Checks that a supported version of Unity is being used with this project.

public:
 static void CheckMinimumEditorVersion();
public static void CheckMinimumEditorVersion ();
static member CheckMinimumEditorVersion : unit -> unit
Public Shared Sub CheckMinimumEditorVersion ()

Remarks

This method displays a message to the user allowing them to continue or to exit the editor.

Applies to