Комментарии:
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!
ОтветитьAnd one know why i get shaky movement?
ОтветитьTHANK YOU SOOOO MUCH FOR THAT LAST PART IVE BEEN LOOKING FOR HOW TO FIX THAT THANK YOU THANK YOU THANK YOU
Ответитьyour tutorials are very short and simple keep it up @gamesplusjames i like the simplicity of this tutorials . Not to complex and complicated
ОтветитьYour improved course link doesn't work
Ответитьplz help, my char jump how much times i want!
Ответитьlink to the script
Ответитьmy character slides whenever i move my player left or right?
Ответить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.
this is the perfect tutorial
Ответитьamazing tutorial gamesplusjames I was looking all over for a video like this and I finally found it! Great help!
ОтветитьThe arrows dont appear for me is there a way to fix this?
Ответитьthanks so much this video helped me so much
Ответить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!
Ответитьmine keeps rolling like a ball, so much fun!!!
ОтветитьI have 3 errors in my script that all say "CS1503 Argument 1: cannot convert from 'UnityEngine.KeyCode' to 'string' "
Can someone help?
HELP
HELP
Bro can you help me
Ответитьthat feeling when you press the space bar and your character jumps for the first time you're like hoooly shit!
ОтветитьWatching this in 2018 with 2018.1
ОтветитьIt says UnityEngine.Component does not contain definition for velocity
ОтветитьI don't know why but my character just floats up at a diagonal angle
Ответить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”
Ответитьhi james how i can i click the format of the pic i can even click its not working pls help me
ОтветитьLove u man thank u alot
Ответить*Unity 5 example* if (Input.GetKey(KeyCode.D))
{
GetComponent<Rigidbody2D>().velocity = new Vector2(moveSpeed, GetComponent<Rigidbody2D>().velocity.y);
}
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
Ответить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)
ОтветитьVery clear, great video for beginners as everything is explained!
ОтветитьWhat about episode 2????
Ответить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. :(
Ответитьwhat about player movement on faux gravity? it gets all weird when you jump and walk, flying forever
Ответитьis this outdated or I can still follow up
ОтветитьMy character keeps disappearing. I am using a custom/different player.
Ответитьgod?
ОтветитьDamn deprecated codes.
Ответить:( faaaaaakk I just want to find a clear and updated tutorial on 2d Platformer start to finish, all the cool stuff.
ОтветитьI can't drag the art, etc. It doesn't work
ОтветитьOldie but goodie! Great tutorial! 👍❤️🤓
Ответить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.
when I clicked space, My Character is flying what I must do?
Ответитьits working on 2021 Thanks so much !
Ответить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 :)
ОтветитьThank you so much!!!!!!!!!!
ОтветитьAs a little update, instead of writting "rigidbody2D.velocity" you have to write "GetComponent<Rigidbody2D>().velocity" for the newest version of Unity.
Ответитьwhat version of unity are you using?
Ответитьdude you are so awsome your videos are such a huge help
Ответить