Hi,
I have been using this kit for a long time now. It is pretty in the core of my game now. First i must thank you
.
I made huge tweaks to the system but the physics and camera chase scripts are pretty untouched.
I have asked a similar question before but i noticed a big thing today.
Problem is the torque for turning are applied based on the view angle.
The steering and maneuver systems are mainly untouched. I have changed turn and move inputs mainly.
There is no problem when main cam is following(chasing) the target from back of the player. But when camera is in front of the player in a 45 degree angle when i set the input for like roll (turn.z) it starts to turn in the forward vector of the "camera.forward"not the "gameobject.rigidbody.forward" vector.
I was having this problem since the start but haven't thought about it as a big issue because the torque error is minimal in normal mode.
Any ideas why this is happening?