unity get a rigidbody2d speed code example
Example: rigidbody velocity c# unity
//for rigidbody2D
GetComponent<Rigidbody2D>().velocity =new Vector2(40,0);
//for rigidbody2D
GetComponent<Rigidbody2D>().velocity =new Vector2(40,0);