Hi,
I’m very new to DOTS and URP and most of Unity’s dope features, e.g. lighting, render pipelines etc
I know there is some stuff that is not supported in DOTS, particularly with URP and HR-V2.
But I ran into this bizarre behaviour very quickly and just wanted to check I wasn’t doing something dumb.
Basically If I create a scene with 2 static entities in it then the rendering behaviour is completely wacko.
This only seem to occur when the “Static > Batching Static” option is selected.
Game mode (OK)
Play mode (NOK)
The middle static sphere turned into a cube and both entities adopted the translation of the right cube while retaining the transform of the center sphere.
It looks like the meshes have been combined in the inspector as well.
So, I can sorta see what is happening, but I’m not sure why, can someone explain how this static batching is meant to work? Is this intentional behaviour?
I couldn’t find anything describing this behaviour or whether this exact thing was a known issue, but that could just be because I don’t know where to look.
EDIT: I’m just after some baked lighting in my entities scene with URP