No video

Cloning Jetpack Joyride in Unity

  Рет қаралды 32,537

Will Kwan

Will Kwan

Күн бұрын

In this tutorial, I make a very simple version of Jetpack Joyride using Unity in half an hour.
Source code: github.com/wkw...
Features implemented:
- Jetpack acceleration/gravity
- Ceiling/floor
- Zapper obstacles

Пікірлер: 37
@MrDimakoles
@MrDimakoles 4 жыл бұрын
Finally someone just code things instead of presenting posibilities of coding them. Good stuff! Keep it up!
@assisneto1849
@assisneto1849 4 жыл бұрын
YOU DON'T SPEAK LIKE YOU'RE DEAD INSIDE THANK YOU FOR A TUTORIAL THAT DOESN'T MAKE ME WANT TO KILL MYSELF
@javaexpertsa8947
@javaexpertsa8947 6 жыл бұрын
Awesome, thank you for this tutorial. Hope you can upload more of this stuff. :)
@SoupTurtle16
@SoupTurtle16 4 жыл бұрын
Thank you so much i feel i learned alot more from this than the unity tutorials
@explosivekeeper
@explosivekeeper 5 жыл бұрын
Wish you added "character speed up".
@efeberke681
@efeberke681 4 жыл бұрын
I try to do this but I have an error.Error is; Scene 'Game' couldn't be loaded because it has not been added to the build settings or the AssetBundle has not been loaded. Can you help to fix that?
@axolotlaxel
@axolotlaxel 4 жыл бұрын
Click on file -> Build Settings -> Add open scene, this should fix it i think.
@eluf1241
@eluf1241 6 жыл бұрын
how do you convert your cameramovement script to work with 2d assets?
@SoupTurtle16
@SoupTurtle16 4 жыл бұрын
Vector 2 maybe? Since vector 3 probably meams 3d
@akshatsinha2119
@akshatsinha2119 3 жыл бұрын
What do I do if I want to instanciate different prefabs and still be randomized. I already have this working with an array of prefabs, but they start repeating every four obstacle.
@JoystickNY
@JoystickNY 4 жыл бұрын
I have a lot of ideas, i wish i know how to code to make them in to app. May i ask what coding language do i need to know to make a card game, and rock scissor paper type games?
@ledaboy4769
@ledaboy4769 4 жыл бұрын
C# is the main language you wanna learn if you're gonna use Unity. You can definitely make a card game, or a rock paper scissor type game with C#
@leonardoganas8947
@leonardoganas8947 6 жыл бұрын
what about ForceMode2D ? can you help me convert it in 2D please
@NicuLucas1993
@NicuLucas1993 6 жыл бұрын
Thanks, Bro. i realy need it
@limbryan1740
@limbryan1740 6 жыл бұрын
Great tutorial Thanks!
@In-N-Out333
@In-N-Out333 6 жыл бұрын
He shouldn't put input code in fixed update. There's going to be times when it's not going to be detected because the code isn't being checked every frame.
@JulioA.P.
@JulioA.P. 7 жыл бұрын
Thanks. I learn lot
@willkwan
@willkwan 7 жыл бұрын
Glad to hear!
@justingolden21
@justingolden21 3 жыл бұрын
This is awesome content man, thank you. Why are obstacle1, 2, 3, and 4 public?
@jenilmakwana4452
@jenilmakwana4452 6 жыл бұрын
thanks bro it is very cool,i like it,love you bro
@danielochoa4483
@danielochoa4483 4 жыл бұрын
ayyy thank you so much bro
@ikoartiaga5971
@ikoartiaga5971 6 жыл бұрын
what Unity version are using right their and are using Monodevelop or visual basic for the C# scripts ?
@williamkwan5460
@williamkwan5460 6 жыл бұрын
I'm using Script Inspector 3 because it lags less when I record. But usually I use VS. Don't remember what Unity version it is, you can download the github project and import it into Unity to find out!
@ikoartiaga5971
@ikoartiaga5971 6 жыл бұрын
can you give me the link sir ?
@willkwan
@willkwan 6 жыл бұрын
See desc
@kineticstishi
@kineticstishi 4 жыл бұрын
What are you using to code inside of unity
@IBK_TECHBYTES
@IBK_TECHBYTES 4 жыл бұрын
Can anyone teach me/ show me how to make the gravity suit mechanic where the character is either running on the ceiling or the floor? thanks
@kineticstishi
@kineticstishi 4 жыл бұрын
You can ask in Reddit r/unity It has the best community
@potatopassingby
@potatopassingby 6 жыл бұрын
i prefer to use javascript rather than c#, thats easy to do right?
@dotinnovation5892
@dotinnovation5892 5 жыл бұрын
C# is kinda more object-oriented being it more popular than js so that most of the stuff is found on C# in unity community and among the youtubers that make tutorials on it. I also got at a time to choose js at first when I started unity, but just in a day or so, I realized C# is a bit more better than that in that sense I told above.
@TrueValience
@TrueValience 6 жыл бұрын
cost me like 20 mins of bs trying to figure that one out
@angelasouza4518
@angelasouza4518 7 жыл бұрын
Olá tudo bem. estou querendo aprender a criar um jogo do tipo fazenda poderia enviar uns tutoriais ?
@willkwan
@willkwan 7 жыл бұрын
Not sure what you mean. Maybe this asset would help? www.assetstore.unity3d.com/en/#!/content/32605
@Nobody-df7vn
@Nobody-df7vn 4 жыл бұрын
Hi, Programmer/KZfaqr/Your Friendly Neighbourhood Startupman Will Kwan! ----- I am a Junior enrolled in a no-name public University studying Computer Science. I have been trying to get an internship for the past few months. ----- Here are my questions: What do you think of the LeetCode culture? Do you think LeetCode helps people to become better at software development? Do you think LeetCode helps companies finding the best candidates? ? ? ? ? ? ? ? ? Thanks.
@TrueValience
@TrueValience 6 жыл бұрын
Dont name the script Camera it overLoads unities camera script and really fucks with the settings if you are trying to manipulate your camera at all
@Andyisdumba
@Andyisdumba 3 жыл бұрын
LoL
Creating the Monument Valley Illusion in Unity
9:22
Will Kwan
Рет қаралды 30 М.
How I designed Jetpack Joyride
41:15
Luke Muscat
Рет қаралды 1,4 МЛН
managed to catch #tiktok
00:16
Анастасия Тарасова
Рет қаралды 47 МЛН
王子原来是假正经#艾莎
00:39
在逃的公主
Рет қаралды 13 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 21 МЛН
When you discover a family secret
00:59
im_siowei
Рет қаралды 17 МЛН
Can AI code Flappy Bird? Watch ChatGPT try
7:26
candlesan
Рет қаралды 9 МЛН
How My Dumb Mobile Game Got 400k Downloads
13:24
Will Kwan
Рет қаралды 1,4 МЛН
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4 МЛН
I Paid Fiverr Game Developers to Make the Same Game
10:25
BadGameDev
Рет қаралды 676 М.
The Most Impressive Scratch Projects
11:00
DenshiVideo
Рет қаралды 4,9 МЛН
Notch Has A New Indie Game! (Minecraft Creator)
7:59
Thomas Brush
Рет қаралды 104 М.
Can You Beat Hitman 3 Without Breaking ANY Laws?
22:37
windowledge
Рет қаралды 1,7 МЛН
Jetpack Joyride but RTX is ON
11:34
Fat Dino
Рет қаралды 1,8 МЛН
Making a difficult game about fitting in - Acerola Jam 0
19:17
jess::codes
Рет қаралды 352 М.
Making Minecraft from scratch in 48 hours (NO GAME ENGINE)
16:38
managed to catch #tiktok
00:16
Анастасия Тарасова
Рет қаралды 47 МЛН