- Home /
Question by
dangakun · Aug 26, 2015 at 12:38 PM ·
movementgameobjecttransformrigidbody2dcomponent
If you change the rigidBody2D.position, you also need to change the gameObject.transform.position?
I need to move my player gameObject and it has a RigidBody2D component, and I dont know if changing the position or aplying a force is the same.
Also what happend to transform when you apply a force on the rigidBody2D component.
Comment