Smooth Follow Rotation

The smooth follow camera follow from the side instead of from the back. What can I do about this? How can I change what direction it is looking at (preferably without having to rotate the model in blender, because all other scripts are for it's current rotation)?

You want to have the camera with smooth follow on, look at another direction instead of from the back?

If I understand correctly I would:

  1. Create a empty gameObject.

  2. Position the empty gameObject where you want it.

  3. Rotate the empty gameObject, how you want it.

  4. Make the empty gameObject a children of the model you created.

  5. Make the target of the smooth follow your empty gameObject.

There! Now you can rotate the empty gameObject, and the camera will rotate with it and still "follow" the model you created.

Please ask if you have any questions, or tell me if I misunderstood the question. :P

Can you explain more I want Camara to follow the player and when player rotate camera has to rotate as well

having the same issue