Buat objek 2D bergerak dengan kecepatan konstan persatuan

myRigidbody.velocity = speed * (myRigidbody.velocity.normalized);
YT_GraphiX