[0.1.1.4] Trampoline Underside Bounce Loop

When touching a trampoline from the underside, you can be stuck in an infinite bounce loop. See the video below to get a better idea of what I mean.

1 Like

That’s normal physics behavior.

2 Likes

You get stuck going upwards from the underside. It’s not as normal as you might think, I wasn’t pressing anything in that video. You’re welcome to come by my condo if you want to test it.

There needs to be some sort of collision block on the bottom to prevent the player from activating it from the underside.

“Normal”

1 Like

For the engine, it’s completely normal but if you think about it realistically, it’s not that normal anymore.

2 Likes

In general, if you slam yourself between two physics objects, it’s gonna have to resolve the collision in some manner. One of those could be you getting stuck.

It looks like being stuck between two objects, but it’s actually not.


Bad quality, because garbage-tier internet, but it should show it off well enough.

Exactly. And if there were an invisible wall on the underside of the trampoline it wouldn’t ever act that way. Problem fixed.

Fixed in 0.1.1.5. I made it detect only the mesh.

2 Likes