Version: 2017.1

PluginImporter.GetCompatibleWithAnyPlatform

Cambiar al Manual
public bool GetCompatibleWithAnyPlatform ();

Descripción

Es el plugin compatible con cualquier plataforma.

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.