Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: IIKII on February 02, 2018, 05:47:26 AM

Title: Spine LookAt problem
Post by: IIKII on February 02, 2018, 05:47:26 AM
Hi, I wanted to make my character look at where my camera is. I am using the Lookat action and my character bended sideway. Tried messing around the settings but not getting it.

Any solutions? maybe i do need to modify the lookat script for my case?



Title: Re: Spine LookAt problem
Post by: verybinary on February 03, 2018, 06:45:56 AM
I would use rotate towards on your player?
Title: Re: Spine LookAt problem
Post by: IIKII on February 04, 2018, 03:20:21 AM
I tried using rotate towards but it's the same result, my character bends sideway.

But I figure out a simple method which is getting the camera rotation y and apply it to my spine rotation. It works...but I still dont know how to set the rotation constraints.