playMaker

Author Topic: [Solved] Player Rotation ?  (Read 2705 times)

stigma

  • Full Member
  • ***
  • Posts: 218
[Solved] Player Rotation ?
« 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.
« Last Edit: January 09, 2025, 05:28:19 AM by stigma »

stigma

  • Full Member
  • ***
  • Posts: 218
Re: Player Rotation ?
« Reply #1 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.
« Last Edit: January 09, 2025, 05:28:01 AM by stigma »