Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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

Hello, I'm having the same problem, did you find a solution? thanks

not yet :(

Hey! You can just remove that bit - it's related to another class that I use to stop the player from moving. 

You can remove all `SerializeField`. 

What they do is add an option to tweak the value in Unity's interface