Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetDynamicBatchingForPlatform(BuildTarget, bool)

Sets dynamic batching for the given BuildTarget.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Removed. SetDynamicBatchingForPlatform is obsolete.
public static void SetDynamicBatchingForPlatform(BuildTarget platform, bool enable)

Parameters

platform

BuildTarget to set dynamic batching for.

enable

Should dynamic batching be enabled.