I have just started using unity and I was trying to add a velocity to a Rigidbody 2D on the x axis but the only way I could do this was by creating a Vector2 and seting the y axis to it’s self, and I was wondering if there is a way to only apply force in one axis with a float or int?