@@GoldenDevs Wow, after all of that hassle and rewriting the same script for 45 mins you only just made me realize that I didn't hit save. The most simplest things are sometimes the answers 💀💀
😅 been there more times than I can count, even more than that, forgetting to call a function inside update gets me all the time, but of course after a while it only takes you two seconds to realize, good luck with your game buddy.
thanks the only tutorial which is really beginner friendly and well explained
Glad it was helpful
Nice 😁
How does this guy only have 8 subscribers his content is too good for that little
Ey, appreciate it man, just starting out, thanks for the sub. ❤️
Now he has 692 subs
great tutorial how can we rebind the keys in game?
You can pick any key after the keycode. , Make sure you type it in the upper case.
can you do an advanced movement tutorial
Of course, coming up next week
I keep getting the error “‘Time’ does not contain a definition for ‘deltatime’”
You probably misspelled it or are not doing the capitalization right
I don't have the thig to change speed please help
verify if speed is public and not private
@@chahan2566 thanks
i dont have the option for the speed and i already checked to make sure it is public please help
Have you saved the script? Press Ctrl+S in your code editor then go back to unity.
@@GoldenDevs Wow, after all of that hassle and rewriting the same script for 45 mins you only just made me realize that I didn't hit save. The most simplest things are sometimes the answers 💀💀
😅 been there more times than I can count, even more than that, forgetting to call a function inside update gets me all the time, but of course after a while it only takes you two seconds to realize, good luck with your game buddy.
Straight to the point and made It Easy and clear, you have talent my boy
Ey, appreciate it man, hope it was helpful
this didnt work for me... there were 5000 errors and it didn't even have a speed variable.
Make sure speed is set to public,
It has to be :
Public float speed;
same for me, it's not working and I don't even have the option of a speed variable