Up You Go
Up You Go was my first proposal at Stasism. After Hex
The next issue I had to solve was the leg movement. The hands moved with the players’, the arms followed, but the legs were still. I learned about inverse kinematics and made the feet move from wall piece to wall piece (or pick a random point in case no wall pieces in reach are viable) to better mimic what happens in a real climbing experience. I accomplished this with a collider spanning from the hip to the foot detecting collisions with wall pieces and setting the foot’s position on top of the most adequate wall piece.
After developing movement for the character, it was time to focus on the environment. The first couple of levels consisted of learning the controls and how to climb. After those, more mechanics were introduced. Falling obstacles to make the player move horizontally. Static obstacles that need a button to be pressed to move away. Moving obstacles the player needs to turn off by finding a button in the level.