How to fall at a constant rate?

Hello everyone. I am having an issue with my project. There are several points within my game where my character is falling for a long period of time. The issue I am coming across is that he falls faster the longer he falls. My question is how do I negate that and fall at the same speed all the time?

A way to do it would be to turn off gravity and apply a constant downward force yourself

But I would like to keep gravity for the physics objects

I resolved my issues in other ways but thank you for the answer

how did you do it? Can you share how?