Error in PlayerMovement.cs

Please use code tags Using code tags properly

Your error indicates that floorHit doesn’t exist. If you look through you code you will see that you haven’t declared any floorHit variable. Instead you wrote flootHit

1 Like