SetCompatibleWithAnyPlatform(bool)
Sets compatibility with Any Platform.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public void SetCompatibleWithAnyPlatform(bool enable)
Parameters
Determines whether the plugin is compatible with Any Platform.
Remarks
This does not mean that all platforms are compatible, as some particular platforms might still be excluded or included. Additional Resources:PluginImporter.GetCompatibleWithAnyPlatform.