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
@amandacollins73923 жыл бұрын
Flappy walrus > flappy bird, another fire tutorial! Keep em coming
@revmatch6r3 жыл бұрын
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
@eileeng24923 жыл бұрын
Hey glad you're back! Loved this one!
@suicune20013 жыл бұрын
Wow! It's amazing how quickly a game can be made when you know what you're doing. XD Thanks so much!
@BMoDev3 жыл бұрын
Yep just takes some practice getting there
@thatpenguin965 Жыл бұрын
Oh my gosh, THANK YOU! You just helped me maked my first game without any hour or two hour long tutorials!
@axelsmaxel3 жыл бұрын
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 :)
@suicune20013 жыл бұрын
Thanks! I didn't know that.
@BMoDev3 жыл бұрын
Thanks for sharing!
@axelsmaxel3 жыл бұрын
@@suicune2001 np! glad to help :)
@mvrcg3 жыл бұрын
The creator of flappy bird may have spent days making the game and here we are re-making the game in 10 minutes lol
@BMoDev3 жыл бұрын
the future is now
@qmerk26612 жыл бұрын
there is a lot more to the original. sound, high score , leaderboard, animations, death, menus, etc.
@astorek86112 жыл бұрын
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 Жыл бұрын
Plus, your voice is pretty good!
@bigphatty52982 жыл бұрын
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
@Jjjjjjjjjjjjj5672 жыл бұрын
It says all compiler errors have to be fixed before entering playmode when i try to click play
@Roachyy130 Жыл бұрын
me too
@sierrajamieson3 жыл бұрын
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.
@sierrajamieson3 жыл бұрын
I made sure to put the ObstacleMovement script with the Obstacle and not with the Walrus.
@sierrajamieson3 жыл бұрын
my pipes/obstacle won't move
@sierrajamieson3 жыл бұрын
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.
@Stompin403 жыл бұрын
Wow this is awesome haha!
@sanicsonic29992 жыл бұрын
Such a helpful tutorial!
@david-scott-drums8684 Жыл бұрын
OMG THE HELICOPTER GAME
@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?
@growtopiawork32102 жыл бұрын
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
@potatolover50572 жыл бұрын
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 Жыл бұрын
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; } }
@MemoSh443 жыл бұрын
my score is adding 7 every pipe i need a solution please, that make it adding 1 every pipe
@T3QN1Q3 жыл бұрын
Great vid thanks
@BMoDev3 жыл бұрын
bet
@theofficialamt66263 жыл бұрын
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.
@BMoDev3 жыл бұрын
I can look into Bolt tutorials but in general I prefer to write my own code... but maybe
@Hefnerrr Жыл бұрын
Where did you learn actual code? Did you take classes or just tutorials or some other way
@markoioio3 жыл бұрын
nice tutorial
@BMoDev3 жыл бұрын
Thanks
@odin75392 жыл бұрын
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
@odin75392 жыл бұрын
and scripts OnTriggerExit2D and OnCollisionEnter2D do not work
@rainmaker45673 жыл бұрын
wow good job!
@BMoDev3 жыл бұрын
Thanks!
@MAQHAMZA Жыл бұрын
amazing...
@wilma76122 жыл бұрын
for some reason the pipes spawn as they should in the editor but doesnt spawn at all in the standalone build
@Zaxxxxx Жыл бұрын
The pipes are not moving even while using the identical code
@SpeedJaden202 Жыл бұрын
Maybe you've typed the code wrong, check again and look carefully :)
@ericgordon49992 жыл бұрын
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#)
@fatimaalaa59002 жыл бұрын
Same if u fixed it tell me pleaseee
@ericgordon49992 жыл бұрын
@@fatimaalaa5900 i fixed all you need to do is change vector2 to Vector2 its case sensitive
@SpeedJaden202 Жыл бұрын
Flappy Walrus!
@Jjjjjjjjjjjjj5672 жыл бұрын
Why am i not getting numbers on my scoretext 😢
@sadcastudio2 жыл бұрын
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?
@harys63822 жыл бұрын
compilation error, what should i do
@rucus20002 жыл бұрын
how do i make the pipes scroll?
@Itsjayduhhhhh2 жыл бұрын
I’m just getting an error This is the third tutorial I’ve attempted and the same result
@bayusamudr3 жыл бұрын
The obstacle generator script doesnt work for me
@bayusamudr3 жыл бұрын
Found it, i use "i" instead of "I" in Instantiate
@BMoDev3 жыл бұрын
Nice, its always the small annoying things haha
@husni_adam2 жыл бұрын
why my transform.position is not working?
@Skamoni067 ай бұрын
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-ji3et9 ай бұрын
where to get assets
@rw6381 Жыл бұрын
funny how you ended the tutorial
@oceanangel65303 жыл бұрын
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?
@BMoDev3 жыл бұрын
lol I don't even play minecraft, gl friend
@uCanCallMeBob2 жыл бұрын
@@BMoDev lol
@oceanangel65303 жыл бұрын
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.
@uCanCallMeBob2 жыл бұрын
he dont even play minecraft
@random_precision_software3 жыл бұрын
I'm sure you could of thought of a more recent game to make?
@BMoDev3 жыл бұрын
Sure, but Flappy Birds iconic, also its really beginner friendly
@headed_weast3 жыл бұрын
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_software3 жыл бұрын
@@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
@harrow75332 жыл бұрын
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 :"(