Recent content by Anton

  1. A

    The character stops turning behind the camera

    Maybe mathematical formulas are used for calculation and a bug occurs in these coordinates?
  2. A

    The character stops turning behind the camera

    Hey. I use a first person combat camera. At first everything works, but at some point the body stops turning behind the camera. I can't understand what is the reason.
  3. A

    Need help with LookDirection

    Yes. As I understand it, this method rotates the character itself, and I only need to rotate the camera.
  4. A

    Need help with LookDirection

    For this I need to use this method of the CameraController class? public void Rotate(float horizontalMovement, float verticalMovement)
  5. A

    Need help with LookDirection

    Help me solve a simple problem. 1) I need to keep the current camera LookDirection of the player. 2) After creating a new player, set this LookDirection for him. I just can't find the method in the scripts.
Top