Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PluginImporter.GetCompatibleWithAnyPlatform

Switch to Manual
public function GetCompatibleWithAnyPlatform(): bool;

Description

Is plugin comptabile with any platform.

When checking if plugin is compatible, Unity will first check PluginImporter.GetCompatibleWithAnyPlatform value, if it returns false - PluginImporter.GetCompatibleWithPlatform will be used instead. See Also:PluginImporter.SetCompatibleWithAnyPlatform.