TOP DOWN MOVEMENT in Unity!

preview_player
Показать описание
Let's have a look at the easiest and best way to make top-down movement in Unity!

Thanks to everyone participating in the planning of the jam:

Thanks to the amazing Brackeys Discord Staff:
AquaXV
CodeMyst
Job
TheDutchMagikarp
Yilian

····················································································

········································­­·······································­·­····

► All content by Brackeys is 100% free. We believe that education should be available for everyone.

········································­­·······································­·­····

♪ "ES_Dress Code_Black - oomiee" by Epidemic Sound
Рекомендации по теме
Комментарии
Автор

That breakdown idea could be AMAZING! Please make it!

talmoshel
Автор

if your Player is moving faster diagonally, write:

rb.MovePosition(rb.position + movement.normalized * moveSpeed * Time.fixedDeltaTime);

in Fixed Update :)

acetonyart
Автор

Timestamps for quick reference on animations.
8:55 Animations
12:41 The Animator
14:20 Blend Tree

Highwind_
Автор

Out of all the videos i've watched for top down animation, this is the simplest and most easiest to understand. Seriosly, it was apain releiver, thank you so much.

Mando
Автор

I WOULD LOVE TO SEE GAMES BEING BROKEN DOWN, EXPLAINED, AND COMPARED!

dylanbarnes
Автор

Thanks to you, my life took a direction. I had no idea which profession to choose, totally unmotivated with my college. I want to graduate, but I don't see myself working in the area (Electrical engineering). After watching your videos, I found myself in game development and that's what I've been doing as a hobby for some time. I've never been so happy and ambitious. Thank you so much for teaching us for free.

leogcavalli
Автор

A simple way to flip the animation (For walking left):
In animation window, click add property -> sprite renderer -> flip x

tehslick
Автор

I have to confess. I have watched hundreds of Brackeys videos. SO, I kept the video to play and tried to do it myself before this video finishes. And I DID!! Thank you so much for all this help. Yes you stopped YouTube, never means you don't exist. THANK YOU for everything!

changedev.
Автор

Thanks for uploading this, I was actually looking at some other YouTube videos and obscure articles trying to figure out this exact topic, this definitely made it easier

titaniawallace
Автор

This was great! First time using blend trees and spritesheet animations in Unity, and I got it the first time with this lesson.

MikeArcuri
Автор

This was SO, SO HELPFUL! As someone with literally no coding knowledge, I thank you very much for making this so easy!

ForciblySquished
Автор

Thank you so much for this guide, this is my first time using unity and c# programing and this guide made it easy to do, even with small inconviences with the newer software. keep making these as it helps more than you think, great work

dillonahchay
Автор

Of course we would like to hear about how a specific feature of a game is made! Please do it Brackeys!

TheMaitreC
Автор

I'm only 9 minutes in, and I've already managed to make the kind of movement type I was looking for! I was so sure that it was going to be more difficult then it was, I guess I have been using an outdated method because this was much simpler! I wanted the player to be able to move slowly too, (using an xbox controller for input) and all I had to change was it to GetAxis from GetAxisRaw! THANK YOU SO MUCH BRACKEYS!!!

matthewsterling
Автор

I watched so many videos and spent so much time but this was the only video that actually helped me. Thank you very much

MalteJonasson
Автор

Ive been searchig this for a long time, watching different vídeos and then you come and find a easier way. How the hell you do it? I admire youuu!!!

evarofficial
Автор

Ive done a video about Forager like movement a while ago.
This video is a nice addition and as always I love your video!
Good work brackeys!

DannyMakesStuff
Автор

This channel inspires me to follow my dream to become a game developer. Thank you for your hard work!

luigi
Автор

Great video. Thank you for making it so easy to see. Explains perfectly, straight to the point, and with humor. Well done!

matiaspascual
Автор

Thanks for the video Brackeys. I have a couple decently successful games which used your methods as a starting point and then expanded upon them. Your tutorials are legit.

AI_Jones