Static and dynamic batching disabled in FPS.Sample player settings

Hi,
I’ve been checking the FPS.Sample project and there’s something that strikes me. I’d like to know why the static and dynamic batching are disabled in player settings. I thought these where two important optimization techniques. Maybe they are not need or not compatible with the HD Render Pipeline?
Thank you.

Yes SRP’s has their own batcher. And static batching is not particularly suited / beneficial to this kind of content as it can use quite alot of memory on highly detailed meshes like the ones in FPS Sample.

2 Likes

Thank you, that’s very interesting to know.