2024.02 - BatchRendererGroup - Architecting Your Own Draw Calls
BatchRendererGroup (BRG) is the stop-hoping-Unity-batches-it API. If you have repeated, static-like props and your render thread is paying for draw calls, this module shows the pattern: push data once, then drive visibility without exploding batches.