February 21st, 2023 Livestream Q&A: Any expected fix on the Vehicle bumps when on Foundations?

February 21st, 2023 Livestream

Q&A: Any expected fix on the Vehicle bumps when on Foundations?

https://youtu.be/cAHkNx4zF8A

This question was possibly replaced with a more recent answer: March 28th, 2023 Livestream Intro & Unreal Engine topics https://www.youtube.com/watch?v=oLl9SZht-bE

This question has a related video
Suggested Wiki Reference Code <ref name="yt-cAHkNx4zF8A">[https://youtu.be/cAHkNx4zF8A YouTube - February 21st, 2023 Livestream - Q&A: Any expected fix on the Vehicle bumps when on Foundations?]</ref>

Topics

Transcript

so I have one, here any expected fix on the vehicle bumps when on Foundation, I talked a little bit about what these bumps are, previously, a couple weeks ago as well, and what I'm pretty sure my theory of what they are or they what they were when I was working on vehicles is that because like the way that the wheels work there are like little rays that get cost down and and when they hit the ground it tells the wheel where where the ground is and and information about the ground, but then there are times when you're when you're driving over foundations where that Ray because it's like a 1D object like doesn't actually hit the the foundation, for whatever reason, and that can be fixed with these things called sweeps where you don't use array to detect things you use volumes to detect things the, the problem with that is that they're it's not optimized at all if we put those sweeps in and your bouncing would go away, but then your game would slow down so unfortunately we can't use that however, there is a an overhaul planned for vehicles and I understand that there is some work being done on that, now so we'll see how that ends up going but the intention is that there's going to be an overhaul in vehicles at some point we've talked about this before, and so a lot of these issues we're kind of not touching until this overhaul happens and I can't promise what will happen what the result of the overhaul will be but, we are confident that they should help with this and many other issues when it comes to Vehicles like, collisions and and like flying in this in the sky and stuff like that I don't know what the result will be but where I'm fairly confident that this will probably improve so we'll see how that goes hmm interesting