In this Unity Beginner Tutorial, I will be taking you through the entire process of making a game in Unity. This is a beginner friendly tutorial - so we will be covering everything from how to install Unity - all the way to writing some code. We'll be making flappy bird from scratch in Unity. If you would like to support my efforts on Patreon, you can do so here: https://www.patreon.com/c/tvtig You can find the source code here: https://www.patreon.com/posts/flappy-bird-in-120546845?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link You can find the sprites free here: https://www.patreon.com/posts/flappy-bird-120547316?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link Check out the Unity docs here: https://docs.unity3d.com/ 00:00 Intro 00:37 Installing Unity 02:55 Creating A Project 04:17 The Unity Editor 06:13 What is a GameObject 09:19 Grey Boxing 14:12 First Script - Player Controller 21:20 Creating Obstacles 23:26 Script Obstacle Handler 26:28 Obstacle Spawner 33:06 Removing Old Obstacles 35:06 User Interface Canvas 37:16 User Interface Script 44:36 Game Over Condition Trigger Collider 50:53 Importing Art Assets 53:54 Bird Animations 57:04 Importing Background 58:14 BONUS - Rotating Bird