I used it to create the game mechanic where the player can only go through the tiny gaps sideways.
I tried using character controller for the player movement at first but it only uses capsule colliders for the player collision. I tried the standard starter asset but ultimately decided to make my own player controller with rigid-body physics which I admit is not as smooth/good.