The profiler shows that my game is bottlenecked by Camera.Render > Drawing > DrawLines.OnPostRender(). Would anyone be able to help understand what this suggests I should investigate? I can’t seem to find tips on how to approach optimizing this online.
I’m running my game as a WebGL build on Firefox. It runs smoothly in-editor, but at ~15fps as webgl.