Character constantly flipping.
In Console:
Debug.Log("FlipRight"+ rootBoneCross.transform.position.x);
FlipRight-3,43
Debug.Log("FlipLeft"+ rootBoneCross.transform.position.x);
FlipLeft-3,43
Number changes when I move character but always Left & Right numbers are identical(same). I think numbers changes related to screen(camera).
[code]Debug.Log("FlipRightCross"+ objectCross.transform.position.x);[/code] [i]FlipRightCross-7,104[/i]
[code]Debug.Log("FlipLeftCross"+ objectCross.transform.position.x);[/code] [i]FlipRightCross-3,335[/i]
Number changes always Left & Right numbers are different(cross each flip on other side of character). Numbers changes related to screen(camera).
Maybe this info will help.