I need to move an object to fall by gravity

Good afternoon community, I need some advice.

I need to control an object falling under gravity and falls while I can move it from right to left, but would not know which is the best way to do it, reading other topics they said that a CharacterController can be done other than ridgidbody

advice? thanks in advance

Use a character controller if you’re trying to control a character.

If you just need to move a falling object, learn about the physics system and use the rigidbody component.