Hey there,
Couldn’t find any similar thread, so I’m asking. I just want to insist on the fact that I’m a pure newbie.
I was wondering if there were any (rather easy?) workarounds for changing or make the camera understand the collisions with a building’s interior walls and such when the player enters it?
I should’ve specified the game’s supposed to be in an Isometric view, which makes Cinemachine… maybe not adequate, or perhaps I set the parameters wrongly.
I’ll take a look at that free 3rd Person Character Controller asset.
I think cinemachine can pretty much do it all… what CodeSmile is referring to is an ability to move the camera in a way to keep objects out of a sub-area of the view. Did you look up the cinemachine docs for collision handling?
But if you want to roll your own “roof remover” the fact that your game is isometric probably simplifies your problem space into layers of floors that could block. There’s lots of tutorials for that sorta camera work.
Could be a great work-around aswell.
I stumbled upon different scripts that let the camera see the player and defined objects through walls without too much issue. I’ll still try that aswell!