1. Hi guys. How can I set the player rotation?
    Code:
    player.transform.rotation = rotation;
    Does not work...
     
  2. yup tried it. Did not work for me either. By the way, rotation is of the type UnityEngine.Quaterion or however you spell it ^_^
     
  3. Did u call TransformChanged after you set rotation?
     
  4. No effect.