1. Hello,
    How can I get the player's location and the location where he is looking at in C#?

    Thank you in advance :)
     
  2. Wulf

    Wulf Community Admin

    player.transform.position and player.eyes.position or player.eyes.HeadForward()
     
  3. Thank you very much :)