Hey guys,
I am working on a game that uses a multiplayer script where I need to spawn 1 prefab per player which includes the player model and camera.
I have a character setup with the unity third person controller, animations and player control scripts.
For the camera I use the freelookcam script for unity to orbit around my player when idle and use the mouse to control the direction of the player when moving.
The problem is that the freelookcam works perfectly when its not parented to the thirdpersoncontroller but I have to parent it for the multiplayer scripts to spawn both and when I parent it to the thirdpersoncontroller the movement speed of the camera increases a lot and it gets laggy camera movement.
Does anyone have an idea on how to fix this?