This version of Unity is unsupported.

PlayerSettings.SetPlatformVuforiaEnabled

Switch to Manual

Declaration

public static void SetPlatformVuforiaEnabled(BuildTargetGroup targetGroup, bool enabled);

Parameters

targetGroup The BuildTargetGroup you wish to set the value for.
enabled True to enable Vuforia AR, false otherwise.

Description

Sets the value of the Vuforia AR checkbox in the Player Settings for the specified buildTargetGroup.