Hello, my player cant jump when the gravity flips upside down.

I am making a 2d platformer where you can turn the gravity upside down by multiplying rb.gravityScale with -1 It also turns the character 180 degrees on the z axis(player should jump downwards)
I jump by using rb.velocity = Vector2.up * jumpForce

pls help and thanks in advance :slight_smile:

Have you tried to multiply the jumpForce by -1?

Yes and it doesnt work :frowning: