GetCompatibleWithAnyPlatform()
Checks whether a plugin is flagged as being compatible with Any Platform.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public bool GetCompatibleWithAnyPlatform()
Returns
Type | Description |
|---|---|
| bool | True if the plugin is flagged as being compatible with Any Platform, otherwise returns false. |
Remarks
This does not mean that all platforms are compatible, as some particular platforms might still be excluded or included. Additional Resources:PluginImporter.SetCompatibleWithAnyPlatform.