Unity 2D Platformer Tutorial - Part 1 - Moving and Jumping

Unity 2D Platformer Tutorial - Part 1 - Moving and Jumping

gamesplusjames

10 лет назад

293,808 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@anchovyqueen
@anchovyqueen - 20.09.2017 10:30

Thank you for the amazing video and for putting up annotations that work with Unity 5 and above. I've tried doing other tutorials, but they tend to try to show off their programming skills instead of trying to teach. You explain everything at a nice pace, and I really appreciate it. Time for part 2!

Ответить
@owen7154
@owen7154 - 08.10.2017 19:06

And one know why i get shaky movement?

Ответить
@andrewsullivan9033
@andrewsullivan9033 - 10.10.2017 00:07

THANK YOU SOOOO MUCH FOR THAT LAST PART IVE BEEN LOOKING FOR HOW TO FIX THAT THANK YOU THANK YOU THANK YOU

Ответить
@margauxroth6720
@margauxroth6720 - 23.10.2017 13:02

your tutorials are very short and simple keep it up @gamesplusjames i like the simplicity of this tutorials . Not to complex and complicated

Ответить
@IFone456
@IFone456 - 23.10.2017 20:41

Your improved course link doesn't work

Ответить
- 28.10.2017 21:00

plz help, my char jump how much times i want!

Ответить
@jacob-rg6tg
@jacob-rg6tg - 17.11.2017 23:36

link to the script

Ответить
@spenkerdetanker9067
@spenkerdetanker9067 - 14.12.2017 16:51

my character slides whenever i move my player left or right?

Ответить
@noonegaming21
@noonegaming21 - 29.12.2017 09:20

hey
I did same exactly as u did
But it shows error that

MissingComponentException: There is no 'Rigidbody' attached to the "Player" game object, but a script is trying to access it.
You probably need to add a Rigidbody to the game object "Player". Or your script needs to check if the component is attached before using it.

Ответить
@Crwgamer
@Crwgamer - 31.12.2017 16:00

this is the perfect tutorial

Ответить
@krishnajawale7418
@krishnajawale7418 - 02.01.2018 15:50

amazing tutorial gamesplusjames I was looking all over for a video like this and I finally found it! Great help!

Ответить
@truefocus912
@truefocus912 - 11.01.2018 21:51

The arrows dont appear for me is there a way to fix this?

Ответить
@davidwenzel7232
@davidwenzel7232 - 26.01.2018 23:59

thanks so much this video helped me so much

Ответить
@Fetteremo
@Fetteremo - 05.02.2018 00:01

If your character wont move its maybe because of a checkbox in the animator of your character which says ApplyRootMotion, uncheck it and you can move your character!

Ответить
@GWebcob
@GWebcob - 15.03.2018 07:52

mine keeps rolling like a ball, so much fun!!!

Ответить
@Elec.Balloon
@Elec.Balloon - 03.04.2018 02:27

I have 3 errors in my script that all say "CS1503 Argument 1: cannot convert from 'UnityEngine.KeyCode' to 'string' "

Can someone help?

Ответить
@BuddhaGhost
@BuddhaGhost - 21.04.2018 20:59

HELP
HELP

Ответить
@xahaa.d3960
@xahaa.d3960 - 30.05.2018 14:11

Bro can you help me

Ответить
@igor9919
@igor9919 - 08.06.2018 19:03

that feeling when you press the space bar and your character jumps for the first time you're like hoooly shit!

Ответить
@frisk6303
@frisk6303 - 12.06.2018 07:33

Watching this in 2018 with 2018.1

Ответить
@novibain4434
@novibain4434 - 27.06.2018 11:17

It says UnityEngine.Component does not contain definition for velocity

Ответить
@denis0bt
@denis0bt - 29.07.2018 19:24

I don't know why but my character just floats up at a diagonal angle

Ответить
@VinyleBrickfilms
@VinyleBrickfilms - 19.09.2018 17:49

Hi GamesPlusJames, i just wanna thank you so much for these tutorials. From these tutorials i have been able to learn how to make my own game, AND it is free to download on google play now! If you would like to see it, it’s called “Adventures Of Cubot”

Ответить
@jerickanda8957
@jerickanda8957 - 18.10.2018 18:33

hi james how i can i click the format of the pic i can even click its not working pls help me

Ответить
@yasserbel8687
@yasserbel8687 - 10.11.2018 21:11

Love u man thank u alot

Ответить
@reiken27
@reiken27 - 13.01.2019 18:36

*Unity 5 example* if (Input.GetKey(KeyCode.D))
{
GetComponent<Rigidbody2D>().velocity = new Vector2(moveSpeed, GetComponent<Rigidbody2D>().velocity.y);
}

Ответить
@adairplays5400
@adairplays5400 - 21.01.2019 01:26

for those of u who have no idea how to fix the player rolling well u have 2 enable freeze rotation z u have 2 check it of then it will stop your welcome

Ответить
@smpark12
@smpark12 - 09.02.2019 20:51

oh my gosh I can actually use C# now thanks so much! (ive watched your tutorials before but I basically just copied stuff and didn't know what it meant because I didnt care :P)

Ответить
@soldierofthetemple9815
@soldierofthetemple9815 - 17.02.2019 17:55

Very clear, great video for beginners as everything is explained!

Ответить
@valentin9378
@valentin9378 - 14.04.2019 13:57

What about episode 2????

Ответить
@BrainWavesVillain
@BrainWavesVillain - 27.04.2019 13:18

I've made my first game with Unity. Payed the developer fee on android. Published and made 0$. I have 0 installs. Only 5 friends downloaded my app. I'm very discouraged to make another. Maybe the title is to long for Google Play: "Orange Explorer - classic retro puzzle platformer". I feel like only big to medium studios are getting all the traffic. Or Maybe I need to invest in some ads but that defeats the purpose. I want to make some money from ads not spend. :(

Ответить
@karacter3369
@karacter3369 - 02.07.2019 01:54

what about player movement on faux gravity? it gets all weird when you jump and walk, flying forever

Ответить
@quiquecrz6451
@quiquecrz6451 - 24.07.2019 00:57

is this outdated or I can still follow up

Ответить
@maxiscougot8629
@maxiscougot8629 - 21.08.2019 04:12

My character keeps disappearing. I am using a custom/different player.

Ответить
@balikif
@balikif - 25.08.2019 02:30

god?

Ответить
@radcapnyc
@radcapnyc - 29.12.2019 03:31

Damn deprecated codes.

Ответить
@radcapnyc
@radcapnyc - 29.12.2019 03:34

:( faaaaaakk I just want to find a clear and updated tutorial on 2d Platformer start to finish, all the cool stuff.

Ответить
@obreno4962
@obreno4962 - 21.01.2020 05:08

I can't drag the art, etc. It doesn't work

Ответить
@Oxmond
@Oxmond - 24.03.2020 09:19

Oldie but goodie! Great tutorial! 👍❤️🤓

Ответить
@linkingnightcore867
@linkingnightcore867 - 14.05.2020 15:32

Dont know if anyone still reads this thread, but I'm having difficulty implementing the jump script. When trying to assign the script, it doesn't exist. If you drag and drop it reads with the error: "Can't add script component 'PlayerMovement' because the script class cannot be found. Make sure that there are no compile errors and that the file name and class match."
I'm completely lost, any help would be greatly appreciated.

Ответить
@tedikt2977
@tedikt2977 - 20.01.2021 11:36

when I clicked space, My Character is flying what I must do?

Ответить
@megexedits5316
@megexedits5316 - 04.02.2021 14:36

its working on 2021 Thanks so much !

Ответить
@superbossangel
@superbossangel - 31.03.2021 12:54

so for the past week I've been trying all different codes in the comments but i still get this code " error CS0246: The type or namespace name 'RigidBody2D' could not be found (are you missing a using directive or an assembly reference?)" any help will be greatly appreciated ill even buy you a macci for the trouble :)

Ответить
@VedXpert
@VedXpert - 20.11.2021 18:03

Thank you so much!!!!!!!!!!

Ответить
@JustGabe
@JustGabe - 08.07.2022 00:18

As a little update, instead of writting "rigidbody2D.velocity" you have to write "GetComponent<Rigidbody2D>().velocity" for the newest version of Unity.

Ответить
@hardyhu9999
@hardyhu9999 - 29.04.2023 02:16

what version of unity are you using?

Ответить
@ftrwar
@ftrwar - 25.04.2024 04:28

dude you are so awsome your videos are such a huge help

Ответить