I have a 3D shape with car controls. I want it to be able to drive up a ramp (wedge shape) and launch off.
I found this thread here which addresses the same issue:
https://www.construct.net/en/forum/construct-3/how-do-i-8/anyone-figured-go-3d-wedge-171152
WackyToaster your example works, but I noticed some bugs when changing the player speed. if I increase the player speed in your example, sometimes it will drop through the slope when it is halfway up.
when i implemented the example into my game, a 3d shape with car controls, the player (if moving too fast) will hit the slope and stop. but when the player is moving slower, it moves right up the ramp like it should.
any idea why player speed might affect how the player climbs the slope?