hello ,
i tried to port my game from PC to android. so i used ‘Player relative control’. i placed a ‘smooth follow’ script instead of ‘zoom camera’.
but now the game camera shakes continuously. i don’t know what the actual reason is. any help?
It might be cause by a coupel of reasons.hard to tlak wihout seeing the code.
But try following;
If smooth follow is working on Update method you can try to move the code to the Late Update.It might fix that kind of problems depending on the cause.
You can also check Unity - Scripting API: MonoBehaviour.LateUpdate() for additional info.