How To Easily Make Flappy Bird in Unity Tutorial

  Рет қаралды 16,531

BMo

BMo

Күн бұрын

Пікірлер: 72
@mrfirebass
@mrfirebass Жыл бұрын
i was watching another tutorial that was nearly 3 hours long and it was really confusing and showing things that i think were outdated, but this tutorial helped in so many ways thanks for this short sweet video
@amandacollins7392
@amandacollins7392 3 жыл бұрын
Flappy walrus > flappy bird, another fire tutorial! Keep em coming
@revmatch6r
@revmatch6r 3 жыл бұрын
Something was missing in my life and I couldn't put my finger on it. It was the exact knowledge of how to implement flappy bird. Tysm
@eileeng2492
@eileeng2492 3 жыл бұрын
Hey glad you're back! Loved this one!
@suicune2001
@suicune2001 3 жыл бұрын
Wow! It's amazing how quickly a game can be made when you know what you're doing. XD Thanks so much!
@BMoDev
@BMoDev 3 жыл бұрын
Yep just takes some practice getting there
@thatpenguin965
@thatpenguin965 Жыл бұрын
Oh my gosh, THANK YOU! You just helped me maked my first game without any hour or two hour long tutorials!
@axelsmaxel
@axelsmaxel 3 жыл бұрын
2:12 here's a tip for you :D if you hold down alt while shrinking the collider you can shirnk the other side with it! but this was a great tutorial :)
@suicune2001
@suicune2001 3 жыл бұрын
Thanks! I didn't know that.
@BMoDev
@BMoDev 3 жыл бұрын
Thanks for sharing!
@axelsmaxel
@axelsmaxel 3 жыл бұрын
​@@suicune2001 np! glad to help :)
@mvrcg
@mvrcg 3 жыл бұрын
The creator of flappy bird may have spent days making the game and here we are re-making the game in 10 minutes lol
@BMoDev
@BMoDev 3 жыл бұрын
the future is now
@qmerk2661
@qmerk2661 2 жыл бұрын
there is a lot more to the original. sound, high score , leaderboard, animations, death, menus, etc.
@astorek8611
@astorek8611 2 жыл бұрын
I'm learning Unity at the moment. My first Project "Flappy Bird" ended up by using 18 Source-Files! Eighteen! After watching this Video, I know I overengineered my Project ;D
@SpeedJaden202
@SpeedJaden202 Жыл бұрын
Plus, your voice is pretty good!
@bigphatty5298
@bigphatty5298 2 жыл бұрын
I've got the pipes to scroll across and spawn but they all spawn on the same spot every time while shifting up and down
@Jjjjjjjjjjjjj567
@Jjjjjjjjjjjjj567 2 жыл бұрын
It says all compiler errors have to be fixed before entering playmode when i try to click play
@Roachyy130
@Roachyy130 Жыл бұрын
me too
@sierrajamieson
@sierrajamieson 3 жыл бұрын
When I get to writing the script for the pipes, and press play, my walrus just falls to the bottom of the screen. IDK what I am doing wrong. (I have tried it four other times thinking I mistyped something or put something where it should not be, but I keep having the same issue, copying exactly what was shown in the video. :( am sad.
@sierrajamieson
@sierrajamieson 3 жыл бұрын
I made sure to put the ObstacleMovement script with the Obstacle and not with the Walrus.
@sierrajamieson
@sierrajamieson 3 жыл бұрын
my pipes/obstacle won't move
@sierrajamieson
@sierrajamieson 3 жыл бұрын
I followed all the way through, my walrus still falls to the bottom of the screen. After making it to the end, the script tab did not change to display a text box to add rb, scoretext, or jump amount.
@Stompin40
@Stompin40 3 жыл бұрын
Wow this is awesome haha!
@sanicsonic2999
@sanicsonic2999 2 жыл бұрын
Such a helpful tutorial!
@david-scott-drums8684
@david-scott-drums8684 Жыл бұрын
OMG THE HELICOPTER GAME
@CodaByte_Inc
@CodaByte_Inc Жыл бұрын
for some reason my text(score) just wont appear in the game screen but in the Scene it is shown and works perfectly but I just can't see it when i'm in the game scene?
@growtopiawork3210
@growtopiawork3210 2 жыл бұрын
I did score system in my game but when player die text ui dont reset but it reset in inspector how can i solve this
@potatolover5057
@potatolover5057 2 жыл бұрын
Get an error every time I try to do the script for the obstacle movement 😔, I think I got it right 2 times but never been able to get past the spawner script thing
@WHITEY_DEV
@WHITEY_DEV Жыл бұрын
try this code using System.Collections; using System.Collections.Generic; using UnityEngine; public class obstacleMovement : MonoBehaviour { [SerializeField] private float _speed = 0.65f; private void Update() { transform.position += Vector3.left * _speed * Time.deltaTime; } }
@MemoSh44
@MemoSh44 3 жыл бұрын
my score is adding 7 every pipe i need a solution please, that make it adding 1 every pipe
@T3QN1Q
@T3QN1Q 3 жыл бұрын
Great vid thanks
@BMoDev
@BMoDev 3 жыл бұрын
bet
@theofficialamt6626
@theofficialamt6626 3 жыл бұрын
Question, can you make a series on making Flappy Bird Clone with bolt visual scripting? I'm mainly focused on the Bird Movement, when you tap the bird rotates a little and when you release the bird starts nose diving, and a main menu, replay menu, score and high score last but not least when you hit a pipe, pipes stop spawning and freeze in place bird nose dives to the ground, and if you hit floor you just rotate face towards the floor. Would be a good learning series for the lack of bolt tutorials and lack of Flappy bird unity BOLT tutorials. Thanks again hope you hear back.
@BMoDev
@BMoDev 3 жыл бұрын
I can look into Bolt tutorials but in general I prefer to write my own code... but maybe
@Hefnerrr
@Hefnerrr Жыл бұрын
Where did you learn actual code? Did you take classes or just tutorials or some other way
@markoioio
@markoioio 3 жыл бұрын
nice tutorial
@BMoDev
@BMoDev 3 жыл бұрын
Thanks
@odin7539
@odin7539 2 жыл бұрын
Bro, i have a question, i did the same steps as you, but my collisions dosent interract in any way, for example, box collider on "ground" do not even stop my poopbird from falling to ashes
@odin7539
@odin7539 2 жыл бұрын
and scripts OnTriggerExit2D and OnCollisionEnter2D do not work
@rainmaker4567
@rainmaker4567 3 жыл бұрын
wow good job!
@BMoDev
@BMoDev 3 жыл бұрын
Thanks!
@MAQHAMZA
@MAQHAMZA Жыл бұрын
amazing...
@wilma7612
@wilma7612 2 жыл бұрын
for some reason the pipes spawn as they should in the editor but doesnt spawn at all in the standalone build
@Zaxxxxx
@Zaxxxxx Жыл бұрын
The pipes are not moving even while using the identical code
@SpeedJaden202
@SpeedJaden202 Жыл бұрын
Maybe you've typed the code wrong, check again and look carefully :)
@ericgordon4999
@ericgordon4999 2 жыл бұрын
Please help I'm getting an error in my obstacle movement code. Unity is saying that "Vector2 does not exist in the current context"(Note this is my first time coding with c#)
@fatimaalaa5900
@fatimaalaa5900 2 жыл бұрын
Same if u fixed it tell me pleaseee
@ericgordon4999
@ericgordon4999 2 жыл бұрын
@@fatimaalaa5900 i fixed all you need to do is change vector2 to Vector2 its case sensitive
@SpeedJaden202
@SpeedJaden202 Жыл бұрын
Flappy Walrus!
@Jjjjjjjjjjjjj567
@Jjjjjjjjjjjjj567 2 жыл бұрын
Why am i not getting numbers on my scoretext 😢
@sadcastudio
@sadcastudio 2 жыл бұрын
I'm having the following problem: transform.position assign attempt for 'baloonGenerator' is not valid. Input position is { Infinity, 11437267254956979919046074457326092288.000000, -13292279957849158729038070602803445760.000000 }. UnityEngine.Transform:set_position (UnityEngine.Vector3) BaloonGenerator:FixedUpdate () (at Assets/Scripts/BaloonGenerator.cs:31) Instead of obstacles, my project has baloons. Any idea what to do?
@harys6382
@harys6382 2 жыл бұрын
compilation error, what should i do
@rucus2000
@rucus2000 2 жыл бұрын
how do i make the pipes scroll?
@Itsjayduhhhhh
@Itsjayduhhhhh 2 жыл бұрын
I’m just getting an error This is the third tutorial I’ve attempted and the same result
@bayusamudr
@bayusamudr 3 жыл бұрын
The obstacle generator script doesnt work for me
@bayusamudr
@bayusamudr 3 жыл бұрын
Found it, i use "i" instead of "I" in Instantiate
@BMoDev
@BMoDev 3 жыл бұрын
Nice, its always the small annoying things haha
@husni_adam
@husni_adam 2 жыл бұрын
why my transform.position is not working?
@Skamoni06
@Skamoni06 7 ай бұрын
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ObstacleMovement : MonoBehaviour { public float moveSpeed = 1f; // FixedUpdate is called once per physics frame void FixedUpdate() { Vector3 targetPosition = new Vector3(transform.position.x - moveSpeed, transform.position.y, transform.position.z); transform.position = Vector3.Lerp(transform.position, targetPosition, 0.1f); } } FIXED IT
@sinaanodhwani-ji3et
@sinaanodhwani-ji3et 9 ай бұрын
where to get assets
@rw6381
@rw6381 Жыл бұрын
funny how you ended the tutorial
@oceanangel6530
@oceanangel6530 3 жыл бұрын
You organize a Minecraft event, but when player won, you disappear and did not inform winner regarding the 100k reward. You even ban player from contacting you in Discord. BMo, are you trying to fool your fans?
@BMoDev
@BMoDev 3 жыл бұрын
lol I don't even play minecraft, gl friend
@uCanCallMeBob
@uCanCallMeBob 2 жыл бұрын
@@BMoDev lol
@oceanangel6530
@oceanangel6530 3 жыл бұрын
If you cannot afford to pay the $100k reward, you can organize a 1ok or even 1k Minecraft event instead of cheating player to play in your event.
@uCanCallMeBob
@uCanCallMeBob 2 жыл бұрын
he dont even play minecraft
@random_precision_software
@random_precision_software 3 жыл бұрын
I'm sure you could of thought of a more recent game to make?
@BMoDev
@BMoDev 3 жыл бұрын
Sure, but Flappy Birds iconic, also its really beginner friendly
@headed_weast
@headed_weast 3 жыл бұрын
Hey, I am a jornalist with Buzzfeed and have been working on a story about people who seem like they are really fun at parties. Would you be able to spare a few moments of your time for an interview?
@random_precision_software
@random_precision_software 3 жыл бұрын
@@headed_weast Hey m8 I'm in my 50s.. I think my PARTY days are OVER.. I did enjoy them at the time tho !!! ..BUT THNX anyway
@harrow7533
@harrow7533 2 жыл бұрын
Well its allways like this i find a turtorial can spell btw and after i just write one line ERROR Assets/ObstacleMovement.cs LIKE WTH PLEASE HELP i know nobody will see this but yeah :"(
How to use Unity's New INPUT System EASILY
9:32
BMo
Рет қаралды 250 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Why I am NOT Making These Enemies
17:06
Deynum Studio
Рет қаралды 229 М.
How I Built A LEGO Treadmill That Moves In EVERY Direction
18:06
Banana Gear Studios
Рет қаралды 1 МЛН
The Most Impressive Scratch Projects
11:00
DenshiVideo
Рет қаралды 5 МЛН
Spawning Objects in Unity [Using Instantiate]
10:23
Press Start
Рет қаралды 241 М.
I Made 3D Doom in Scratch
9:12
UsmanDev
Рет қаралды 93 М.
Making a Fake Multiplayer .io Game
11:03
Gambit
Рет қаралды 368 М.
I Made the Worst Game Ever
8:21
BadGameDev
Рет қаралды 513 М.
How to make Flappy Bird in Unity for BEGINNERS
26:43
The Game Dev Cave
Рет қаралды 1,2 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН