Unity 2D Player Move and Jump with Groundcheck Tutorial

preview_player
Показать описание
More videos coming soon!

Intro 00:00
Setup 00:22
Creating Variables 03:12
Move function 03:58
Jump function 05:56
Inspector 06:33
Ground Check 07:20
Outro 10:44

Patreon with fully explained c# scripts:

Silhouette Dash free download:

Join the discord community!:

Play my games! :

♪ Onion (Prod. by Lukrembo)
♪ Branch (Prod. by Lukrembo)
♪ Biscuit (Prod. by Lukrembo)
♪ Bread (Prod. by Lukrembo)
Рекомендации по теме
Комментарии
Автор

Bepedi bopity . Your code is now my property

sleepyboi
Автор

Finally a simple and good way to check for ground thanks for the help mate

foros
Автор

Most of the simple tutorials don't work so I had low expectation for this one but it works!!!
Thank you for the video and thanks for not click baiting

Boogie-wihd
Автор

Thank you so much, I spent my too much time to following lots tutorials but no one works. This tutorial helped me.

GaganKumar-fzwz
Автор

tysm for this tutorial, in december i wanted to make a 2d platformer but i didnt know how to start, this tutorial helped me build the base of the game and im still developing it to this day and learning how unity works

glowingshard-bfdi
Автор

Best 2d movement tutorial i've seen i've been around a lot and they're all complicated but this on is short and to the point

ODmn
Автор

When I tried your method for the first time the jump didn't work. But now after adding the jump power up to 200 it worked. Thank you!

mrdragon
Автор

Thank you very much for this tutorial. Especially how you explain why you had done certain actions and ext. Many videos just click and do things without much explanation as to the why. Helped very

apcrothon
Автор

After scouring the internet for hours looking for this solution, this tutorial is the only thing I found that actually worked.

HaydnGable
Автор

Thanks I have been trying to figure this out for at least three days.

draftdimension
Автор

Thank god, I found this video. Every time I try the player can jump midair when I use tilemaps. Now when I try this method it worked. He isn't jumping in the air anymore.

RavDeBest
Автор

Thanks dude, learning C# and unity right now and this taught me a lot of features in unity I had no Idea about, saved me a lot of time from looking through unity’s documentation lol

glass_eater
Автор

after trial and error this tutorial helped me thank goodness i almost gave up

Blinkski
Автор

Hey i tried everything but the jump didn't work can someone help me please? :(

guyturtle
Автор

only tutorial i found that actually explains the code you're writing and how it works n stuff - thank u !!

donalbrennan
Автор

error CS0246: The type or namespace name 'RigidBody' could not be found (are you missing a using directive or an assembly reference?)

sumdeathjr
Автор

late to viewing, but love how you explain what the code does and is easy to follow!

altertonart
Автор

The code does work for it's main jump functionality, though it comes at a cost of making your player a professional wall jumper, so i honestly recommend another line of code.

perbara
Автор

I have a problem, my Variables aren't showing up in Unity even though I save
and I get, Assets\PlayerMovement.cs(24, 63): error CS1002: ; expected

bogm
Автор

Thank you much for this you have no idea the trouble it saved me

matthewwilliamsvideos