This version of Unity is unsupported.

PlayerSettings.SetDynamicBatchingForPlatform

Switch to Manual

Declaration

public static void SetDynamicBatchingForPlatform(BuildTarget platform, bool enable);

Parameters

platform BuildTarget to set dynamic batching for.
enable Should dynamic batching be enabled.

Description

Sets dynamic batching for the given BuildTarget.