Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


enableDynamicBatching

Controls whether dynamic batching is enabled. This property is deprecated and will be removed in a future release.
Read time 1 minuteLast updated 6 days ago

Definition

Warning
Deprecated. enableDynamicBatching is deprecated and will be removed in a future release. #from(6000.5)
public bool enableDynamicBatching { get; set; }

Remarks

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