DrawingSettings.enableDynamicBatching

Switch to Manual
public bool enableDynamicBatching ;

Description

Controls whether dynamic batching is enabled.

Dynamic batching is disabled by default since in general case it has issues (e.g. with multi-pass shaders).

See Also: ScriptableRenderContext.DrawRenderers.