I am trying to make a script that will move the character using a rigidbody. I am going to make it a space game, therefore there is no use of gravity. What i tried to do is using force to move it but i could not make it work realistically. Should i work with add force or should i change the velocity. If i do so what are pros and cons with that?
You should use velocity in my opinion. However, whenever the player will move, they will keep moving until the velocity is taken away. To do this in the RigidBody component in the inspector, just set gravity to zero and then make a script for the velocity. If you have any other questions just ask. If this was what you were looking for, please accept the answer! Cheers!