Answers for "how to set gameobject rigidbody disable"

C#
0

unity rigidbody2d disable

//you can't :(
//you can delete it with
Destroy(RigidBody2D);
Posted by: Guest on January-02-2021

Code answers related to "how to set gameobject rigidbody disable"

C# Answers by Framework

Browse Popular Code Answers by Language