Is it possible to add a camera orbit? so let's say you move the mouse in a third person game, the camera would orbit around the player and depending which way the camera is facing that direction would count as forward. Is it also possible to add camera collision? so the camera doesn't clip through walls in a third person game, I tried enabling collision on the camera in my third person project but still the camera goes through every thing, can someone help me?