Hello i have been struggling with finding help on how you make a character move using animations? So my problem is that im not experienced with unity or c# but just want to make the damn thing move and with a nice running animation.
Look for: coupling animation and navigation
You’re going to want to look into ‘root motion’ based animation. Essentially the offset of the animation itself drives how the root of the object is transformed. It gets quite tricky and isn’t ideal for a lot of situations but it is an option.