camera is too closed to player when player would behind the object

Hi, I have a question about camera’s posittion
I am creating 2.5D RPG project so far
and i have tried to follow this instruction to make 2.5D games

and it works good for player controlling so far
however when player moved to behind some object, a camera will be to closed to player.
and I have tried to research about more camera control but still i couldnt solved out this problem
could you someone help me about this??

ex, that photo is when I moved to behind signboard

thank you

p.s sorry about my english im from japanalt text

If you have a Camera on SpringArm you probably have “Do Collision Test” enabled in SpringArm options.This will make camera to colide with objects, and in the end, move it closer to your character. When you disable it it will not move, but can go inside some objects.

281448-sprarm.png

Hello, zompi2
Thank you very much your help, the problem has solved after I disable “Do Collision Test”!!!