How to Make 2D Endless Runner Game in Unity - Beginner Friendly - Dino Game

preview_player
Показать описание

In this video, I will show you how to recreate chrome's Dino Game from Scratch to end in under 15 minutes. The video is targeted towards beginners and for that, I won't be using anything outside of Unity, the whole game will be created inside of Unity.

You will learn all the basics of creating an Endless Runner Game in Unity, basic player controls and creating obstacles that spawn at a random rate, just like in Chrome's Dino Game.

And by the end of the tutorial, you will have a plenty of stuff to play around with to bring more randomness into the game. For the game over menu and stuff, you can watch the video down below.

Thanks for watching, if you have any questions, just leave them down in the comments section!

Some more unity tutorials which might be useful :

How to throw knife in UNITY :

How to make an AWESOME game Menu :

How to make level saving System :

Remote Configuration by BRACKEYS :

Game difficulty by Brackeys :

How to make first person game in UNITY by BRACKEYS :

Some interesting and fun Unity videos by DANI

I made an evil bot my friend :

I turned Youtube into giant battle royal game :

I made a game in 30 Minutes :

Рекомендации по теме
Комментарии
Автор

My mans spoke faster than lightning. Thanks for the tutorial!!

heyandre.design
Автор

For the Object reference errors, pay close attention to what he has clicked on in the hierarchy or assets when adding scripts. I struggled for a while before realizing he added the SpikeScript to the Spike prefab he made earlier in the assets tray.
Also hit a road block when I put the SpikeGenerator script on the NextLine asset which just made infinite spikes and crashed constantly. its a 20 minute video that I've watched like 3 hours of while trying to catch everything.

jarrodsneed
Автор

If you guys are crashing as soon as you try out the SpikeGenerator script, be sure you are selecting the spike prefab as your spike variable, and not the spike that is already in your scene

itsrascal
Автор

so funny, for the first time I felt the lack of an input buffer 😂

mangineer_rl
Автор

Thanks for being active, your tutorials are helping me, keep up the good work.

matthewsenera
Автор

A very poor tutorial coming from someone who already understands this you rush through most of the script without explain properly what it means with blurred speech. Next time you need to explain the code as you aren't teaching the concept, which is key to learning

luke
Автор

Thanks man, this has been real useful :3

nekoverse
Автор

Nice video and thanks for making a video like this :]

Hollowdude
Автор

i am getting this error

NullReferenceException: Object reference not set to an instance of an object

jayansh
Автор

10:00 why do we use Vector2? Why do we use Time.deltaTime? you are not explaining anything

alwaysmuede
Автор

I'm currently stuck at the point where i keep getting errors at 5:00 when it says that i cannot implicitly convert type UnityEngine.RigidBody2D to RigidBody2D and i dont know what that means

FaneOnYT
Автор

can you tell me how to make it without numbers after the ", "

franciszekkuxnicki
Автор

I can't add the Score to the Player? how can i fix it

Nebeneinkommen
Автор

The scoreboard is not working, I followed all the directions and once I hit play to test it, the scoreboard disappears and the player does not stop when it hits an obstacle. what should i do?

bajafresh
Автор

it says error 0106 any ideas? idk anything about c#
or someone can give me that code pls, i think just typing that code thing doesn't really effective

kckibitz
Автор

why my spike clones just once? anyone can answer pls?

richardkareem
Автор

Perfect Tutorial Thank you for this lost a few hairs but was fun. :D

jameslemon
Автор

I can't finish game, spikes comes front of me. How can I solve this?

aliseftali
Автор

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

prathibasingaravelu
Автор

Hi I have this in my unity consol : NullReferenceException: Object reference not set to an instance of an object
SpikeGenerator.GenerateSpike () (at
SpikeGenerator.Awake () (at
Can you help me to fixed that please ?

popcorn