How to make your first 2D game - Unity TUTORIAL 2023

  Рет қаралды 73,921

Blackthornprod

Blackthornprod

Күн бұрын

Stream: getstream.io/maker-account/?u...
Project Files: drive.google.com/file/d/1daXK...
In this tutorial we will guide you step by step to create your first 2D game using Unity 2022 and C#!
-------------
0:00 - Intro
0:50 - Stream
1:25 - Tutorial
26:21 - Conclusion

Пікірлер: 152
@JaxonxGaming
@JaxonxGaming Жыл бұрын
This video was so well made, I finally feel like I can make a basic game now. Some suggestions for other tutorials that I feel would be very helpful would be player movement, player weapons that can attack enemies, and how you were able to attach components to make those evolving creatures in your natural selection game.
@Blackthornprod
@Blackthornprod Жыл бұрын
Thanks for the suggestions!
@andrewpulle315
@andrewpulle315 Жыл бұрын
@@Blackthornprod I agree with Zephrius’ ideas, as well as maybe a video covering some different enemy ai scripts? Things slightly different from the OG run at the enemy script ty
@Dack-i
@Dack-i Жыл бұрын
@@Blackthornprod Hello so i have wanting to be a game dev for a looooong time and i have thought about taking your course but i have a problem when i open my app to code (visual studio) it appers blank even though there should be something there
@josephturgoose7470
@josephturgoose7470 Жыл бұрын
Dude, seriously, I'm blown away. I'm not exactly a beginner anymore but I decided to follow along with this to get in some more practice and I'm so glad I did. This was such a smooth, simple, and quick way to show everyone how a few lines code can go a long way to make an amazing game. Thank you so much :)
@0Smile0
@0Smile0 Жыл бұрын
Great tutorial! Can you also do a short part II with finishing touches, please? The tutorial game looks slightly different than the final game you show at the beginning and the end (smaller enemies, particles, screen shake, after effects / mood settings). Also it would be interesting to see more scene management in this part II - maybe you can add a menu, a game over screen, and a settings screen?
@RecycledScraps
@RecycledScraps Жыл бұрын
Its crazy how much this guy posts, especially because he’s a game dev, which when compared to pretty much everyone else, they post every few months, sometimes even every few years. Way to go, man! Keep it up!
@OR_youtube
@OR_youtube 6 ай бұрын
As a person starting their game dev journey, this tutorial helped me understand the basics of unity. Thank you!!
@_Garm_
@_Garm_ Жыл бұрын
Thank you, i really liked this tutorial! a perfect intro to unity :D
@wolftagproductions6856
@wolftagproductions6856 Жыл бұрын
This was so well made and helpful for a beginner just starting C#, and its a fun game. I myself have been using Unity's Bolt Visual scripting for a while and I wanted to learn C#. Overall great beginner tutorial.
@Jiminal_
@Jiminal_ Жыл бұрын
This was actually really good for beginners! You explained every piece of code very well and simple! You should do a tutorial for beginners just like this! As always I’m (Ex)Gamerworks leaving my lil appreciation for this video.
@Blackthornprod
@Blackthornprod Жыл бұрын
Thanks as always!
@NolfeYin
@NolfeYin Жыл бұрын
beautiful work bro, keep it up!
@commandingsteel
@commandingsteel Жыл бұрын
I've been going back and forth between unity and EU5, so a little refresher on unity and c# was nice 10/10 tutorial
@alexgosher2702
@alexgosher2702 Жыл бұрын
Thanks ! Great stuff…enjoy your trip to CA!
@dwadthechad
@dwadthechad Жыл бұрын
Just as I wanted to get back into game dev! Tsym for this! :D
@marvin_dale
@marvin_dale Жыл бұрын
Nice video on some of the basics!
@faycelayech8701
@faycelayech8701 7 ай бұрын
This was actually really good for beginners! You explained every piece...Great tutorial!
@coopermatthewsprivate
@coopermatthewsprivate Жыл бұрын
Finally. This is great. Please more.
@Xxdalton184xX
@Xxdalton184xX Жыл бұрын
T’es beaucoup trop chaud ! Beaucoup de connaissances dans cette vidéo. Merci de nous partager ça !
@Blackthornprod
@Blackthornprod Жыл бұрын
Merci :)!
@ItsNotMonky
@ItsNotMonky Жыл бұрын
thank you so much for this, my first actually basic and simple tutorial that I can easily follow through with. I definitely prefer it when the tutorial is actually making a game, rather than just going over small trims of code.
@nabilsellami2707
@nabilsellami2707 Жыл бұрын
Nice, trés claire and very well presented !💯
@Armyth07
@Armyth07 Жыл бұрын
Great vid, will help once I hop in unity
@zarkthemuffin
@zarkthemuffin Жыл бұрын
FOR A SECOND I THOUGHT YOU SAID NEXT AMONGUS INSTEAD OF MIXED LMAO
@crunchyegg8838
@crunchyegg8838 Жыл бұрын
He did say next among us
@greenish4209
@greenish4209 Жыл бұрын
great video keep it up bro
@kerhabplays
@kerhabplays Жыл бұрын
LETS GOOO! We all waiting for a video like this! glad you did this tut
@henrymartinez7462
@henrymartinez7462 10 ай бұрын
Awesome stuff :)
@GirikVishwa-hy7xt
@GirikVishwa-hy7xt Ай бұрын
Love You for this Amazing Tutorial, I just can't explain how good and motivated I feel after making this Beautiful game, I just Subbed 🙂❤❤
@Dev_Roids
@Dev_Roids Жыл бұрын
Your videos are very helpful and it is very easy to learn the unity through your videos. Thank you very much
@giuliodl2212
@giuliodl2212 Жыл бұрын
Ok, why this tutorial was so clear? It's the first video tutorial on unity that I understand in a year ngl
@Blackthornprod
@Blackthornprod Жыл бұрын
That's good to hear!
@fioreriasarmeola6105
@fioreriasarmeola6105 Жыл бұрын
Thanks for this tutorial
@darefishman
@darefishman Жыл бұрын
I really like this Video and don’t know, why there aren’t more views
@TypicalJihadi
@TypicalJihadi 10 ай бұрын
Thanks for this tutorial, very useful information for beginners
@MiniGunTurtle36
@MiniGunTurtle36 Жыл бұрын
14:10 shouldn’t it be spawnPoints.Length - 1, as arrays are zero indexed? Or does this not generate any issues in C#?
@Blackthornprod
@Blackthornprod Жыл бұрын
Hey. Random.Range excludes the last integer, so we don’t need to put the -1
@MiniGunTurtle36
@MiniGunTurtle36 Жыл бұрын
Ah alright that makes sense. Every language has its quirks
@ericquagliozzi
@ericquagliozzi Жыл бұрын
Thank you for this greate resource! In the past I already bought and followed your Udemy online course which was great and motivating! I stopped Unity for a while and discovered that now you have 3 kinds of 2D projects : 2D, 2D(URP) and 2D mobile ready. I guess 2D is the one I was used to use, URP one is using a different rendering pipeline. Which one are you using ? which one do you recommand ? Thank you! (Je suis français en fait, mais j'écris en anglais car la question pourrait intéresser tout le monde)
@Dani_Krossing
@Dani_Krossing Жыл бұрын
The main rule of thumb is that you should go with '2D URP', unless you have some older asset store tools that won't work with the new shader, or if you have some custom shaders you would rather use instead of Unitys own shader. 🙂
@ericquagliozzi
@ericquagliozzi Жыл бұрын
@@Dani_Krossing I have some personal shaders... I guess I can't use them now
@PersonalVideoStorage
@PersonalVideoStorage 9 ай бұрын
Could you please provide a link to the whole Unity project about the game, in order to compare it with our own? This could help a lot the debugging, in case we have to do it. Thanks! =)
@mastacnx4511
@mastacnx4511 10 ай бұрын
Hi, this video is awesome but I have a small issue when following, before I add the score/health aspect,everything works fine. Enemies get stuck to sides and destroy on holes. When I add in the TakeDamage & AddScore parts, the game runs but enemies just skip the speed=0 part and go back to moving player centre. I get a small error of: NullReferenceException: Object reference not set to an instance of an Object However I've followed video exactly a few times and can't see where I've got it wrong, Any ideas greaty appreciated ❤
@Stelaras03
@Stelaras03 Жыл бұрын
Love your vids
@klymen
@klymen Жыл бұрын
As someone with a programming background, I found this to be the most useful tutorial. Everything else I've come across is just a clone of "here is how you drag and drop a crappy platformer." It's refreshing to see a short and detailed tutorial that covers building scripts, forming relationships between objects, creating prefabs and coding behaviors within the context of a full functioning game. Well done.
@cheapgamedev3294
@cheapgamedev3294 Жыл бұрын
Great tutorial only problem i had was that if i wanted the enemies to be something else than a ball the way they are facing would be off so could you help fix that?
@feeney8715
@feeney8715 Жыл бұрын
put a script to the enemy prefab. in the script, inside the update should say "transform.LookAt(playerObject);" ofcourse put a public GameObject playerObject;
@J4ie
@J4ie Жыл бұрын
You should make a video on how to make a game like little humans, i have been playing it alot over the last 2 days and would love to see how you made it
@fueledbyfumes8016
@fueledbyfumes8016 Жыл бұрын
So many great game devs on KZbin using Unity. For some reason, I have nothing but issues using unity. Constant crashes, and bugs, or Unity not running scripts properly so I felt I was forced to use Godot instead.
@developerblity
@developerblity Жыл бұрын
Great Video, I went on to make a intro scene but kind of maybe accidently deleted the Spawner Script
@pr4shantishere
@pr4shantishere Жыл бұрын
Glad you are back to basics
@nixonscherbarth1974
@nixonscherbarth1974 Жыл бұрын
Hi, ive done things in Unity but id describe myself as a newbee. When I download the file in your description, only the hub opens. Is there any way to select the object I downloaded to open in Unity? Best!
@nixonscherbarth1974
@nixonscherbarth1974 Жыл бұрын
I just found out :D! Had to watch a bit of the unity learn create with code tutorial, but I figured out! Create new Unity 2D project, download the full files from the docs document, doubleclick the download, import. Navigate to Scenes view and doubleclick the "Game". There you go :D
@iainbrakemacsween2963
@iainbrakemacsween2963 Жыл бұрын
Ye took me a sec to figure out
@patrycjanowakowska8978
@patrycjanowakowska8978 Жыл бұрын
What kind of editor at you using none of the ones I tried work?? Please reply🙏🙏
@30k_Challenge_with_0video
@30k_Challenge_with_0video Жыл бұрын
6:27 if you are linking here the script "Player" with the variable "player" why do you have to use the FindObjectOfType?
@maksimsazanovich6087
@maksimsazanovich6087 Жыл бұрын
спасибо за туториал!!!
@asarelalooper9077
@asarelalooper9077 Жыл бұрын
Really like this tutorial. It's not to long and easy to follow for a beginner like me. Im trying to get in some practice making smaller games so this fits in great.
@HeyBozo
@HeyBozo Жыл бұрын
We want another make a game eachday for a week.
@sahilkhatri4182
@sahilkhatri4182 Жыл бұрын
Most useful video ever
@Dack-i
@Dack-i Жыл бұрын
Hey Can i get some help Pls when i open my app to code (visual studio) it is blank but there should be something i dont know if it meens something
@NamNgo-fg7kl
@NamNgo-fg7kl 5 ай бұрын
For who got stuck on the 7:20 Here is the way to fix it: "[SerializeField] Transform Player;" instead of "Player player" and detele the line in the void start. After that, you go back in Unity and get the Player and put it in to the transform you just create in the script
@NamNgo-fg7kl
@NamNgo-fg7kl 5 ай бұрын
so you have to put the Player into the prefabs by put the Player prefab into prefabs folder and put it in the transform of the enimy prefab
@NamNgo-fg7kl
@NamNgo-fg7kl 5 ай бұрын
using System.Collections; using System.Collections.Generic; using UnityEngine; public class enimie : MonoBehaviour { [SerializeField] float speed; public Transform Player; // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { transform.position = Vector2.MoveTowards(transform.position, Player.position, speed * Time.deltaTime); } private void OnTriggerEnter2D(Collider2D collision) { if (collision.tag == "eat") { Destroy(gameObject); } if (collision.tag == "Player" || collision.tag == "eni") { speed = 0; transform.parent = collision.transform; } } } so here the script i made
@NamNgo-fg7kl
@NamNgo-fg7kl 5 ай бұрын
so this is the full script: using System.Collections; using System.Collections.Generic; using Unity.VisualScripting; using UnityEngine; public class enimie : MonoBehaviour { [SerializeField] float speed; public Transform player; // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { transform.position = Vector2.MoveTowards(transform.position, player.position, speed * Time.deltaTime); } void OnTriggerEnter2D(Collider2D collision) { if (collision.tag == "eat") { FindObjectOfType().addscore(); Destroy(gameObject); } if (collision.tag == "Player" || collision.tag == "eni") { FindObjectOfType().takedamage(); speed = 0; transform.parent = collision.transform; } } }
@ronno7660
@ronno7660 Жыл бұрын
Great tutorial watched through the whole thing, I just couldn't continue because my script opener wasn't working. When I double-clicked on the script in Player it brought me to a script viewer which I couldn't edit.
@TobiasMakesShorts
@TobiasMakesShorts Жыл бұрын
Thats just what i need
@YappingYeti
@YappingYeti Жыл бұрын
I have a question, I cant drag stuff around or even place down the markers for the spawn point. Am i missing something?
@someone-jx4sy
@someone-jx4sy Жыл бұрын
same thing here did you figure it out?
@jacobchung7707
@jacobchung7707 Жыл бұрын
@@someone-jx4sy have you checked the semicolons? I have a lot of those issues, where one piece of my code just doesn't work at all.
@infernomakegames233
@infernomakegames233 Жыл бұрын
When u will make a 3D beginner course?
@digitaljeepney4440
@digitaljeepney4440 Жыл бұрын
omg, can you write a book where you translate regular english words that describe common game elements into code? that was brilliant.
@JoeyLikesPineapples
@JoeyLikesPineapples 10 ай бұрын
My project says "Player does not contain definition for 'AddScore' and no acceptable method 'AddScore' accepting a first argument of type 'Player' could be found. What do i do to fix it?
@Channingwinsgold
@Channingwinsgold Жыл бұрын
How do I download the assets?
@dioputrapratama7574
@dioputrapratama7574 Жыл бұрын
Heyy!! Thanks for the tutorial! It works, but i took 4 hour to make it, have many error. But that's solve! Everything run good Can you do the tutorial about the particle and the wooble effect in the frame, like on first view
@Warpedpixel
@Warpedpixel Жыл бұрын
What if you can't use unity? Is there anything else you can use? That doesn't require money perhaps.
@cucun1q
@cucun1q 2 ай бұрын
ım stuck in the enemy multpliny part of the video the enemis spawn but only the firs enemy has a circle collider 2d so the other just come to the center with the player and not die
@christophertanner4927
@christophertanner4927 Жыл бұрын
Hello, I'm having trouble adding the script to the player I keep getting the "can't add script component mono behavior because the script class cannot be found. make sure that there are no compile errors and that the file name and class name match".
@wardy7742
@wardy7742 Жыл бұрын
delete the 'Player' script you made and make a new one with the same name. worked for me
@feeney8715
@feeney8715 Жыл бұрын
you put the script in a folder while vs code was on and thats were the problem came. Unity couldnt find the old script object that was laying around (you just put it in a folder and didnt restart vs code) thats why the error happens
@MoamnAce
@MoamnAce 9 ай бұрын
What is the C# text editor do u use?
@thesofaclipsguy
@thesofaclipsguy Жыл бұрын
Make another "make a game every day for 7 days"
@hazygio7954
@hazygio7954 Жыл бұрын
Why did you have intellisense disabled? Like if you wanted to use a function (for example the one in the video transform.MoveTowards) do you check the documentation of how many and what parameters it takes every single time? Wtf man... Just use intellisense.
@fioreriasarmeola6105
@fioreriasarmeola6105 Жыл бұрын
Hi, can you write a script for re start the game when the health = 0, thanks
@friendlyyakuza2373
@friendlyyakuza2373 Жыл бұрын
HEY Blackthornprod could you please do a tutorial about a 2d fighting game but something in the likes of shadow fight, mk or a tutorial of similar sorts
@kirocetwhy
@kirocetwhy Жыл бұрын
Pls do a tutorial on how to make a loot-box like in brawl stars! Couldn’t find any normal tutorials about this anywhere. If you would it would be veryyyyy helpful!!!!
@connor2094
@connor2094 Жыл бұрын
My Health and Score display dosent show until its updated. So im missing Score: 0 And my full healthbar
@mambe4349
@mambe4349 Жыл бұрын
You guys should make a game where you draw magic to use it, kinda like hoco poco
@1ts_Xonix
@1ts_Xonix 9 ай бұрын
Great video it was very cool but except that i didnt understand very well the Player player variable could you pls explain that to me ?
@Smirklee
@Smirklee 3 ай бұрын
What Unity version did you use?
@orange_apple
@orange_apple Жыл бұрын
The file will not open and I can't run the project.
@Pineeeeaple
@Pineeeeaple Жыл бұрын
Thanks
@rajkashyap561
@rajkashyap561 Жыл бұрын
Can we more tutorials like these plzzz or even a series for beginners like me plzzz sir
@sonferrertattoo
@sonferrertattoo Жыл бұрын
BUG in the enemies, and I try to solve it, but without success. 😢😢 You can see this BUG easily if you put spawner time in 1 seg, for example Sometimes the enemies hit each other before they reach the player. Then they hit each other and have not reached to touch the player. I have tried to fix it with bool variable or even making a layer for the enemies and in the project setting/physics disable that collision, but this way they never collide. Is there any solution. Thank you very much for your videos, they are really great. Best regards
@agoat2120
@agoat2120 Жыл бұрын
I wasn't able to edit the code, only view it. Why?
@OwnedByChristian
@OwnedByChristian Жыл бұрын
please more of this
@ADAMOR_52
@ADAMOR_52 Жыл бұрын
unfortunately there are not big amount of tutorials for godot as for unity which makes learning godot much harder :(
@JoeyLikesPineapples
@JoeyLikesPineapples 10 ай бұрын
Does Anyone know why it says: Player does not contain a definition for 'AddScore' and no accessible extension method 'AddScore' accepting a first argument of type 'Player' could be found"?
@wersty6734
@wersty6734 9 ай бұрын
No Idea. But what I did was just change the name to "AScore" and it for some unknow reason worked
@j23gd
@j23gd Жыл бұрын
the movement is smart, i would have use an if statement
@APieceOfPaper_
@APieceOfPaper_ 6 ай бұрын
I'm trying to code the enemy but I get an error that says i'm missing the type or namespace name "Player". I have been trying to fix this for an hour. Anybody know what to do?
@barbaracozens3999
@barbaracozens3999 5 ай бұрын
Ok, I experienced the same problem. What I did to fix it was I needed to change the code a bit. So first you are going to delete the 'Player player;' script with 'Transform target;' then under start the only code you need is this 'target = GameObject.FindGameObjectWithTag("Player").transform;' then lastly in the update function replace the 'player.transform.position' with 'target.position'. The only thing left to do is in the Unity interface so save your code and head back into Unity. Click on your player in the hierarchy and then look over to the inspector near the top you will see 'tag "Untagged" ' click the drop down menu of Untagged and click add tag then you will see a plus symbol and a minus symbol click the plus symbol and type out 'Player' exactly. Click save set your enemy speed to 3 and Play. Hope this helps🙂.
@immcrtal4903
@immcrtal4903 Жыл бұрын
I downloaded the assets and got them in Unity but they aren't showing, what do i do?
@nixonscherbarth1974
@nixonscherbarth1974 Жыл бұрын
Click on Assets > Scenes and doubleclick the „Game“ Scene
@boondoggleboggle
@boondoggleboggle Жыл бұрын
@@nixonscherbarth1974 for me the charactere still isnt there but the map is
@nixonscherbarth1974
@nixonscherbarth1974 Жыл бұрын
@@boondoggleboggle Open the Prefabs folder and Drag your Character in the scene
@boondoggleboggle
@boondoggleboggle Жыл бұрын
@@nixonscherbarth1974 thanks that worked
@nixonscherbarth1974
@nixonscherbarth1974 Жыл бұрын
@@boondoggleboggle :)
@Albatros.05
@Albatros.05 Жыл бұрын
Bro, how much do you earn in-game development? please tell me.
@AlexRock-gx8mg
@AlexRock-gx8mg 21 күн бұрын
Somewhere I went wrong and even when capture the enemy in the right spot im still taking damage hah
@MsCamiloAlejandro
@MsCamiloAlejandro 3 ай бұрын
does anybody know how to increse the velocity of spawn of enemy's over time ?
@zetzo4120
@zetzo4120 Жыл бұрын
do more how to make a games episodes pls
@average_potato_man
@average_potato_man Жыл бұрын
the enemys dont stik to the player cant find why if (other.tag == "Player"||other.tag == "Enemy"); { enemyspeed = 0; transform.parent = Player.transform; } also great video
@arandomname8292
@arandomname8292 Жыл бұрын
it is because you don't have any brackets in that code 😂😂
@fatbear6246
@fatbear6246 Жыл бұрын
DAYUUUM
@dragonfish1468
@dragonfish1468 9 ай бұрын
Could someone please explain how to import the scene?
@Eric76562
@Eric76562 Жыл бұрын
You can make a tutorial for a 2d platformer
@stephaniecresswell-george8400
@stephaniecresswell-george8400 Жыл бұрын
i can't seem to get the spawn to work at all
@souljayantgaming5127
@souljayantgaming5127 Жыл бұрын
i am not able to download the files
@TheF174
@TheF174 Ай бұрын
i just dont get it. speed doesnt show up for me after i write the code. this tutorial is useless and the ones that comment that "wow great tutorial" are bots
@rodrigoreyes2392
@rodrigoreyes2392 Жыл бұрын
Thanks for the content!!!
@forserching8944
@forserching8944 Жыл бұрын
Can anyone help me answer me can anyone solve this problem when 4 enemies are stucked with my player line by line my player👉 is this =⚽ and enemies are this👉1,2,3,4 the are stucked line by line with my player ⚽1,2,3,4 and if I destroy one enemy from this 4 enemies like I destroy 1number enemies so why 2,3,4 is not moving towards to my player?
@feeney8715
@feeney8715 Жыл бұрын
uhhh wtf? i would help if i understood
@yuzuru08
@yuzuru08 Жыл бұрын
Need tutorial for make a chess game☝🏻
@bruceleebg3041
@bruceleebg3041 Жыл бұрын
Bro your player script code is not working
@MelbourneGeo
@MelbourneGeo Жыл бұрын
the rotation just doesn't work nothing happens to my character
@fatpenguin_
@fatpenguin_ Жыл бұрын
2:24 "And You'll have to try and kill them and placing them in Your holes" 💀💀
@Chloe_Galvanic
@Chloe_Galvanic 11 ай бұрын
Unity couldnt unpack the files properly 😭
@w4fflez81
@w4fflez81 Жыл бұрын
When the enemies hit the player it takes away 1 health like its supposed to, but when an enemy sticks to another enemy already on the player it removes 2 health, i think this is because it thinks it is hitting both the player and the enemy, so it is subtracting it twice. Any ideas on how to fix this?
@seewhybee6969
@seewhybee6969 Жыл бұрын
watch the video
The Unity Tutorial For Complete Beginners
46:39
Game Maker's Toolkit
Рет қаралды 3,1 МЛН
MAKING RUN, IDLE & JUMP 2D GAME ANIMATIONS - UNITY TUTORIAL
15:30
Blackthornprod
Рет қаралды 507 М.
КАХА и Джин 2
00:36
К-Media
Рет қаралды 4,1 МЛН
когда достали одноклассники!
00:49
БРУНО
Рет қаралды 3,5 МЛН
The Trick I Used to Make Combat Fun! | Devlog
8:12
Game Endeavor
Рет қаралды 1,6 МЛН
HOW 100 DAYS OF GAME DEVELOPMENT LOOKS LIKE :3
8:27
Elián Geser
Рет қаралды 2,7 М.
How I learned Unity without following tutorials (Developing 1)
18:11
Game Maker's Toolkit
Рет қаралды 1,9 МЛН
LEVEL UP Your Game Design Toolkit (Godot for Beginners)
23:30
Coco Code
Рет қаралды 121 М.
9 DEVS Make a GAME without COMMUNICATING (Where did it go Wrong?)
21:33
Blackthornprod
Рет қаралды 1,1 МЛН
6 DEVS Make a GAME without COMMUNICATING! (HARDCORE edition)
20:12
Blackthornprod
Рет қаралды 1,6 МЛН
9 EASY Steps to create a multiplayer game with Unity & Photon - Tutorial
15:51
How to make a Video Game - Godot Beginner Tutorial
1:17:12
Brackeys
Рет қаралды 972 М.
100 DEVS Make a GAME without COMMUNICATING! (26-50)
21:50
Blackthornprod
Рет қаралды 682 М.
Bling Bang Bang Born fight: Aaron Vs Zane #minecraftshorts
0:13
BigBlockCraft
Рет қаралды 15 МЛН
Lips are Red or Blue? #shorts
0:45
RKoirala02
Рет қаралды 10 МЛН