Version: 2017.2

PluginImporter.SetCompatibleWithAnyPlatform

Switch to Manual
public void SetCompatibleWithAnyPlatform (bool enable);

Parameters

enable Is plugin compatible with any platform.

Description

Set compatiblity 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.GetCompatibleWithAnyPlatform.