I’m using the standard render pipeline and the unity_ObjectToWorld
variable for some calculations in my shader. After I enabled dynamic batching these calculations got broken. It seems that unity_ObjectToWorld
is set to default when the objects are being batched. Is it by design? I didn’t find anything in the documentation.