Hi,
I’m following an online tutorial, and l I’ve added the RigidBody2D component.
I need to set isKinematic to true from the menu, but I can’t find the option there as in the tutorial:
This is what I have after adding the RigidBody2D
(screenshot.net)
GetComponent<Rigidbody2D>().bodyType = RigidbodyType2D.Kinematic; // on
GetComponent<Rigidbody2D>().bodyType = RigidbodyType2D.Dynamic; // off
GetComponent<Rigidbody2D>().bodyType = RigidbodyType2D.Static; // off