Тёмный

Develop and Publish Flappy Bird in 3 Hours With Unity3D 

Renaissance Coders
Подписаться 37 тыс.
Просмотров 2,2 млн
50% 1

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 932   
@RenaissanceCoders
@RenaissanceCoders 6 лет назад
Thanks for the love! Here's project git: coderDarren@bitbucket.org/coderDarren/tappybird.git // Direct link: bitbucket.org/coderDarren/tappybird/src
@Lancas7er
@Lancas7er 6 лет назад
what color theme do you use? it looks really great :D
@ComicsLegend
@ComicsLegend 6 лет назад
How would someone properly credit you in their own version of the game?
@RenaissanceCoders
@RenaissanceCoders 6 лет назад
Generally, if someone wants to add credits to a game, they will create a page in the game under options or settings. The location of credits within the game is entirely up to the developer, though.
@ComicsLegend
@ComicsLegend 6 лет назад
Awesome, thanks! I added a credits page on the menu screen. Can ads be added to the game as well? I made my own version and made some changes but I wanted to put it up on the playstore with ads.
@oliverbendstrup8013
@oliverbendstrup8013 6 лет назад
@Renaissance Coders Hi, I have made a pause menu, but when I press escape, the game paused as it should, but when I press the resume or quit button, the bird jumps in the background and the sound from the bird is still jumping, I want to press on escape and so the game will be pasued, and the bird will not move until I press the resume button, Can you help me out?? i can not fix the error in the skript, Link too all the skripts, github.com/Bendstrup1996/The-Bloody-Bird-scripts
@Future-we6te
@Future-we6te 4 года назад
I fell asleep and woke up to this video with almost 20 min till it ended lol.
@hiroyoshi00
@hiroyoshi00 4 года назад
I watched this over last few days while having lunch and I have to say I thoroughly enjoyed it. I love watching other people do all the hard work while chilling XD Anyway, look forward for more
@planetmarsrock5233
@planetmarsrock5233 4 года назад
Him: Makes whole game in 3 hours Me: Works on the art for 3 hours
@illminded7957
@illminded7957 4 года назад
I would be stuck on the pipe for 3 hours
@dersaxommania3008
@dersaxommania3008 4 года назад
me working 3 weeks on the art...
@jrlgames2041
@jrlgames2041 4 года назад
I need a google console pls
@cubedev4838
@cubedev4838 4 года назад
Same lol
@masterrender
@masterrender 4 года назад
😂
@Masalafyed
@Masalafyed 5 лет назад
You have done gods work. You have no idea how many people this video is going to help!
@SelfImprovement1111
@SelfImprovement1111 3 года назад
Yes
@tae6175
@tae6175 4 года назад
While watching this tutrorial let's play a game: Every time he says "I'm not gonna spend much time on [subject]" take a shot. If you finnish the game in one sitting, you won.
@BrianOfAteionas
@BrianOfAteionas 4 года назад
That's much more reasonable than the idea I had which i was to take a shot every time he uses a sentence with the words bird and / or pipe and it sounds like a sexual innuendo :D
@djd829
@djd829 7 лет назад
So glad you know your C#. I've been working with it for over a decade and I'm starting to learn Unity. This is my first 2D video. So many people out there who would see you putting in delegates and saying "dele-what?"
@RenaissanceCoders
@RenaissanceCoders 7 лет назад
Haha, thanks for the awesome feedback!
@AnnelaureDuparc
@AnnelaureDuparc 3 года назад
It's been 3 days that I follow the whole tutorial ... yes yes 3 days! ^^ Thank you for the explanations on the different variables of the code and the many other possibilities. I'm learning a lot! Great work and great video
@shaifmohammadreasatdihan2242
@shaifmohammadreasatdihan2242 3 года назад
Bird is not colliding with the Ground ! what could be wrong?
@666_Man0war
@666_Man0war 6 лет назад
I've searched hours for the colliders falling through problem and finally found the solution. In the tabcontroller.cs lines that described as rigidbody causes that error.What you can do is just change them a bit for example; Rigidbody2D rigidbody; Old line that occurs error. Rigidbody2D rb; New line that colliders working just fine. P S: Dont forget to change all rigidbody texts to rb.
@enriccatala8317
@enriccatala8317 4 года назад
Make sure also you spelled correctly "void OnTriggerEnter2D(Collider2D col)". I had "void OntriggerEnter2D(Collider2D col)". It did not work. Now it does.
@zeroatlast
@zeroatlast 4 года назад
still not working man :(
@davidjohnson4319
@davidjohnson4319 4 года назад
per the visual studios hint, the word rigidbody refers to an inherited function. Using the variable rigidbody hides that functions, thats why rb solves the problem.
@elmori616
@elmori616 4 года назад
Thanks for these comments. I tried your solution but the bird still falls through the ground. Ive checked his code, AND mine, AND they aré exact. Checked rígidbodies AND colliders, as trigger on. But still doesnt work. Can I contact you for help. I really dont want to bother you. But if you can, id apreciate it
@RivuDonTech
@RivuDonTech 4 года назад
@@elmori616 mine too but when i tried it first it was fine then when i tried to do the project again it passes through the ground again
@radioactivememes4964
@radioactivememes4964 4 года назад
Him: Takes 3 hours to make a game Me: Takes 3 hours to load/ open unity
@rhandlerusisk
@rhandlerusisk 4 года назад
Same here
@captainwolf9428
@captainwolf9428 4 года назад
@@rhandlerusisk check out Godot. Free and easier to use
@gameremixlab
@gameremixlab 4 года назад
That's pretty much how it happens...lol
@antonipolski9569
@antonipolski9569 4 года назад
I take like 10 - 15 mins
@speedg
@speedg 4 года назад
i take 30 seconds - 1 minute
@truongphan4904
@truongphan4904 3 года назад
1:04:18 1:09:02 gamedelegate event 1:13:30 countdown 1:20:40 save load highscore; 1:32:18 Paralaxer
@RachelJuneFilms
@RachelJuneFilms 4 года назад
YAY IT WORKED! And I felt so calm love the music in the background thank you SO MUCH
@nkusters
@nkusters 5 лет назад
I love the first part with Gimp. I'm a developer, but looking at this, everyone could do that and still have a nice result!
@JuanPablodelaTorre
@JuanPablodelaTorre 4 года назад
Instead of the switch case in SetPageState you could have this: _startPage.SetActive(state == PageState.Start);_ _gameOverPage.SetActive(state == PageState.GameOver);_ _countdownPage.SetActive(state == PageState.Countdown);_ Is exactly the same thing without the copy/pasting.
@danielanos2555
@danielanos2555 4 года назад
Thanks man!
@JuanPablodelaTorre
@JuanPablodelaTorre 4 года назад
@@danielanos2555 ^^
@robofiredino2199
@robofiredino2199 4 года назад
hey :) just wanna say that this vid help me fall asleep, witch meens a lot cus i have been having problems whit that hehe :) thank you
@vanilmirth9571
@vanilmirth9571 4 года назад
oh my, a hidden bonus
@youssefabdelmalak5412
@youssefabdelmalak5412 4 года назад
Vanilmirth bbt bro bibibokbijobjbbojobjobjobjbojbojobojbojbbbjjjjjjjbjobjbjbjbbbbjbbjbbbbojbobbjobjbbojbjbjbjbbojobobjbojbjbbjbbojobbibbouob iib ihas iday iday is biibi you ibbiI’m it’s i
@youssefabdelmalak5412
@youssefabdelmalak5412 4 года назад
@@watizdat89 depends on your pov lul
@hisyam1664
@hisyam1664 3 года назад
this is an insult
@melonhd123
@melonhd123 6 лет назад
Thanks for this, took a bit of trial and error to get it working and also added some other features too like some other sounds etc. So glad you made this video!
@nishchaysingh5980
@nishchaysingh5980 3 года назад
At 31: 27 while drawing the anchors around the Text(Of scoreOverPage) this is not happening with me.Pleaee help .While everything is fine while drawing the anchors of Replay button(GameOverPage). Pleaee help ASAP🙏
@Brianking9696
@Brianking9696 4 года назад
This was great! I have been looking for a video that steps you through the entire process like you did instead of a looking at things piecemeal.
@michaelmelons4176
@michaelmelons4176 6 лет назад
Great, I just recreated my previous source of crippling depression...
@elimiNator345
@elimiNator345 4 года назад
use a bot ;)
@solidwire
@solidwire 4 года назад
LMFAO!
@lodyinmy932
@lodyinmy932 4 года назад
Well then this is awkward I slept-on a vfx tutorial and here we are here
@yashgutgutia604
@yashgutgutia604 5 лет назад
The Scale at 32:17 gave me the Highest form of Anxiety!
@typicallynotawake9911
@typicallynotawake9911 4 года назад
No joke no spam just woke up at 5:00 int the morning to me watching over 2 and a half hours into the stream.
@MusiCrazyEsperanza
@MusiCrazyEsperanza 5 лет назад
Lol cloud creation scene gave me a flashback to Bob's PBS painting show...
@knightmarerip711
@knightmarerip711 4 года назад
Good stuff! Picked up a lot of new stuff from this. One thing though, there are times where you do stuff outside the view of the camera. For experienced Unity developers that is fine cause we know what you are talking about. For for beginners, that is where they'll get lost. But overall, content was awesome! I also like your technique of starting with all the non-coding stuff first. Definitely saves a lot of time.
@RenaissanceCoders
@RenaissanceCoders 7 лет назад
When this video reaches 500 likes, the full project and source code will be made public! Edit (3 years after giving the source code): Read the pinned comment peeps.
@techreflection1749
@techreflection1749 6 лет назад
Done, that's 500. =)
@cikany
@cikany 6 лет назад
hey, where's the code? :D
@techreflection1749
@techreflection1749 6 лет назад
+Benas Matulis Give him a minute... I just put it the 500th like 18 hours ago on a 7 month old video. lol
@RenaissanceCoders
@RenaissanceCoders 6 лет назад
Its coming guys!
@Xiaoxooooo
@Xiaoxooooo 6 лет назад
That would be a great help! Im learning to make my own game this will be a good start and knowledge. Thank you so much!
@KAYMOofficial
@KAYMOofficial 4 года назад
I really enjoyed this tutorial! Thanks! Something you might want to consider is doing some light editing, like if you forget what you're doing for a moment or debugging it could be nice to not show that. I know it's helpful to see the debugging process but knowing the result and why is ultimately the main reason it's relevant. Besides that, and that isn't really a major issue, I found this to be one of the most useful entry level tutorials for Unity. I'm a web developer who decided to try game dev as a side project during quarantine and the video has a great blend of teaching how to use Unity editor itself, while explaining some of classes and scripting processes. It is probably the most different avenue of programming I've explored throughout my undergrad, and the Unity editor made it pretty confusing at first. Glad you go through all the code and don't just slap a pre-made script on it, and that you're pretty thorough. Anyways, just wanted to share my appreciation. Perhaps I could learn to edit my comments too :P
@LesDuffy
@LesDuffy 5 лет назад
Nice video. I was following along perfectly fine until the C# coding started, which totally confused me (not your fault).
@pestrokat7184
@pestrokat7184 4 года назад
Did you learn to code?
@LesDuffy
@LesDuffy 4 года назад
@@pestrokat7184 I got so far with C# but honestly I hate the syntax with all of the curly braces, it does my head in. I stopped. I bought AppGameKit because I love the syntax that uses.
@benmidas
@benmidas 4 года назад
Your tutorial is great! Its really awesome you are showing people how to make a game. Love it! If I may suggest something? Maybe remove the delegate events and change them for methods. Create a chain of responsibility and call methods directly. This makes it much easier to debug. Delegates are hell, the fact that anyone anywhere can listen at any time creates chaos. If you have a manager that has a method, you can make a public reference to it, drag and drop, and call methods on the manager directly instead of firing events. -- LOL as im typing this, you are talking about how people complain about this. HAHAH!
@christianjulch1958
@christianjulch1958 4 года назад
Every app store is gonna be full of flappy bird games now XD
@looklikemyleftnut4754
@looklikemyleftnut4754 4 года назад
Christian Julch You’d have to buy a developer license to upload a game on the App Store. The App Store on apple devices has a very high priced developer license, although the android play store isn’t as expensive, it’s still pretty pricey.
@wenliu3695
@wenliu3695 5 лет назад
Software is getting way more advanced.
@JacobLofgreen
@JacobLofgreen 4 года назад
RC: "The official documentation explicitly tells you NOT to do this... but I'm going to do it anyways..." Me: Okay... Also RC (while making tutorial video): "I don't recommend you write the code this way..." Me: Clicks next tutorial video.
@i_youtube_
@i_youtube_ 7 лет назад
It is a great idea if you record tutorials on Making of "Color Switch" Replica. There is a video tutorial but he is explaining fast. Your teaching style is so fantastic and suits beginners.
@thomash4998
@thomash4998 4 года назад
50:10 1:27:20 1:53:00 dont mind it just a timestamp for myself :)
@yifangdeng9409
@yifangdeng9409 4 года назад
I made my very first game by following your video. Thank you so much!
@doerpi9807
@doerpi9807 4 года назад
how did ur camera view go from landscape to portrait when u click asset in the beginning of the video?
@nikolakolev7916
@nikolakolev7916 4 года назад
Good question
@kamilkostrzewski1831
@kamilkostrzewski1831 4 года назад
You don't care about little mess in code. Just like me, i like you. Great tutorial :)
@dorinbuzilov95
@dorinbuzilov95 7 лет назад
Amazing tut! :) i'd be curious on how people get smooth scene transition effects like in main menus sliding from window to window or how they manage zooming and out effects. Always enjoy the videos!
@RenaissanceCoders
@RenaissanceCoders 7 лет назад
Dorin B I will include these features in the next clone tutorial!
@stevenzhang3676
@stevenzhang3676 5 лет назад
Really helpful, thank you!
@cocainebear3358
@cocainebear3358 4 года назад
Soon we will see 20 different companies releasing flappy bird, just using different colors
@elliottk68va
@elliottk68va 6 лет назад
Awesome! I really appreciate you creating this. Cleared up some things and helped verify that I was on the right track with some practices I have been using myself. Liked and subscribed. Hope to see more. 8)
@patlamsyumurta4066
@patlamsyumurta4066 4 года назад
People think that making flappy bird in 3 hours isn't easy. With few lessons for unity3d you can make it easily and maybe in just 2.30 hours!!
@jmas2593
@jmas2593 5 лет назад
oh so that's how the flappy bird clones rampaged the app store
@cubedev4838
@cubedev4838 4 года назад
Where are u? Your teaching style very cool. Why not u teach us more and more. U have great potential to get 1M subscriber. Please upload more and more tutorial from scratch like this. You are awesome guy!!
@specter_ig520
@specter_ig520 5 лет назад
I Keep getting this after I coded and fixed all the error.... Assets/Scripts/GameManager.cs(29,39): error CS0103: The name `gameOver' does not exist in the current context Assets/Scripts/GameManager.cs(37,5): error CS0103: The name `TapController' does not exist in the current context Assets/Scripts/GameManager.cs(38,5): error CS0103: The name `TapController' does not exist in the current context Assets/Scripts/GameManager.cs(43,5): error CS0103: The name `TapController' does not exist in the current context Assets/Scripts/GameManager.cs(44,5): error CS0103: The name `TapController' does not exist in the current context Assets/Scripts/GameManager.cs(51,5): error CS0103: The name `gameOver' does not exist in the current context Assets/Scripts/GameManager.cs(55,5): error CS0103: The name `gameOver' does not exist in the current context
@CallzPS
@CallzPS 5 лет назад
Double click on the errors. It will highlight the line in your code editor.
@pierrelamusse8350
@pierrelamusse8350 4 года назад
Great tutorial man ! I love how you compartmentalize everything it makes it so clear. Looking forward seeing more of your content 😀
@staticbeepbeep
@staticbeepbeep 6 лет назад
Can we expect to see something such as Binding of Isaac type game tutorial? I'd pay for that :d.
@20storiesunder
@20storiesunder 5 лет назад
Hahaha, sure. How to make it in 2 years.
@chumbaman777
@chumbaman777 4 года назад
@@20storiesunder lol,, not 2 years. I mean you can make a basic roguelike dungeon in less than 10 hours (or at least I think I can).
@20storiesunder
@20storiesunder 4 года назад
@@chumbaman777 Ah yeah if it's basic, sure.
@georgecote5290
@georgecote5290 4 года назад
You guys are really underrated, awesome work
@reduser77
@reduser77 6 лет назад
thanks that was awesome , can you make more videos about android like this !
@gamestv4875
@gamestv4875 6 лет назад
Good thing that you used Gimp because not anyone can afford Photoshop. Nice tutorial.
@RenaissanceCoders
@RenaissanceCoders 6 лет назад
Hey, thanks for the awesome feedback!
@MrFriendlyChaos
@MrFriendlyChaos 4 года назад
Thankyou for this, it was exactly what I was looking for! A tutorial on how to make a 2D game from absolute scratch. Followed through and it worked perfectly. I learnt a lot! :)
@yodayy10
@yodayy10 4 года назад
I don’t see the anchors pls help
@petarkosovic6455
@petarkosovic6455 5 лет назад
Thanks for the video but you're hovering with that mouse pointer like crazy. Slow down dude, it takes 3 hours to complete 10 minutes of your video
@Menta_
@Menta_ 5 лет назад
i actually put the video on 1.25 speed so he talks faster :o everyone is different i guess
@petarkosovic6455
@petarkosovic6455 5 лет назад
@@Menta_ I'm not complaining about talking speed...,he's is jumping from one part of the screen to another and clicking all over the Unity interface, I have no idea what is happening most of the time. Tutorial is suppose to be clear and articulate. This is more speed game design! That said, everyone should be greatful for any kind of education, so this is more observation (if he ever makes another similar tutorial) than complaint.
@CaptMuricaa
@CaptMuricaa 5 лет назад
@@petarkosovic6455 this isn't a tutorial, this is he making a game UNDER 3 hours.
@petarkosovic6455
@petarkosovic6455 5 лет назад
@@CaptMuricaa Maybe you should read the video description.
@josephberns4528
@josephberns4528 4 года назад
@@petarkosovic6455 did u end up making something? i always pause when i'm following along, its alot to take in
@myralchista
@myralchista 4 года назад
amazing quick and in-depth course, great job
@dairan1336
@dairan1336 4 года назад
I would immediately download a similar game if the up/down movements were controlled by the pitch of the voice (high-pitched voice moves upwards/low pitched voice moves downwards)! I need such a game to work with my students. Please Renaissance coders give me this gift! 🙏😯 Three hours of work are enough..... 😂
@alexblower
@alexblower 4 года назад
17:07 you literally invented twitter haha
@anantnd393
@anantnd393 6 лет назад
please do more videos! loved it! learnt a lot as a beginner
@thechop8360
@thechop8360 6 лет назад
Hey can someone help me with this thing-- Actually when i made the project the camera is showing everything in landscape mode whereas in the video the camera is showing everything in portrait mode can you help me....
@michaelmelons4176
@michaelmelons4176 6 лет назад
I got you guys, you click on the thing called "Game" next to "Scene" on the top of your screen. Then you click on a button kinda under it that says "Free Aspect," then go to the bottom and make your own display. I made a custom one with an aspect ratio of 9:16
@michaelmelons4176
@michaelmelons4176 6 лет назад
nvm, he changes it later
@kashifaslam4104
@kashifaslam4104 5 лет назад
In player settings select landscape not auto
@glist119
@glist119 4 года назад
Just one of the best Unity3D tutorials for the beginners. Great job!
@nikhiltaode
@nikhiltaode 7 лет назад
My bird does not collide with the ground , it goes straight through falling into the void. The tap functions seem to work but the game does not end as the birds hits the ground. Can someone please help me out with this problem.
@lluislluiscx
@lluislluiscx 7 лет назад
EnergY88 i ve got the same problem, any solution?
@lluislluiscx
@lluislluiscx 7 лет назад
Pleaseeeee
@zaidatimash713
@zaidatimash713 6 лет назад
Have you tried adding a collider
@carlosferegrino290
@carlosferegrino290 6 лет назад
Try to save the C# code and run it.
@jackiecheng7926
@jackiecheng7926 6 лет назад
your ground is Trigger
@techreflection1749
@techreflection1749 6 лет назад
This is a really good tutorial, I'm about a 3rd of the way through and I've got a pretty sweet looking game so far. It looks a bit different since I spent a little more time on the background but I'm super happy with the results. Can't wait to finish it and polish it up a bit.
@RenaissanceCoders
@RenaissanceCoders 6 лет назад
That's very exciting! Let us know when it's on the store so we can play :)
@techreflection1749
@techreflection1749 6 лет назад
Will do, I'm just getting into the scripting now. I learned a bit of VB programming back in the day but I haven't used it in a long time. I'm probably not going to publish it until I can modify the code a bit to make it my own. I'm thinking about maybe adding a 3 life system and changing the click controller up a bit, maybe make it something a little more like Dune, but I have to get the clone working before I can make it my own. Right now I'm getting an Unexpected Symbol error which I'm assuming means I missed a bracket somewhere in the game manager script. *Edit* NVM, I missed a semi-colon. God damn I miss debugging. XD
@prov0079
@prov0079 6 лет назад
Great tutorial, very helpful. How would i incorporate Unity Ads within a game like this that would load a ad after a certain number of deaths. I have tried everything and cant get it to work. I'm a beginner at all this but would love to learn more Thanks in advance for any help
@mr.shanky
@mr.shanky 4 года назад
how can we dont like these...great work mate
@cmariofrans
@cmariofrans 6 лет назад
Heyyoo one question how did ur camera view go from landscape to portrait when u click asset in the beginning of the video?
@Prosper.
@Prosper. 4 года назад
Bruh same. I need answers
@Prosper.
@Prosper. 4 года назад
@Sol Cutta can you give me the time stamp then?
@miles5815
@miles5815 4 года назад
@@Prosper. Hey did you ever figure this out? I'm having that issue rn.
@Prosper.
@Prosper. 4 года назад
@@miles5815 I don't know bro, sorry. But I noticed at 1:51 in the top right corner the icon "Collab" changed. Mabye it has something to do with it.
@Prosper.
@Prosper. 4 года назад
Try clicking on it
@xellart
@xellart 5 лет назад
I'd suggest to reference the audio clips and play them as oneshots on one audio source, instead of having multiple Audio sources
@timothygibney5656
@timothygibney5656 4 года назад
I wish Unity did not install the Epic Game Store. That is a big security risk as are the partners who own 49% of the company.
@antonkorshunov4979
@antonkorshunov4979 4 года назад
Great explanation, Unity really helps to make things easier and your example is just another proof of that! Waiting for more advanced staff)
@enopower1505
@enopower1505 6 лет назад
Man, what should I do to make it work on android when i tap screen bird will be jump.
@PraveenKumar-br9ry
@PraveenKumar-br9ry 3 года назад
You can use the Input.GeMouseButtonDown(0) method it also works for touch input
@zuzanahroudova9028
@zuzanahroudova9028 3 года назад
This guy: makes flappy bird in 3h with engine The Cherno: Flappy bird in 3h from scratch without any engine
@Superp4nts
@Superp4nts 6 лет назад
Mabey I'm too late but, I am 1:28:00 into the video but it says this every time I klick my reset button: NullReferenceException: Object reference not set to an instance of an object GameManger.ConfirmGameOver () (at Assets/Scripts/GameManger.cs:99) In the code, there are no red underlines and no problem with starting the game. Yes, My file is named GameManger, typo :\. can someone help with this?
@MaoDev
@MaoDev 5 лет назад
Sure, the only thing you have to do is just delete Unity and install Godot
@jakubpolak8433
@jakubpolak8433 5 лет назад
Same, anyone help please.
@thegameradmin
@thegameradmin 5 лет назад
For any public objects, did you set those variables through the script menu?
@TortoRacoon
@TortoRacoon 4 года назад
I would have parented the upper and lower pipes together and make them appear between 3 random values for the hight
@SebastianMeikle
@SebastianMeikle 6 лет назад
Great video, but you go too fast in parts. Some of us are new to this.
@RenaissanceCoders
@RenaissanceCoders 6 лет назад
Hey sorry about that, we will keep that in mind in the future.
@michaelmelons4176
@michaelmelons4176 6 лет назад
Renaissance Coders how do I change the view the camera sees into the portrait view that we see in the video? thanks!
@Victor-oo4ux
@Victor-oo4ux 6 лет назад
In the game window. In upper left corner it says what perspective you're at right now. Click it and in the dropdown create the new perspective you want. Sorry for broken english ::DD
@MayelGura
@MayelGura 6 лет назад
Best Unity tutorial on RU-vid easily !
@greaper3180
@greaper3180 5 лет назад
How can you randomize the columns on each start? I mean, everytime you fail and it starts from the beginning, i wouldn't like the man to be the same. I want it everytime to be different
@cbeargeron
@cbeargeron 4 года назад
@by Pir0s_9 Yes you can, if you just generate new columns at the start and then determine where the center point between the columns would be and set your player spawn point to that
@gameremixlab
@gameremixlab 4 года назад
That's is pretty cool, I just made a similar series, but in brazilian portuguese, to spread the word and get more people engaged to game dev. That's great! Muito bom esse vídeo, bem detalhado, sempre uma referência para criação de conteúdo.
@darthtravis28
@darthtravis28 4 года назад
I followed this project up t the 1:21:58 mark when you try the start, restart and game over screens. Mine dont work, I can make the bird jump and when it lands on the floor the game does not stop and the respective screens do not show up. What am I missing?? like I said, I followed everything exactly like you did.
@staffofthecrystalserpant7751
@staffofthecrystalserpant7751 4 года назад
Did you figure it out?
@pestrokat7184
@pestrokat7184 4 года назад
Did you try using triggers or doing another method than what he did?
@jeronlamatao5759
@jeronlamatao5759 4 года назад
i have also a problem here. GameOver page shows up and i can't click the button. whats the problem in there?
@von1139
@von1139 4 года назад
@@jeronlamatao5759 check if you assign the click function for the button
@von1139
@von1139 4 года назад
check the isTrigger box on BoxCollider2D for your ground
@beso300598
@beso300598 5 лет назад
One of the best tutorial, I have ever seen. And thanks for the replay in the comment and help fix errors
@MelvinVanDerKooij
@MelvinVanDerKooij 7 лет назад
in the beginning you got the android screen size directly? how do i do that?
@slashay1067
@slashay1067 6 лет назад
You have to go to the top right and click "File" then click "Build Settings", I chose IOS, but if u want android click android and follow the instructions! Good luck!
@redfox982
@redfox982 5 лет назад
I really liked this video. It brought a bunch of details really useful for Unity development. I had already seen some tutorials and courses and this one explained a bunch of stuff other ppl forgot. I just thought that maybe the event-architecture for the pages were an overhead. It's like you solved a simple problem with a complex solution; and probably you thought about that as in 1:10:07 But anyway, it's a really cool tutorial and I loved how you didn't go slow on coding nor went just typing and not explaining the functions as in every other tutorial I've seen. Thanks for it!
@theotsirelas7927
@theotsirelas7927 7 лет назад
Hey dud, thanks for the tutorial. I just wanted to ask how to put a flap sound when the bird flaps on Unity 2D? Could you please respond.
@martinhernandez2065
@martinhernandez2065 4 года назад
He didn't respond :(
@thebatman2458
@thebatman2458 4 года назад
@@martinhernandez2065 lmao did u perhaps figure out how to do it though?
@martinhernandez2065
@martinhernandez2065 4 года назад
@@thebatman2458 damn I actually forgot about this. Work doesn't give me the time unfortunately. So the answer is no
@thebatman2458
@thebatman2458 4 года назад
@@martinhernandez2065 aw rip well gl if you ever get into game development again bro
@martinhernandez2065
@martinhernandez2065 4 года назад
@@thebatman2458 thanks haven't given up on it completely really. I was recently thinking of going to a bootcamp called App Academy. After this job season ends. Are you a developer yourself?
@MariusDuna
@MariusDuna 4 года назад
I like the part with delegate. Cool
@samrygamer
@samrygamer 5 лет назад
sir i need help my bird is going on down after writing tapcontroll coding also it jumps but not falls on the ground it starts falling. please help me sir.
@peiwen6591
@peiwen6591 5 лет назад
same😭😭😭😭😭
@antonioszymon9997
@antonioszymon9997 4 года назад
How can I learn to code, I felt I needed to learn this awesome skill, I mean you made your object running out of coded tax. Its inspiring.
@megamouth4399
@megamouth4399 5 лет назад
hey i have got a problem at minute 1:21:46 , my replay button and score did not appear .
@Casualius
@Casualius 5 лет назад
You might have forgotten to put it in the Canvas.
@meganb4276
@meganb4276 4 года назад
Bruh I just took a very long nap and woke up 50 minutes into this video and I just want to know why
@vishwanarain8631
@vishwanarain8631 5 лет назад
Bro (360) game how to create like a god of war
@razorsharp1371
@razorsharp1371 5 лет назад
You'd need a dev team where everyone has at least a bachelor's degree in computer science, and people with 3d modeling skills plus a bunch of other stuff.
@luisvazquez6192
@luisvazquez6192 5 лет назад
@@razorsharp1371 you're right. I think the same
@luisvazquez6192
@luisvazquez6192 5 лет назад
I study game design, and I want have my own game design and develop company, like ubisoft
@razorsharp1371
@razorsharp1371 5 лет назад
@@luisvazquez6192 that would require quite a lot of money.
@marcelobarreto7204
@marcelobarreto7204 5 лет назад
Waiting for this tuto too. And one of gta also.
@leonidmura8935
@leonidmura8935 4 года назад
Thank you so much for this tutorial, I'm a beginer and this tutorial is easy to folllow and very interesting, love your tutorials bro.... Goood job !!!
@edko8286
@edko8286 7 лет назад
you're so awesome
@RenaissanceCoders
@RenaissanceCoders 7 лет назад
+Ed Ko thanks buddy! We think you are awesome too!
@ZyxNews
@ZyxNews 5 лет назад
i love this kind of video! bc its not a serie
@WanAimanFitness
@WanAimanFitness 4 года назад
Hi! I've followed all of your steps up until 1hr26mins ish. After I hit replay, my flappy bird character disappear. I couldn't figure out whats wrong. Can you help :) Also, stay save and stay clean everyone!
@gallahad2889
@gallahad2889 4 года назад
I am also having this problem, where when hitting the replay button my bird disappears from view but is still in play... If you dont click the game over state still occurs... I thought it might be something to do with the layers. But i cant see anywhere that would set the bird invisible in the Game over and countdown state that wouldnt bring the bird back when you restart the game... @renaissance Coders?
@sexypotato
@sexypotato 4 года назад
Amazing tutorial! More like these please!
@Officially8D
@Officially8D 6 лет назад
Is it ok to upload dublicate games on playstore. Does it effect monetizing??
@RenaissanceCoders
@RenaissanceCoders 6 лет назад
Google Play is very liberal in terms of copycat games. You can publish a nearly exact replica of a game without any repercussions. Legality and monetization issues will spring up as the copycat game gains popularity, and Google has the power to completely remove the game when that happens.
@johnd.sheldon2148
@johnd.sheldon2148 5 лет назад
Playing fireboy and watergirl on many platforms but somehow, hudgames still be the best one. Hope to get more great games here.
@jonnymacn9457
@jonnymacn9457 4 года назад
I have done the first part of the C# script as well as all the interface etc, done it all to the book but for some reason when i go to play nothing happens, i have no errors in the console or Visual Studios, any idea?
@FrostMonarch13
@FrostMonarch13 4 года назад
I'm also stuck there to. Are you getting the message saying "All compiler errors need to be fixed before you can enter playmode!" I have no issues found in visual studios and my class and files names are right.
@DarkEater77
@DarkEater77 4 года назад
Awesome!!! Only thing missing is the moving pipes. Are you planning on adding it in the future?
@tion6470
@tion6470 7 лет назад
Hey, i've got a problem here. When the bird's colider hits ground's colider it doesn't stop to restart, but it keeps going through the ground's colider. Help pls!
@jirigebauer7350
@jirigebauer7350 6 лет назад
I've had the same problem. Than I noticed, that I made mistake in Code in TapController. Instead of "rigidbody = GetComponent ();" I wrote "rigidbody.GetComponent ();" ....don't know why :) Only worked when "is trigger" function was off. Now everything works like in video.
@adiazpolo
@adiazpolo 4 года назад
i was awake at the start of this video and fell asleep and woke up 2 hours and 30 mins in
@k.a.9415
@k.a.9415 5 лет назад
Really really chaotic project.. Bad teaching and bad programming habits.
@jomative169
@jomative169 5 лет назад
i disagree
@PamedasChannel
@PamedasChannel 4 года назад
unbelieve it... 3 hours??? Thanks RC i will try it ....
@fabiostabel
@fabiostabel 5 лет назад
thanks for the time you took to go over everything. Great tutorial!
@danielsenik2432
@danielsenik2432 5 лет назад
Very nice, i have made a flappy bird too , but also use the paralaxer script with some minor changes in other projects .Thanks !!!
@nishchaysingh5980
@nishchaysingh5980 3 года назад
@Renaissance Coders what is the exact version you are using? Can we encouter with a problem if we are using an higher version?
@duclel3064
@duclel3064 4 года назад
Is it just me or did you fall asleep while watching yt and now ur here
Далее
Can AI code Flappy Bird? Watch ChatGPT try
7:26
Просмотров 9 млн
The 6 Design Patterns game devs need?
24:20
Просмотров 369 тыс.
这位大哥以后恐怕都不敢再插队了吧…
00:16
Cheese grater HACK
00:22
Просмотров 1,8 млн
НЕ БУДИТЕ КОТЯТ#cat
00:21
Просмотров 1,2 млн
TOUCH CONTROLS in Unity!
16:09
Просмотров 1,3 млн
Coding Adventure: Ray Tracing
37:58
Просмотров 1,1 млн
Beginner's Guide to the Bash Terminal
1:14:37
Просмотров 2,3 млн
Flappy Bird but RTX is ON
10:20
Просмотров 13 млн
MAKING A GAME IN 10 MINUTES!!
13:06
Просмотров 2 млн
Game Developer Makes a Mobile Game (4/4)
37:44
Просмотров 5 тыс.
5 Steps To Start Making Games
24:09
Просмотров 1,1 млн
这位大哥以后恐怕都不敢再插队了吧…
00:16