Unity 2D Platformer for Complete Beginners - #14 GAME OVER

  Рет қаралды 37,442

Pandemonium

Pandemonium

Күн бұрын

In this episode we'll add a proper game over scenario and a game over screen with some options.
➤ Font: mega.nz/file/OodiRZYY#ctiGxgr...
➤ Game Over Sound: mega.nz/file/qwt3wYYK#NdQxCrt...
➤ Complete project: github.com/nickbota/Unity-Pla...
Subscribe and turn on the notifications if you don't want to miss the next episode!
➤ Discord : / discord
➤ Patreon: www.patreon.com/pandemonium_g...
➤ Instagram: / pandemonium_games
➤ Twitter: / pandemoniumnick
➤ Itch: nickbota.itch.io/
#pandemonium #unity2dplatformer #unitybeginner
Tags: Unity 2D Platformer for Complete Beginners,Unity 2D Platformer episode 14,pandemonium unity,unity 2d platformer,unity game over,unity 2d game over,unity2d game over screen,unity 2d game over screen,unity platformer game over,unity game over scenario,unity game over menu,unity game over ui,unity game over restart,unity game over scene,unity game over tutorial,unity game over script,unity game over text,unity2d game over,unity 2d platformer game over,unity2d
0:00 Intro
0:08 Game Over Scenario
1:23 Game Over Screen
8:28 Selection Arrow
15:13 Game Over Options
21:19 Outro

Пікірлер: 98
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Thanks to everyone for all the patience! Here are all the links you'll need: ➤ Font: mega.nz/file/OodiRZYY#ctiGxgrES_R2FcFL11gzCEMox-g8W3mIbI8-UfndTao ➤ Game Over Sound: mega.nz/file/qwt3wYYK#NdQxCrt0Vzq0MDzdNWGdb9Q7sZJAzIS9P8y9osVQQ24 ➤ Complete project: github.com/nickbota/Unity-Platformer-Episode-14
@GHOST-yp6td
@GHOST-yp6td Жыл бұрын
i just finished watching tutorial 1 but when ii try to play it says the referenced script on this behaviour (Game Object 'player') is missing what do i do
@GHOST-yp6td
@GHOST-yp6td Жыл бұрын
and it says playermovement is missing
@kyru_art
@kyru_art Жыл бұрын
After a week and a half, I finally managed to watch and do all your tutorials for this series. I can’t wait for the future episodes!
@darrenyilmaz1729
@darrenyilmaz1729 Жыл бұрын
Dude thank you so much for the tutorial's, I literally can't overstate how useful this was!
@fpcg-_-happyeyes9366
@fpcg-_-happyeyes9366 Жыл бұрын
This tutorial series is the best in youtube, you explain things amazingly good, thanks for teaching me unity
@khaledalmatouq
@khaledalmatouq Жыл бұрын
You are a lifesaver!! watched so many parts of this tutorial so i could finish my final project! thank you so much!!
@UA_stud
@UA_stud Жыл бұрын
it took me about 6 weeks to get through this tutorial series. It is amazing and has taught me everything I know! It's impressive how well you've struck a balance between succinctness and well-explained. I hope to see more from this series! I'll check out the others too. Your channel deserves so much more attention! Best of luck.
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Thanks a lot for the praise! And I'm very glad to have a role in your game dev progress, good luck in the future!
@freestylerak6655
@freestylerak6655 Жыл бұрын
Finally completed the series✔... In the beginning I knew nothing about unity editor and c# coding, but after this series I am getting comfortable with editor and gained so much knowledge about c#... Thankyou so much man❤......... Can you make videos for lighting & special effects in 2d games also a series like this for stylized 2d games.
@ronnybravo2317
@ronnybravo2317 Жыл бұрын
Can't believe I'm actually doing it, thank you so much!!!!!!!
@strahinja1910
@strahinja1910 Жыл бұрын
W video and i hope i get to see you again with this series soon
@adeladam2325
@adeladam2325 Жыл бұрын
went through all the vids. Thanks so much man. Keep em coming
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Will do!
@radicalspark5146
@radicalspark5146 7 ай бұрын
For people who only has text mesh pro (TMP) option showing up in the UI drop down menu, you can convert the font given in the description to a font which can be used by TMP by going to the window selecting TMP and then create font asset and after that u can choose the font u want to convert
@draccuzer
@draccuzer Жыл бұрын
I started from tutorial 1 and now I'm here :) Big thanks to you brother! Congratulations on your 10K subs Also, please make one on scoring system :D
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Great to hear that and thanks! What kinda scoring system?
@draccuzer
@draccuzer Жыл бұрын
@@PandemoniumGameDev I'm not sure which type since I'm a beginner myself haha. Maybe just scoring system in general.
@melstadevosyan
@melstadevosyan Жыл бұрын
@@PandemoniumGameDev killing enemies, taking pickups = more score every second lose 1 score
@nicktag5352
@nicktag5352 Жыл бұрын
Bug correction: sometimes when you die while jumping forward it will hit the checkpoint box collider, and while the die animation is taking place the checkpoint will be activated. I corrected it by adding another condition for the OnTriggerEnter2D if if(collision.transform.tag == "CheckPoint" && playerHealth.currentHealth != 0){ ........ ........ ........ } by adding playerHealth.currentHealth != 0 it will activate the checkpoint only if the playerHealth is != 0, otherwise it will not trigger it. Thanks for what are you doing Pandemonium. Im saving up so much time to learn the unity basics. Keep it up💪 EDIT: Also discovered another thing, but i don't now if its my fault or a bug. ----Example---- If i have a melee enemy in room 2, and in the enemies vector of room script i have the melee enemy object, if i kill him, move into another room and then return in the room 2, the enemy will reappear but it will no longer possible to kill. Link down below for the visual explanation kzbin.info/www/bejne/fqrVY5eZpL-toLc
@HerrGrievous
@HerrGrievous Жыл бұрын
Thanks, exactly what I needed
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
I guess I read your mind 😁
@programmingpath9660
@programmingpath9660 Жыл бұрын
Awesome video, thank you for it 👍
@kashifv9141
@kashifv9141 Жыл бұрын
Thanks a lot for these tutorials
@Harpic1
@Harpic1 Жыл бұрын
ayyy, idk if you remember our discord convo but yea xD was a very fun project to make! would love to see some other cool stuff 👀
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
I sure do 😁 Working on new stuff right now, first it's gonna be smaller projects but I'm gonna increase the scale and complexity as soon as KZbin becomes my main gig.
@dragomirristanic5241
@dragomirristanic5241 Жыл бұрын
Hello, here are some suggestions for the next episode. Maybe you can make a cutscene between levels. Also, to collect coins during gameplay that can be spent on health upgrades or something like that. 😄 Thank you for amazing tutorials.
@anthonylewis3804
@anthonylewis3804 Жыл бұрын
That would be amazing if he did that!😃
@tgarnh
@tgarnh Жыл бұрын
how to separate between respawn to checkpoint and game over? Love your tutorial series btw!
@peregrinales
@peregrinales Жыл бұрын
Hello, I really love the videos. I wouldn't be able to make any progress in making games without them. Would you maybe consider making the selection arrow change position also when you hover over the text with a mouse? I would really appreciate a tutorial on how to make it possible. Thanks!
@nonum1285
@nonum1285 Жыл бұрын
you are the best one to make tutorial ever
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
You're the best for leaving a comment like this!😁
@samuelmeireles9222
@samuelmeireles9222 Жыл бұрын
Hello my friend! I'm coming back to thank you for your lessons on how to develop games! I post here my link to my first game based on your classes. I created my sprites in CorelDraw, edited the images in Photoshop, improved the audios in Audacity, in addition to developing the game in Unity/Visual Studio (C#). So let it be clear that every dream without action is a delusion. Focus on the goal and run to win! Thank you so much, Pandemonium!
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Great to hear that! Make sure to post your link in the Discord server, in the general thread, so other can check it out.
@samuelmeireles9222
@samuelmeireles9222 Жыл бұрын
@@PandemoniumGameDev Thanks for your attention and the tip! A hug from the guys from brazilian!!!
@hideShort
@hideShort Жыл бұрын
hello pandemonium you should do something like casting powers, healings and all that cool stuff
@JohnJames-yt1gh
@JohnJames-yt1gh Жыл бұрын
Love the videos. They are really a big help, and the best tutorial I have found so far. I am having a problem with my game. The problem is when I hit he play button to make sure everything works the game over screen is already there. What do you think could be causing this issue? Also is there a way to put boundaries on the camera movement? I want the camera to follow the player, but when I get close to the wall the camera keeps panning and I loose half the scene.
@JohnJames-yt1gh
@JohnJames-yt1gh Жыл бұрын
Also I used the code that you posted above from GitHub.
@christcentered8355
@christcentered8355 11 ай бұрын
@@JohnJames-yt1gh I know im a little late for you but if your still wondering, press the checkmark turning off the death screen 14:28.
@user-nx8wb4bx4o
@user-nx8wb4bx4o Жыл бұрын
have you complete the main menu screen ? i have a bug in it when i chose to start
@Solbast
@Solbast Жыл бұрын
Thank you for the videos
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
You're very welcome!
@muhammadsubhankhan3376
@muhammadsubhankhan3376 Жыл бұрын
hey man! how you doing? I have a problem while using checkpoints it's animations automatically play before player collides with the checkpoint's box collider. Can you suggest me any solution it will be grateful to you. Thank You
@aeennem3896
@aeennem3896 Жыл бұрын
thanks for the tutorial , how about a tutorial to make this a multiplayer game?
@diegogrmy4857
@diegogrmy4857 Жыл бұрын
Hi thanks for your work, I think it could be good to add a tyrolean in the game
@ryanmondong9835
@ryanmondong9835 Жыл бұрын
hi pandemonium, i want to say thanks a lot for putting out every tutorial videos!! I appreciate it and I have been following through your vids for my own learning. However, I faced a problem, where I could not get the main menu screen to show up after my death. I tried copying your code, so I'm assuming that the code is not an issue (correct me if I'm wrong). I think that it might be an issue that I did in the Unity software, but I still could not find the solution to this problem. So, what seems to be the problem and how could I solve it?, sorry if I'm bothering you, and thank you for your time.
@kristinamiller3135
@kristinamiller3135 Жыл бұрын
You have SerializeField called currentCheckpoint (it is the part of the PlayerRespawn script and attached to the Player), you need to choose None there. If you have something there it means that your currentCheckpoint object isn't null. Hope it will help you or someone who will face such problem.
@SSMLivingPictures
@SSMLivingPictures Жыл бұрын
Hey Pand, love ya man. Im working diligently on my game with the help of your vids. Whats the topic of the next video? Maybe you said it in the video but I missed it
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
I have the pause and main menu ready but you probably saw that I launched another series recently. Trying to juggle both projects now.
@SSMLivingPictures
@SSMLivingPictures Жыл бұрын
@@PandemoniumGameDev Oh yah? I didnt actually but I'll check it out, thanks!
@nonum1285
@nonum1285 Жыл бұрын
i downloaded all your tutorial videos
@gamoe
@gamoe Жыл бұрын
thanks you
@nonum1285
@nonum1285 Жыл бұрын
you are the best
@Muaaz121
@Muaaz121 Жыл бұрын
Hi, in which episode did you make a main menu, and also ur a lifesaver, thanks dude
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
I'm afraid I didn't make it yet, it's planned for the next video.
@Muaaz121
@Muaaz121 Жыл бұрын
@@PandemoniumGameDev Do you know when that will be, low key need it for my computer science project and I am using your videos as a reference.
@Reymax164
@Reymax164 Жыл бұрын
@@PandemoniumGameDev Just found you haft an hour ago, planning to learn coding and Unity I'll start maybe few days from now. But already looking forward for the next video 😁
@TheWizz03
@TheWizz03 Жыл бұрын
Thank you for this amazing video. By the way sir can you please make a tutorial about adding cinematic cutscene video into your 2d game.
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Hey there, just adding a video cutscene before loading the game?
@TheWizz03
@TheWizz03 Жыл бұрын
@@PandemoniumGameDev suppose I clicked new game and then a cutscene plays then after I start any other level then again a new cutscene.... I have seen a devlog in which he uses a video which he made in a video editor and added it to unity... I don't know how to do it.. so can you help please
@goldmortisshorts4088
@goldmortisshorts4088 Жыл бұрын
good job
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Thanks 🙌
@tushigts6649
@tushigts6649 Жыл бұрын
Next episode plz
@sackboyx9128
@sackboyx9128 Жыл бұрын
Could this be done on an enemy as well? Like if I killed an enemy and it gave me the game over screen
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Yeah, absolutely. You just have to adapt the logic, you can create a game over script that has a reference to the game over screen and activate it when something happens, in your case when a certain enemy dies.
@tohidulislam1905
@tohidulislam1905 Жыл бұрын
Next game please ☺️
@random_precision_software
@random_precision_software 10 ай бұрын
Hi I dont suppose you know how to create a Pseudo 3D road in a 2D ? like the game PolePosition and Outrun ?
@PandemoniumGameDev
@PandemoniumGameDev 10 ай бұрын
Haven't build it myself but I'm aware of this package on itch.io : planetwalkeryangbin.itch.io/pseudo-3d-racing-template-for-unity
@random_precision_software
@random_precision_software 10 ай бұрын
@@PandemoniumGameDev Thank you SO MUCH !!! I Ill have a look at that now.!
@PandemoniumGameDev
@PandemoniumGameDev 10 ай бұрын
@@random_precision_software You're very welcome, hope you find what you're looking for
@anastarek4491
@anastarek4491 Жыл бұрын
please can you make video about multiplayer game it only will take 5 minutes
@CharIsMe
@CharIsMe Жыл бұрын
Would you consider making a 2D top down tutorial in the future?
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Yep, not sure when but I'd love to make a top down shooter.
@CharIsMe
@CharIsMe Жыл бұрын
@@PandemoniumGameDevGreat news! I highly respect the work you're doing here. I'll be following your channel closely till then!
@Zerme01
@Zerme01 Жыл бұрын
it would be complete if you add load and save function.. where player can save and load the game where they left off
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Yeah, that's up next
@Zerme01
@Zerme01 Жыл бұрын
@@PandemoniumGameDev wow thats nice
@Phillip12131
@Phillip12131 Жыл бұрын
what version did you use for this?
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
2020.3.1 but this will work for any version, the UI could be slightly different though.
@Phillip12131
@Phillip12131 Жыл бұрын
@@PandemoniumGameDev okay thanks 🙏
@stefannikolic4399
@stefannikolic4399 Жыл бұрын
How about Dash ability tutorial?
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
You want to be able to just dash? Or dash through enemies like in Dead Cells?
@stefannikolic4399
@stefannikolic4399 Жыл бұрын
@@PandemoniumGameDev Dash through Enemies. Yea like in dead Cells.
@KINGGAMES-qd8sn
@KINGGAMES-qd8sn Жыл бұрын
where the other ep
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
Not done yet, working on it.
@KINGGAMES-qd8sn
@KINGGAMES-qd8sn Жыл бұрын
@@PandemoniumGameDev thanks for the other ep
@manebuda9701
@manebuda9701 Жыл бұрын
How to fix this: IndexOutOfRangeException: Index was outside the bounds of the array.
@yanardrognuh9492
@yanardrognuh9492 11 ай бұрын
i have same problem, how?
@yanardrognuh9492
@yanardrognuh9492 11 ай бұрын
nevermind, i forgot to add all the options to the selection script
@KINGGAMES-qd8sn
@KINGGAMES-qd8sn Жыл бұрын
I can not use my own song?? My sound is mp4
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
You can absolutely, you might need to convert it though
@KINGGAMES-qd8sn
@KINGGAMES-qd8sn Жыл бұрын
How ??
@PandemoniumGameDev
@PandemoniumGameDev Жыл бұрын
@@KINGGAMES-qd8sn you can literally type "convert MP4 to mp3" on Google or use any video/audio editing software
@KINGGAMES-qd8sn
@KINGGAMES-qd8sn Жыл бұрын
@@PandemoniumGameDev woooooow It work thank you for your help
@PhamKietdepzai
@PhamKietdepzai 10 ай бұрын
hello
@PandemoniumGameDev
@PandemoniumGameDev 10 ай бұрын
Hello there 😁
@aryanshrivastava4733
@aryanshrivastava4733 Жыл бұрын
how to reswpawn in checkpoint?
Unity 2D Platformer for Complete Beginners - #15 PAUSE MENU
21:48
I don’t want to clean this.
11:42
Linus Tech Tips
Рет қаралды 1 МЛН
SHE WANTED CHIPS, BUT SHE GOT CARROTS 🤣🥕
00:19
OKUNJATA
Рет қаралды 10 МЛН
Glow Stick Secret 😱 #shorts
00:37
Mr DegrEE
Рет қаралды 132 МЛН
FOUND MONEY 😱 #shorts
00:31
dednahype
Рет қаралды 7 МЛН
How to make a BOSS in Unity!
21:54
Brackeys
Рет қаралды 655 М.
N64 recompilation is here - and its looking good!
12:50
Modern Vintage Gamer
Рет қаралды 125 М.
Who Can Find the Weirdest PC Parts on AliExpress?
19:03
Linus Tech Tips
Рет қаралды 517 М.
2D Movement in Unity (Tutorial)
21:09
Brackeys
Рет қаралды 3 МЛН
Game Over Screen Unity Tutorial
14:35
MoreBBlakeyyy
Рет қаралды 36 М.
How to make your first 2D game - Unity TUTORIAL 2023
26:47
Blackthornprod
Рет қаралды 73 М.
Unity 2D SCENE MANAGEMENT Tutorial
5:36
Rehope Games
Рет қаралды 13 М.
Sonic, Knuckles and Shadow in Frog Prince Rush
0:28
Intalord
Рет қаралды 18 МЛН
ПАМЯТЬ КЛЕКСА👿 | WICSUR #shorts
1:00
Бискас
Рет қаралды 6 МЛН
Villager SAVES The Noob From Zombie Apocalypse! 🧟
0:59
MineSauce
Рет қаралды 7 МЛН