Version: 2017.2

PluginImporter.GetCompatibleWithAnyPlatform

매뉴얼로 전환
public bool GetCompatibleWithAnyPlatform ();

설명

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.