Rotating the First Person Controler - main player not working.

Every time I do a rotation of my main character in editor and then go into play mode its facing direction stays the same.

Any ideas how to solve this?

Please describe it in more detail.
Any script u gonna attach to ur player and all that

If u are totally newbe to the unity …then just try

if (Input.GetKeyDown (KeyCode.R))
transform. rotate (angleX, angleY, angleZ);

fill any of the “anglex/y/z” vale as much the rotaion you want…
Like try with 0.1f or -0.1f or any other value…