This version of Unity is unsupported.

BatchRendererGroupStrippingMode

enumeration

Description

Enum of the different modes of operation for BatchRendererGroup shader variant stripping.

Properties

KeepIfEntitiesGraphicsKeeps all BatchRendererGroup variants if the Entities Graphics package is present.
StripAllStrips all BatchRendererGroup variants.
KeepAllKeeps all BatchRendererGroup variants.