Posted July 21, 2025 by GameInCube
I've received reports that for some players, dash via mouse wheel randomly stops working.
I found someone who could reproduce the issue consistently, and we've run a lot of tests together.
I tried disabling page scroll via CSS, switching between the old and new Input System - but the result was always the same: Unity simply doesn’t detect scroll events at all.
With no other viable options, I had to resort to a last-resort fix: sending scroll events directly from JavaScript into the game. This might have a small impact on performance, but it should finally solve the issue.
I’ll keep looking for a better solution - but for now, this is the best we’ve got.