Answers for "unity cancel momentum"

C#
0

unity cancel momentum

Rigidbody rb = GetComponent<RigidBody>();

rb.velocity = Vector3.zero;
Posted by: Guest on July-15-2021

C# Answers by Framework

Browse Popular Code Answers by Language