Really neat! My only complaint is that the handling is very sluggish. Also it might be nice to have a first-person vew, maybe the camera view contributes to the sluggish feeling. I love the procedurally-generated landscapes. It really captures the feeling of driving on unfamiliar roads. I'm curious how the physics works. Is this using raycast wheels? A couple of years ago I made a racing game for Oculus Quest using G…
Physics are always a major headache - mine are pretty hacky and cut a lot of corners, such as ignoring trees or preventing the car from flipping. I only height-test the wheels, progress them independently, and then resolve the chassis position from that. It's not terribly physically accurate but it gets the job done, and is pretty cheap!
https://dotbigbang.com/game/b0e8bf8b309b44a3b0abed8f9525e335...