In this game animation tutorial I show you how to make an idle, run and jump animation for a 2D platformer player character using Unity !
We’ll also learn how to make animation transitions between the character’s various states using the animator !
——————————————————————————————————–
SUPPORT ME via PATREON :
——————————————————————————————————–
GAME ANIMATION BASICS :
PLATFORMER CONTROLLER :
ANIMATION TRANSITIONS :
——————————————————————————————————–
FOLLOW ME on TWITTER :
JOIN the BTP DISCORD SERVER :
Nguồn: https://bneimenashe.org/
Xem thêm bài viết khác: https://bneimenashe.org/game/
Xem thêm Bài Viết:
- Five Nights At Freddy’s 6 The Joy Of Creation Interviews [SFM FNAF]
- Logo Party from Spin Master
- The Sims 2 DS Playthrough 100% | Part 9 | Rat Cave!
- Varsity Blues (4/9) Movie CLIP – The Whipped Cream Bikini (1999) HD
- Barbie Video Game Hero New Movie Dolls – Rainbow Skates + Mini Race Car + Blind Bags
It just plays the run animation, it doesn’t play the idle. I followed everything.
it works fine but when I play the Flip function that you did on the double jump video, doesn’t work
I love that art style, so cartoony, i love it
You are awesome!!!
There is still one animation missing. Falling animation. How can I transition to the falling animation when the character starts falling? Is there a way to track the characters Y velocity or something? I have been trying to figure it out unsuccesfully :/
Question: I'm making a snowman animation and I want it to melt overtime how do I get that going on the same time as the other animation? Is it just as easy as making it my default animation with the 3 levels of melting? Thanks for taking the time to respond.
With animations, you can show the player, how to play this game.
takeOF lol
thank you i can now move to 2d game making
when i do jump it doesn't respond that fast. and when i make the groundRadius higher it can jump in air.
i can't move my character please help me noa
My character won’t move after doing the animation! What do i do? Btw your videos are extremely helpful 😃
Amazing Tutorial! The animation is great and I love your art style. One thing though, My player is locked into a single position. I have no clue why! Hasn't done it before I added the animations. It could just be me being dumb. I have tried our discord but didn't get a response.
i downloaded an asset pack and it has a double jump animation,
i followed blackthornprods tutorial on how to do a double jump but i have no idea how to do the animation.
can anyone help please?
someone can help me ? when i play my game with the animations he cant move but when i play without he moveme someone help me to fix this?
Ahhh really love your works so cute ım happy to found your channel
idk why but u sound like a fortnite scammer lol
What code are you using for the movement
Hey, how do make the plants bend when the player is passing by? btw thanks for the tutorial!
i can't move my character and did the exact same thing
You made me understand in 15 mins what I couldn't wrap my head around for over 15 weeks… Really great tutorial!
Love your videos. You inspire us. I hope one day i will make a good one… This is what i learned (not much i know): https://play.google.com/store/apps/details?id=com.Game.VirusSmasher
Awesome video, man!
I'm stuck I tried this way
if(rb.velocity.x == 0)
{
anime.SetBool("GroundedNow", false);
}
else
{
anime.SetBool("GroundedNow", true);
}
and i did this using float which is moveSpeed in the Animator channel.
anime.SetFloat("moveSpeed", Mathf.Abs(rb.velocity.x));
however both times the animation keeps looping from idle to run animation, any help will be very helpful cheers.
The code isn't working for me. Could you make an updated version?
i am planing to star a game dev channel so can anyone give some advise please and black thorn prod if you are reading this it would be awesome if you could give me some advise 🙂
Thank you soooo much, love the videos!!!
Great video! btw your art and animation skills are amazing!
hey i know this video was from a year ago but i keep getting this error saying the name "moveinput" does not exist in the current context, any solutions would help
how to make 2D game animations:
step 1. learn to draw
when I do the animation my guy won’t move and when I turn on apply root motion my guy just floats up but he can still move
You have saved my game I would not live without you and brackeys thank you
For some reason the pivot points wouldn't work, yes I did adjust the settings and adjust the pivot points in sprite
I watched your video on how to make jumps better but the movement code in that is different than this video
I have a problem, i want to make animations into a enemy with pathfinding and i dont now where to add the codes which you added in the moving script
Does i have to put it in the pathfinding script?
The script doesn't work for me it plays the idle animation but when i move it still plays the idle animation. How to fix this?
If i wanted for example someone to throw his spear, is it possible to hide the spear mid frame and duplicate the spear as its own object?
Thank you
I watch this and practise it on after effect 🙂