[Solved] Platformer character cannot use negative gravity

I’m trying to make a game featuring gravity-inversion, and I’m using the default platformer character behavior for my player. The only problem with this is that for some reason the behavior’s gravity parameter doesn’t work with negative values. Is any fix known?

Does this thread help? It suggests something with physics behaviour.

MrMen’s suggestion is the best alternative that I know of. The platform behavior doesn’t support negative gravity.

Give this a try:
image

1 Like

That’s exactly what I needed, thank you! I didn’t even know that was a thing haha

1 Like