I wanted to higher the gravity of the rigidbody2D for a “Jump down attack”, so if you’re in the air you can press s or down, so the character falls down faster.
You can use ConstantForce2D method and add a force in the Y axe.
I wanted to higher the gravity of the rigidbody2D for a “Jump down attack”, so if you’re in the air you can press s or down, so the character falls down faster.
You can use ConstantForce2D method and add a force in the Y axe.