this code is one of the best things that happened to me this week... it doesn't compete against much either, but it's really spectacular
I download the code and i'm triyng to add the characterMovement to my game, but I need help with this line in the code in particular:
[SerializeField] movementLimiter moveLimit; (13 line characterMovement)
Unity says that the movementLimiter namespace doesn't exist. I need download some package, or i need to add other script, or how can i fix the error?
Sorry, I'm new to programming