Cinemachine Spinning camera

Hey guys, new to the forum. Im working on a 3D platformer and im new to the programming side of things. Ive been looking into cinemachine for my camera movement and so far its pretty good! With one exception, even with the controller not being touched, the camera will just spinning and rotate around the player. Ive googled for a while and all the resolutions that others have had, dont work for me like the orbit binding being worldspace rather than locked on target.

Does anyone know of any other way to solve this? Its the last thing i need to fix for my camera to work perfect and I can move onto the next stage of the game.

Thanks in advance! If you need any more info, just let me know.

Can you show your scene hierarchy, with the main camera, CM vcam, and player visible?

Hopefully it being cropped isnt an issue.
I originally used the Vcam but it didnt work at all then found a new tutorial that used FreeLook and ive had a lot better success with that, except for the spinning.

Thanks for the quick reply!

7198123--864073--camera.jpg

First thing: your camera and FreeLook/vcam should not be children of the player. They should each be a separate game object, not in a parent/child relationship with each other. Try separating them and see if you still have the problem.

If the problem persists, then please post an image of your FreeLook inspector (you can paste images directly in the post).

They werent children of the player before, i must have put them there by mistake when moving them for the screenshot. So, thats not the issue atleast.

Hopefully the pics show up properly this time. But this is the settings im using atm. I did have the Orbit set to World Space, im still trying to change settings up to see if anything helps. Some tutorials use codes but when i try to use them it does nothing or i just get a truck load of errors.

If indeed you have no invalid parenting in the hierarchy, then it’s not clear to me why your camera would spin. It should be stable with these settings. Unless you have some scripting that I don’t know about?

If this is just a small test project, you can send it to me by DM if you like and I can take a look.

Have you fixed it?