Answers for "how to removes the rigidbody from the game object"

C#
3

how to removes the rigidbody from the game object

// Removes the rigidbody from the game object
Destroy (rigidbody);
Posted by: Guest on July-14-2021

Code answers related to "how to removes the rigidbody from the game object"

C# Answers by Framework

Browse Popular Code Answers by Language