Liked the sound, music and graphics, has a gameboy feel as well. The movement was a bit difficult to get a hang of even on the updated version. Though not sure how it could be improved as it seems you are trying to simulate some drift as well. Overall I enjoyed it.
Viewing post in Hauler (original submission) jam comments
The ship should be decelerating more quickly. It happens sometimes going from Unity to the WebGL build, the framerate or physics sort of change from what you're seeing in Unity. Another game I uploaded had a similar issue, but I need to be better about testing it on Itch first. I agree in the web version the movement has way too much momentum, makes aiming difficult. Maybe if I went with an auto aim instead it wouldn't matter, but thought that would make it too easy.
I’ve played a lot that use Unity rigidbodys for physics like my game. I also probably forgot to put some of the code where it wouldn’t be affected by frame rate. I did that with a mouse driven game before and the mouse sensitivity was so low compared to when it ran 60fps in Unity. Lessons for next time.