Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

boolTrue 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.