Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: stigma on January 08, 2025, 02:51:28 AM

Title: [Solved] Player Rotation ?
Post by: stigma on January 08, 2025, 02:51:28 AM
When I open a scene, the player is never oriented as I want.
I tried everything without success. It always looks in the wrong direction.
- I tried Set rotation, Local or global, it doesn't work.
- I tried Quaternion or Euler, same!
- I searched in Ecosystem and found Set Rigidbody Rotation, it doesn't give anything.
What is the right solution?
Thanks in advance.

Edit:
I did a test using another First Person Controller and it works. For now I don't know why.
Title: Re: Player Rotation ?
Post by: stigma on January 09, 2025, 05:00:23 AM
why does Set Rotation work with some FPCs and not with others ???  :'(

Edit:
I found it.
You don't have to put the camera script on the camera, but on the player. That's all.