I am making a car racing game and there is a hill/slope that my car needs to up, but when I try it goes right thru the hill/slope how do I stop this?
The hill is on a highway and I need to get on an overpass.
Is there some code or steps i need to take to do this?
Please keep it simple as i am not very good at this.
Is the hill/slope a separate object (not part of whatever terrain you are using), and is there no collider on this hill/slope object? If that isn’t the case, can you better describe what it is.