Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCompatibleWithEditor

Is plugin compatible with editor.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule

GetCompatibleWithEditor()

Is plugin compatible with editor.
public bool GetCompatibleWithEditor()

Returns

Type

Description

bool

GetCompatibleWithEditor(string)

Is plugin compatible with editor.
public bool GetCompatibleWithEditor(string buildTarget)

Parameters

buildTarget

Returns

Type

Description

bool

GetCompatibleWithEditor(string, string)

Is plugin compatible with editor.
public bool GetCompatibleWithEditor(string buildTargetGroup, string buildTarget)

Parameters

buildTargetGroup


buildTarget

Returns

Type

Description

bool