Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як додати силу до об’єкта за допомогою Rigidbody?
rigidbody.Translate(Vector3.up * force);
rigidbody.SetVelocity(Vector3.up * force);
rigidbody.Move(Vector3.up * force);
rigidbody.AddForce(Vector3.up * force);
rigidbody.Translate(Vector3.up * force * Time.deltaTime);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!