How to stop camera from shaking?

What do you want to achieve? Keep it simple and clear!
I’m trying to keep the camera stable, so it doesn’t shake like shown in the video below, whilst keeping the CameraMode at Enum.CameraMode.Custom.

What is the issue? Include screenshots / videos if possible!
It keeps shaking. (see video)

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried different camera modes, none fit what we were looking for.
    I have tried setting a different camera mode once the character loaded w/ a local script, but that didn’t give us results that we were looking for.
    I have tried even going into the camera modules and messing around with it, but we couldn’t figure it out.

This has been a bug I’ve been trying to fix for a while now, all help is appreciated!

Are you using a custom camera script?

I’m pretty sure we aren’t. I remember we deleted all the scripts before and it was still like that.

Is your character shaking?

You should probably set the camera mode to default if you’re not scripting it yourself.

Yes, the character is shaking because of (i think an idle) animation. Also, for some reason the camera mode is getting set to scriptable when play is pressed.