Top Down Character Does A Full 180 Turn/Flip

Answer to this problem with possible fixes :
Thanks to Lardo Deepdelver :
Depends on what’s your game is all about you have some options to work around that:

  • Don’t do top down, just rotate the object you are looking at so that it feels like top down but your character is actually lying on the back or something like that

  • Don’t use the camera rotation update system of the player controller, but rotate the camera yourself

Quick Fix (By Me) :

  • Changed it from a 90 degree to 89 degrees.