Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Graham on March 10, 2015, 07:12:00 PM

Title: iTween Unity 5 Rigidbody Constraints
Post by: Graham on March 10, 2015, 07:12:00 PM
I have a character with a rigidbody component, the rigidbody has it's x axis position constrained via the checkbox in the rigidbody component. In Unity 4 I was able to use itween MoveTo to move my character left and right along the x axis, iTween would essentially ignore the x constraint for movements.

In Unity 5, iTween cannot move the character along the x axis. iTween seems to now be constrained by the rigidbody x axis position constraint. Anyone know of a workaround?

Thanks!