This version of Unity is unsupported.

PluginImporter.SetCompatibleWithAnyPlatform

Declaration

public void SetCompatibleWithAnyPlatform(bool enable);

Parameters

enable Determines whether the plugin is compatible with Any Platform.

Description

Sets compatibility with Any Platform.

This does not mean that all platforms are compatible, as some particular platforms might still be excluded or included. See Also:PluginImporter.GetCompatibleWithAnyPlatform.