I’m not sure what I am doing wrong, I get no warning messages from this command, but the object this is attached to does not move at all. I have a command set up almost exactly the same in a different script which works fine.
void Update()
{
rb.velocity = new Vector3(-1, 0, 0);
}