I’m trying to achieve a certain angle for my third person camera, can someone give me a script and tell me what to do?
The smooth follow script on the camera is causing the problem. It does not matter where the camera is placed in the scene, the script has settings that will pop the camera somewhere once the game is run. You will have to adjust the properties of the script in game and position it where you want. Make sure to write down the numbers you put into the inspector because once the game is stopped, the settings will revert back. After you stopped the game, put the numbers wrote down back into the inspector.
Also, instead of targeting the character, try targeting a gameObject besides it which is parented to the character, so you get the angle you want.