Game Development for Dummies | The Ultimate Guide

  Рет қаралды 295,952

Thomas Brush

Thomas Brush

Күн бұрын

► Learn how to become a full time game dev, free: www.fulltimegamedev.com/opt-i...
► Enroll in my 3D workshop, free!: www.fulltimegamedev.com/opt-i...
► Make your game instantly beautiful with my free workbook: www.fulltimegamedev.com/opt-i...
► Get my 2D game kit, free: www.fulltimegamedev.com/opt-i...
► Join my 2D character workshop, free: www.fulltimegamedev.com/opt-i...
► Wishlist Twisted Tower: store.steampowered.com/app/15...
► Learn how to make money as a KZbinr: www.fulltimegamedev.com/opt-i...
► What I believe: • What I Believe

Пікірлер: 272
@thomasbrush
@thomasbrush Жыл бұрын
Thanks for watching! Hope you learned a ton. ► Learn how to become a full time game dev, free: www.fulltimegamedev.com/opt-in-how-to-make-six-figures ► Enroll in my 3D workshop, free!: www.fulltimegamedev.com/opt-in-15-minute-3D-game ► Make your game instantly beautiful with my free workbook: www.fulltimegamedev.com/opt-in-instant-beauty-color-workbook ► Get my 2D game kit, free: www.fulltimegamedev.com/opt-in-2D-game-kit ► Join my 2D character workshop, free: www.fulltimegamedev.com/opt-in-2d-character-art-workshop ► Wishlist Twisted Tower: store.steampowered.com/app/1575990/Twisted_Tower/ ► Learn how to make money as a KZbinr: www.fulltimegamedev.com/opt-in-indie-game-income-workshop
@hamzalounis6566
@hamzalounis6566 11 ай бұрын
as a dev -for lake of time i needed #milestone #plan which i don't have (let see is third person , at least 4 maps ; story of 3-4 hours) -how to #created it should i 1st take care of level/character /npc/other...... -how to archive it in #dead_line -share your #milestone #plan
@ShubhuSan007
@ShubhuSan007 11 ай бұрын
I want to learn unity so which other programming languages should i learn before starting unity ?
@Adam-kk7nw
@Adam-kk7nw 10 ай бұрын
Is learning how to make game make it easier to mod other game?
@germanslice
@germanslice 5 ай бұрын
@@hamzalounis6566 I been making a game but most of it is all in text form because the game is complex because I put in alot of ideas into it. Mine was not a commercial paid project so that's the reason why I allowed my game to have a ridiculous amount of systems and planets in it, allowed the game to grow in size. It has about 400 different enemies in it so far. The text version of it It is now about 635k lines long because there is alot of dialog in in my game... But I have a fast typing speed. But Thomas is right, if you paying other people to make your game in a 3d engine, you have to be careful with the costs of all your assets stuff and so the commercial projects have to be fairly small unless you are a big commercial studio. I was doing a game with many different locations in it. I could do that because it wasn't a commercial project. So that's the reason why my game is not a small project. So what I did was create the dialog of my game first, so I have the dialog system running in Unreal engine in a hundred of little bits and pieces at the moment....Then I can create all the 3d worlds locations after the dialog has all first been put into the engine. Because the game has got progressive dialog storylines going on also in it. Is why I did the dialog first before building all the 3d locations.
@DylanOlson
@DylanOlson 5 ай бұрын
@@Adam-kk7nwabsolutely!! But it depends what game uses what code!!
@Summer_and_Rain
@Summer_and_Rain 11 ай бұрын
This was a much needed piece of information. Thanks. It is nice to be told 50% asset 50% script (tell asset what to do). It is even better that someone actually had the time to tell us newbies what an asset is. I really needed these 3 information to fill in my understanding of what is going on, in this new hobby of mine :)
@justanotherguyy1384
@justanotherguyy1384 10 ай бұрын
lol yeah exactly! My newest hobby as well, and I’m 95% wanting to code and 5% wanting to model assets, so starting from scratch?! No way!
@VanessaTJ
@VanessaTJ Жыл бұрын
I've been a full time software engineer for over a decade but have never built a game. My husband and I are now starting to spin up our understanding of project work to build our first mobile app. Thank you for this content.
@joshual1021
@joshual1021 10 ай бұрын
I want to see what you both come up with!
@karen-pv4pl
@karen-pv4pl 9 ай бұрын
does SE pay well
@timothyfillier479
@timothyfillier479 7 ай бұрын
what kind of mobile game?
@Tgruss
@Tgruss 10 ай бұрын
What annoys me so much about watching videos and many tutorials is that there are people starting at ground 0 who can't even wrap their heads around the most basic concepts of these tools. Its great that you can take those objects and make this children to a parent object, but where did that floor come from? How did you make the trees? Did you import them? make them in the engine? do you MAKE the floor or does a script generate it? is there a tool in the engine that generates a floor? So many videos are always one step ahead in familiarity to far for absolute beginners to follow.
@RongDMemer
@RongDMemer 4 ай бұрын
In roblox it's easier to understand Everything can be a script and a script can be anything
@Umbrella2
@Umbrella2 4 ай бұрын
I agree but then again I do think, maybe this just isn’t for us. 😅 Nah seriously I was inspired to download Stencyl after finding out William Pellen from Team Cherry (Hollow Knight) made some games on it years ago but I couldn’t really get anything to work so I think I’ll have to do some more research and try some other tools, also I need a job before I can start paying for the premium options. I’d love a passion job in gaming but just learning how to make a simple game is fulfilling enough for now. I might go on a gaming design course or coding.
@masterflamewing234
@masterflamewing234 3 ай бұрын
@@Umbrella2it’s always easier to have a fundamental knowledge of how coding works. From there creating a game is just having a view point of you creating something from scratch and thinking of it as you’re explaining how something works to a kid. Ex: you want to build a character in a world. What fundamentals do you need to have for that character or person to exist. You’ll need a floor. So you make a line that represents a floor. Now you put a character on and run a test. The character will fly through that line. Why did it do that? Oh yes because that line represents a floor but you did not tell the floor that it should not allow something to pass through it. You tell the floor that it shouldn’t allow anything to pass through it. Congrats now you have a floor. But it’s missing something. It’s missing all the other things that make it a floor. And that’s how scripting and programming a game works. You have to tell each object you place in the world what it is. How it should interact with other things. Etc. in the end you realize it’s just one block that builds on other blocks etc. but to make a game you must think of each component and setting as if they are a kid and you need to tell them exactly everything they must do.
@DuhRealHypno
@DuhRealHypno 3 ай бұрын
@@masterflamewing234 Very well explained
@alittleantidote5852
@alittleantidote5852 Ай бұрын
​@masterflamewing234 Huh... that explanation makes me think of the Stormlight Archive in getting things to change form. Absolutely love this explanation. Actually made a couple things settle in my head
@BossLevelPro
@BossLevelPro 9 ай бұрын
I just watched another video, above this one in my search results, and felt two different energies. The first left me feeling less capable of making a game while this one immediately made me feel more capable. I think that's because this one conveyed quickly the knowledge to get started. Thanks
@kirtjames1353
@kirtjames1353 Жыл бұрын
Fantastic video. I love playing games. Now, I have a simple yet solid understanding of how they're made. The next step in learning how to make games is much clearer to me now. Thanks.
@pookizzz
@pookizzz 9 ай бұрын
Hey man AMAZING video right here! I'm learning game dev and you managed to concisely fit so many game dev essentials into 13 mins :)
@Im4gineD4t
@Im4gineD4t Жыл бұрын
This was an amazing explanation! I’ve been learning c# recently and was struggling to find where the programming came into place/how everything in development is usually organized, and this answered most of my questions. Thank you!
@hannahhall42069
@hannahhall42069 10 ай бұрын
This was very helpful. Ive been wanting this to be my career path and getting a better understanding before looking for a college is great.
@arrowsdev
@arrowsdev Жыл бұрын
i always love to call you the indie games philosopher , i love the content you share it absolutely enlighten my mind and opens it to understand
@TheRealCzechmark
@TheRealCzechmark Жыл бұрын
This is amazing! If I had this explained to me before getting into Game Dev, this would have saved so much time learning the lingo. Great Video Thomas!
@ArleysResco
@ArleysResco Жыл бұрын
I loved this video, believe it or not, been searching YT like crazy trying to find someone explaining this, the concept the organization, at a high level, all the different components that goes into technically making a game. This gives so much direction for wannabe game devs like me, thank you!
@thanhato7308
@thanhato7308 Жыл бұрын
Thank you so much for inspiring me through my hard journey of becoming a game dev! Wish you best luck and success!!
@FunkyV
@FunkyV Жыл бұрын
Yes !! I've been waiting for this ! Thank you , Thomas !
@TheCrewExpendable
@TheCrewExpendable Жыл бұрын
11:53 True! Even big AAA studios dont make everything from scratch themselves every time. They use middleware like SpeedTree and FMOD. They use Quixel Megascans (even if they don't use Unreal). They reuse common animations between games. They hire contractors and support studios. They use open source code. Trying to do everything yourself is a very poor use of your time.
@junbowman
@junbowman 5 ай бұрын
Needed to read this. Thank you for this info! 👍🏾
@BatistaInvests
@BatistaInvests 5 ай бұрын
I disagree wholeheartedly.
@yarpen26
@yarpen26 4 ай бұрын
That's probably why I'll never be a real gamedev despite building a game myself using my company's graphical software. I build everything from scratch sans the most essential tools coming in the software library (like connect two points, shift point by n pixels etc.) so it's almost recreating the 1980s Miyamoto experience at Nintendo: no game engine, no imported assets. Full creative control. I spent so much time building a damn brick wall just because I wanted the mortar traces to be laid out intermittently like it would be in a real building. It takes me a good few evenings just to animate my character's legs and even that's solely on the Y axis, with much work ahead of me before I can at least make him walk the way all over the map you could expect from a Sierra text parser Quest game. That's not even to mention how I've barely even scratched the surface of my own text parsing mechanics because yup, that's gonna be there as well. But I absolutely love it. I go to a swimming pool for an hour every Sunday and I quite literally think about nothing but the algorithm, often coming up with new workarounds in my mind in between successive dives. Even when I get stuck, I find solace in just looking at the screen I've built so far and marvel at my own ingenuity. It's 100% impractical, but I'm a veteran of reinventing the wheel. Because the only reason why I want to do it is to prove to myself that I can.
@BatistaInvests
@BatistaInvests 4 ай бұрын
Does a Welder mine their Ore, too? Smelt it? Manufactures it? Are you 60, but also 16? Are you flying an airplane while you're driving a car? Are you driving a car while flying an airplane? Your talents are far more productive doing what you do best and love the absolute most rather than 2nd most. You might really LOVE Flying and always want to fly, but even birds get tired and walk and land out of necessity. But they're born to FLY. IF, in a Perfect World you can ALWAYS DO what you LOVE MOST, and never SECOND MOST, then do that. Doing anything other than that is absolutely, completely, and utterly a slap in your own face and absolutely everyone who survived long enough just so you had even a single sliver of silver nut hair's chance at an opportunity. You're either a Chicken, or you're an Eagle. Go be the Eagle you clearly are.
@steph-xy4lk
@steph-xy4lk Жыл бұрын
This video was amazing! Everything was so really clearly explained
@Calen11708
@Calen11708 6 ай бұрын
This video has been the absolute best in explaining how game development works “for dummies”. I’ve been having a hell of a time understanding how it all works but with this, it provides a whole different approach to game development for me. Thank you for the time and effort you took to make this invaluable explanation video!
@LionUnchained
@LionUnchained 2 ай бұрын
I was picking up UE5 at the start of last year when UEFN came out and that's what I learned on an have been successful in, but I just got recommended this video for whatever reason and I wanted to say this is a great overview and I think it's really important to make content like this that demystifies and defines a process. So many people talk about what they want to do but not enough people know how to even start and this could be the push they need. Hope your course is going well.
@speedwaylabsdev
@speedwaylabsdev Жыл бұрын
The clip of the hockey player going airborne at 8:20 was hilarious lol
@calebkrauter4027
@calebkrauter4027 Жыл бұрын
Thomas be like: games should rarely be made from scratch... Me: Yah hold that thought I gotta finish this game that is almost completely from scratch XD.
@ParasolMushroomStudios
@ParasolMushroomStudios Жыл бұрын
I bought pinstripe to support you! I'm starting to do game dev and your videos are very encouraging so I wanted to support your art.
@Tropicoboy
@Tropicoboy 9 ай бұрын
My brain hurts even trying code.
@dustinzieg1950
@dustinzieg1950 6 ай бұрын
Really good video, so much more clear than other vids I’ve seen
@JamesTsividis
@JamesTsividis 11 ай бұрын
Thanks Thomas. That was very simply explained.
@luciusartoriusdante
@luciusartoriusdante 10 ай бұрын
This demystified a lot. Thank you!
@wesleygrant2245
@wesleygrant2245 Жыл бұрын
As a web dev I would love to see a video on switching from different programming paradigms into game dev!
@fmproductions913
@fmproductions913 Жыл бұрын
Some quick suggestions: After you have chosen a game engine, read up on the main scripting principles and concepts it has (like from the official documentation: In the Unity manual there is a "Scripting Concepts" section for example). Then you have KZbinrs who focus on some sort of overlap between good development practices and game dev, like Infallible Code or Jason Weimann. And generally, agnostic to engines, you can read up on design patterns. There are some that are especially common or useful with game dev, like the state pattern. If you look up "Game Programming Patterns" you will find a great site for that. Although most of them are just the regular design patterns that apply in regular software development as well. Paradigms in general: Engines like Unity or Unreal mainly have an Entity-Component architecture in place (although it's a bit muddled in Unreal because there is also a lot of inheritance going on - note that those things aren't necessarily exclusie from another). You can read up on that if you want. Basically a Entity is a container of components, and components define data and behaviours. So you'd approach interactions not from the basis of what something is (inheritance) but rather from the perspective of what someone has attached to it (composition). Some engines also use Entity-Component-System architecture where data and logic operating on those data instances are separate.
@Moon-do1vt
@Moon-do1vt 27 күн бұрын
FINALLY. An actual video for people starting at 0 than people with programming and pre game dev knowledge. Just like the other commenters said, it's annoying when other videos explain in a way like "yeah this is ekjdfkjef you know" (just pretend it said something techy af) like what is that I have so many questions LMAO
@escapeundergroundgame
@escapeundergroundgame Жыл бұрын
I like the way you explained everything! :)
@FastEasyGameArt
@FastEasyGameArt Жыл бұрын
Nice! Thanks for the info!
@B_Carr007i
@B_Carr007i Жыл бұрын
Love it! Back to the basics
@jaystewart4414
@jaystewart4414 5 ай бұрын
Enrolled in one of your courses to see what you're about. If I really love it I'll add this knowledge to a great game I've been working on. I have the story almost complete but I need to get it to come to life!
@Umbrella2
@Umbrella2 4 ай бұрын
Good luck! I’d love to be a game dev, would be such a fulfilling job for me personally but I find it quite complicated from what I’ve seen tbh, perhaps I’m just not meant to be one. 😅😢 I even tried downloading stencyl and just looked at it for an hour without doing a single thing. 😅
@jaystewart4414
@jaystewart4414 2 ай бұрын
Suggestion then. I haven't released anything personally, but I'm still working on my story. It's almost fleshed out and sounds good to a lot of people. Once I get that well grounded, I'm going to make my own art as well, and code the movement soon after. I use Unreal Engine 5 as well. I had to spend months learning it, and I'm still learning how to use some things on it. It's a vast tool. Maybe pair up with someone who has experience with something. I for one would love it if I could find someone just to either work on the music or art. I am making slow progress. The first time I tried making my game I had no idea of how I wanted to story to unfold. Now it's got a better plot that makes sense, characters that have goals, I have given some of them weaknesses that will make the game a little funny, and the hardest part, is getting myself to believe it will turn a profit when I doubt myself the most. Don't quit if this is your goal. If you want the idea to come to life that badly, week by week, try , try and try again to make it come to life. This is what being a wizard is all about. Soon you won't know just how far you've come. Even Ronald Wesley had the broom stick hit him in the face when trying to learn to fly. LOL@@Umbrella2
@The_MightyMaza
@The_MightyMaza Жыл бұрын
Hey Man, u have helped so much throughout my journey of game dev, I hope I can buy ur courses soon, btw I find your story extremely inspiring!!
@YeetNation2006
@YeetNation2006 Жыл бұрын
My guy, you have convinced me to give unity a try, I struggled with unreal engine for a while, havent learned anything from it, and its just too complicated too me for now and I dont need the crazy high graphics or anything just yet if im a beginner, Unity should be easier for me to get into and I can get used to the basics of stuff and make my dream 2d game before attempting my dream 3d games
@mojosulo
@mojosulo Жыл бұрын
Hey Thomas! Love your videos. Just wanted to let you know that the community-accepted pronunciation of Godot is "guh-dough" (emphasis on the 2nd syllable)
@JeffSans
@JeffSans 11 ай бұрын
Ive been an ecommerce developer but i still remember how excited i was when making an android game way back college. I want to be a game dev now
@kaniac_
@kaniac_ 10 ай бұрын
"Unity is pretty awesome" oh boy that didnt age well
@starboyjedi13
@starboyjedi13 10 ай бұрын
Bro.😭
@WyMustIGo
@WyMustIGo 9 ай бұрын
Go home GoDot troll
@igotdarkaether4813
@igotdarkaether4813 9 ай бұрын
Why
@WyMustIGo
@WyMustIGo 9 ай бұрын
@@igotdarkaether4813 He's clueless
@igotdarkaether4813
@igotdarkaether4813 9 ай бұрын
@@WyMustIGo lol
@CodeKokeshi
@CodeKokeshi 8 ай бұрын
The only thing I've a problem with is audio editing/making. I've no idea how to do it. Being a digital artist before a game dev really helped me though, I've no problem in photo editing, Sprite making and 3d modelling.
@IzFanArt69
@IzFanArt69 Жыл бұрын
when i use Gdevelope 5, i dont understand what is variable, after try making games seem like it can use lot for diferend thing. it quite fun when see it work
@jmc.spectre
@jmc.spectre 2 күн бұрын
I'm not new to these things but it's really good to know how you make games in general. I just know programming and web development stuff.
@MightyGandolf
@MightyGandolf 3 ай бұрын
as someone who is just starting their journey into game dev its looking like i need to learn c language first, great video thanks for sharing all this info with us.
@Square_One
@Square_One 3 ай бұрын
This is the video I've been looking for. I just want to learn what IS game dev because it seems like something that I would enjoy as a side hobby but I'm skeptical if I'm even capable of learning. All of the other videos I've tried to watch seem to assume some level of pre-knowledge, like "just pick an engine and start" ...brother I don't even know which game engines exist. I need to be spoon fed while I get my toes wet lol. It's only been about an hour since I watched this video and I'm already learning the basics of how unity works. Thank you!
@streamingamers
@streamingamers 6 ай бұрын
Great content very informative!
@SilverSoldierGaming
@SilverSoldierGaming Жыл бұрын
I'm a big dummy. LOL.
@moe__dev
@moe__dev Жыл бұрын
Well I'm that dummy too.
@fayezakhtar1155
@fayezakhtar1155 Жыл бұрын
I'm a dummy with more than 3 year experience 😂
@XRay52909
@XRay52909 Жыл бұрын
Same
@pixelcat29
@pixelcat29 7 ай бұрын
I have dreams of making big games yet I have no experience with code at all. Im probably the biggest dummy here.
@santiagobanuelos1364
@santiagobanuelos1364 5 ай бұрын
I’m am such a dummy when it comes to coding
@dlos4297
@dlos4297 2 ай бұрын
Thank you this was the push I was looking for
@aml-creation
@aml-creation 7 ай бұрын
Very interesting video. Thank you for sharing!
@chinedunnadi258
@chinedunnadi258 2 ай бұрын
This is awesome 💪💪💪 keep up the good work 👍
@MehhhOnControla
@MehhhOnControla 6 ай бұрын
How would you recommend me going about learning how to code a 2d game from scratch? I have my own Idea of a game but have no idea if I should pay for something like a 1-on-1 tutor on how to code, or if I should look for something here on KZbin. What do you think
@codewithguillaume
@codewithguillaume 8 күн бұрын
This is a very good video. Congratulations Thomas!
@Dokkaebi365
@Dokkaebi365 11 ай бұрын
So I have to ask because everyone keeps saying this…do you really need to start with something like JavaScript or can you get by with only knowing C languages as a game dev? I started with C in my CS50 class and actually really enjoy C++ from what I’ve learned so far, but everyone do anything coding keeps saying to start with a higher level language. Is there any use for it further down the road? (I know it’s always great to have more skills in your toolbox, but just curious!) Thank you for the great video! ☺️
@hypnometal
@hypnometal Жыл бұрын
Would you have the applications open at the same time, though? Or would you open Blender, create your asset, then close Blender, open Unity, and import your asset there? It would save on RAM. 😁
@senshino
@senshino 8 ай бұрын
I didn't know anything about game developing, but playing Stardew Valley made me interested in it. Now that i know what it is, i really want to learn more about this. Thank you for your clear explanation sir ^-^
@yoskokleng3658
@yoskokleng3658 Жыл бұрын
c#, java, javascript which one is the best for game development? and which language that i want to learn first before jumping into your course?
@hoasd1493
@hoasd1493 Жыл бұрын
Thanks for the help dev , Maybe I would make some kind of game in the future ( Shape his two hands into a similar shape of a heart )
@MrVirusDi
@MrVirusDi 7 ай бұрын
Thank you. Interesting information.
@alexanderquinn5066
@alexanderquinn5066 10 ай бұрын
Im a senior in my school and i have programming/coding class but i thought to myself that even though it's not a video game coding class but it's still coding idk. Does this count as experience/practice because i doubt myself and anxious as well forgetting what i learn because i have others things in my head
@maritzadiaz9000
@maritzadiaz9000 6 ай бұрын
I’m learning how to be a web dev right now but eventually I want to go into game development on the side once I’ve gotten software engineering down for awhile. I need a job first and money lol is that common at all? To go down that route? I’m so new to this but when I messed around with Unity before my software engineering bootcamp I had so much fun.
@VVaaayyy
@VVaaayyy Ай бұрын
Hi! I had a doubt and was hoping u could help me. All these terms and functions, are they all unity specific or are these terms related to game development in general?
@simplyluke1584
@simplyluke1584 Жыл бұрын
The dad variable set to false was just peak😂
@michaorzechowski4948
@michaorzechowski4948 11 ай бұрын
Simple version: use already created assets btw where to find a 3d graphic ready for creating the assets for us and be paid for that?
@BigOlKnothead
@BigOlKnothead 3 ай бұрын
"What aren't okay," hadn't expected to witness my first audible typo but cool
@entertainment4508
@entertainment4508 8 ай бұрын
when you say flipping the asset do you mean an overhaul or redesign of an existing asset?
@Silmerano
@Silmerano Жыл бұрын
I want to make a 3d linear level based 3rd person action game. I'm not sure if I should use Unity or Unreal. I'm not planning on crazy gaphics. Like I'm not looking to have my characters look like real people.
@Learning_Everyday-4ever
@Learning_Everyday-4ever 11 күн бұрын
Thank you so much for making this video ❤
@jjstreams0
@jjstreams0 3 ай бұрын
10:33 Bro literally created me 😂
@gouravrane4476
@gouravrane4476 6 ай бұрын
Awesome in simple language..
@user-ob5ro9iy1u
@user-ob5ro9iy1u 5 ай бұрын
10:55 its you should write it as private void Start(){ .......... } or you should write it as void Start(){ }
@ReveredDead
@ReveredDead 2 ай бұрын
As someone planning to go to school for CS. With the intent to get into game development. This is good information without a doubt. And I know I can likely learn this on my own. However I've already been to college so my prereqs less Math is already done. So it'd be far cheaper than someone coming in green and with 0 credits. Plus I can get a head start watching these videos and practicing on my own before enrolling. As a hardcore gamer. There are things I want to do in the industry that could benefit all gamers. Advance the field in graphics processing, game mechanics, animation, etc. Having a hand in perfecting something I love to do has always been my passion. Just sucks it took me till the age of 27 to realize this.
@bulletshotfromgun
@bulletshotfromgun 8 ай бұрын
I learned that Unity games are being dropped from stores due prices increase for having their games on the store. Is Unity still a good Engine to start with even with that in mind?
@Nomad-damon
@Nomad-damon 3 ай бұрын
Hi there, can someone please tell me if it is possible to become a game developer even if i'm not a gamer. I mean, i play games sometimes but never played a game all day or something like that. Maybe i might start to play games? Is it too late to start (i am already 17 years old). Please someone, can help?
@ZeBeBe3101
@ZeBeBe3101 3 ай бұрын
but what if i don't wanna use pre-made assets, what if i can just make my own? 👀
@malwarutek9249
@malwarutek9249 8 ай бұрын
Nice performance thanks
@maxpro3493
@maxpro3493 Жыл бұрын
Thomas do you recommend using Godot game engine to create 2d game
@chasesommer
@chasesommer Жыл бұрын
Yo Thomas, who’s making your thumbnails?? I’d love to get in contact
@bigsarge1982
@bigsarge1982 9 ай бұрын
With all the Unity hooplah lately, do you feel the same about it?
@recomical
@recomical Жыл бұрын
I like to play video games to get an idea or genre or overall style to make games.
@filmcutpaste
@filmcutpaste Ай бұрын
Where can I learn the game's mathematical formulas? Thanks!
@chrisjones8829
@chrisjones8829 10 ай бұрын
This was fantastic.
@AlienSteveious
@AlienSteveious 4 ай бұрын
Where do you go once you DO make a game? Do you post them to websites specialized in promoting smaller creators? So you start a website? I’m referring to Indie game creation of course
@robertkester1570
@robertkester1570 3 ай бұрын
I've been researching for 5 days on who to learn from and the biggest struggle is understanding the language on what people are talking about, much like American VS European English
@hamzahgamedev
@hamzahgamedev Жыл бұрын
Thomas, the man responsible for motivating me to finally make my dream open world game and post about it on KZbin 🙈 Thank you so much man 🙏🙏
@captainnoyaux
@captainnoyaux Жыл бұрын
open world game solo ? see you in 10 years haha. Or really cut down a lot of stuff ship as soon as possible and iterate on it
@hamzahgamedev
@hamzahgamedev Жыл бұрын
@@captainnoyaux 😂😂 yeah man
@captainnoyaux
@captainnoyaux Жыл бұрын
@@hamzahgamedev good luck my friend !
@user-yo2fo6mb4i
@user-yo2fo6mb4i 7 күн бұрын
Thank you !
@user-et8jj8fs8r
@user-et8jj8fs8r 10 ай бұрын
that was full of information
@dannycunhaofficial
@dannycunhaofficial 5 ай бұрын
I’m not good at making video games but I have good ideas by creativity how I can get my ideas to make a video game to actually happen?
@xella3525
@xella3525 Жыл бұрын
Do you have any tips for learning C#?
@AlizGlez
@AlizGlez 3 ай бұрын
I’m seriously considering studying software engineering and game development, but I’m not that confident in my skills to achieve it. But as I’m open to learning new things maybe I shouldn’t blow it before I try it
@nexxhustle8829
@nexxhustle8829 7 ай бұрын
Thank you
@RizVNTV
@RizVNTV 10 ай бұрын
Thank you, not making a game from scratch is definitely good advice
@projectigloovideogame1921
@projectigloovideogame1921 3 ай бұрын
I’m going to learn from this stuff 😅
@seanmcintyre5936
@seanmcintyre5936 4 ай бұрын
I’m a dummy and have no idea what you’re talking about. Is there a lower level available?
@weirdbuggames
@weirdbuggames Жыл бұрын
also, almost about 40% of the game's work goes into playtesting as well imo. that includes tweaking game's mechanics and game designing.
@lrisuchan2350
@lrisuchan2350 Ай бұрын
Hi, Thomas. Where can I hire or find people to develop my first Indie game? I am a freelance writer developing an idea for a video game. Unfortunately I don't have the talent to program games, but I know there are people who do.
@WiLDbEAsTGameSHere
@WiLDbEAsTGameSHere Жыл бұрын
I am watching game dev content for years but never made any lol (i was a teen and this year became an adult ) Hope i will start after this
@junbowman
@junbowman 5 ай бұрын
Did you start?
@WiLDbEAsTGameSHere
@WiLDbEAsTGameSHere 5 ай бұрын
@@junbowman yes
@pedroaboffa
@pedroaboffa Жыл бұрын
Thank god I have 10 years of experience with 3ds max, and now i just need to learn unity =D
@najeeullah4188
@najeeullah4188 Жыл бұрын
So i am a University student and very much interested in Game Development but Should i invest my time in it?Is it worth it?Really demotivated here💀
@mistermavix
@mistermavix 3 ай бұрын
This is a random comment and just believing in the power of community that will lead me where I need to go. Im a game dev for VR games, mainly under META (Horizon Worlds). Im ok with graphics and scripting, getting players to play my games, feedback etc BUT last week my games went to mobile with FETA* and Im feeing this pull for something but IDK where to go yet.
@mistermavix
@mistermavix 3 ай бұрын
part2 - Most of our games are very social, not studio like - since all of us learned by ourselves and grew from nothing to have games iwith thousands of players daily and still - I don't think I am where i need to be when it comes to growth. My career is marketing and I know all things about graphics 2D, edits etc and I know when i hit the sweet spot on my projects and it will make that sale, I know when Im able to bring the magic to a project but in gaming Im still struggling to get there.
@mistermavix
@mistermavix 3 ай бұрын
part3 - I just published a laser tag game - very simple mechanics but people love it. We have around 100 players daily playing for hours and im proud of it but it still lacks UI, it lacks power ups and better sounds .. ugh. The thing is - I know a few things that need to get better but Idk how and i can't even imagine all the things Im not aware yet.
@mistermavix
@mistermavix 3 ай бұрын
part4 - Can anybody share any wisdom with me? Should I do a course? I don't have a budget to invest in expensive stuff but I have time, energy, a team to work on projects and the support of FETA* on my games. Im really trying to be good at this. I love what I do and I wanna grow and know what Im doing. Thanksss
@iceadent127
@iceadent127 10 ай бұрын
1:17, soon as I saw this I closed the vid, my editing skills are something that should be locked up and thrown into a dungeon
@MackDaddyVic
@MackDaddyVic 9 ай бұрын
Yep. I’m a dummy. You lost me after Assets and Scripts. Everything else started sounding like gibberish. I’ll just stick to playing games. Having the discipline to sit and learn all of this shit is commendable and I will be forever grateful that developers exist. Me small dumb dumb brain no understand-o lol
@AlmondTheater
@AlmondTheater 6 ай бұрын
Dude you do a really good job explaining I things I would take your course. I’m learning Godot, make a godot course and I’ll pay full price
@TheSensationalMr.Science
@TheSensationalMr.Science Жыл бұрын
so this is how the terms correlate between engines: *main terms* Godot: Script[logic:gdscript,C#], Node[asset], scene[world_environment] {gd-visual-scripting discontinued... for now} Unity: Component[logic:Bolt,C#], Game Object[asset], scene[world_environment] Unreal: Component[logic:Blueprint,C++], Actor[asset], Level[world_environment] *update and initialization functions* Godot: _physics_process[physics] & _process[logic] && _init(){class} & _ready(){node}[init-logic] Unity: FixedUpdate[physics] & Update[loop-logic] && Start[init-logic] Unreal: TickComponent[?update-frame?] && CreateState[init-logic] \\Unreal has a weird way of updating it seems... using either the actor for the container or the engine takes care of it... somehow. generally Tick is *update* and CreateState is *initialization...* that or plain variable initialization in C++.🤷‍♂// the main things that go into an asset via scripting in game is: camera, collision, physics, audio, and animation[rendering over time] events. segment everything into it's own contained piece and then connect it to the entity within the game. Hope you have a great day & Safe Travels!
@KomodoBitGames
@KomodoBitGames Жыл бұрын
I have never heard or seen anything about a “createstate” function in unreal. Usually you use begin play or init for game instances
@TheSensationalMr.Science
@TheSensationalMr.Science Жыл бұрын
@@KomodoBitGames I found it within the unreal scripting docs, so it might be a bit inaccurate[due to my inexperience with unreal]... I tried to see if there was a *equivalent function* for both the *physics and logic loops* but couldn't find any. [EDIT: oh.... I guess that is the case, thanks for the catch! it appears I was looking at 5.2 docs and maybe you were on 4, though it also seems with C++ scripting header files are where the initialization happens and C++ logic is were the functions are run] Hope you have a great day & Safe Travels!
@KomodoBitGames
@KomodoBitGames Жыл бұрын
@@TheSensationalMr.Science maybe that was for Unreal 3/UDK. They didn’t use c++ it was a different language called unrealscript
@scotmcpherson
@scotmcpherson 8 ай бұрын
3 applications going at once? I wish it was just 3
How I Would Start Game Development (If I Started Over)
16:59
Thomas Brush
Рет қаралды 90 М.
How to Start Gamedev in 2024
10:28
Sasquatch B Studios
Рет қаралды 458 М.
Женская драка в Кызылорде
00:53
AIRAN
Рет қаралды 486 М.
Summer shower by Secret Vlog
00:17
Secret Vlog
Рет қаралды 12 МЛН
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 23 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 33 МЛН
Ultimate Indie Gamedev Genre Tierlist
28:58
BiteMe Games
Рет қаралды 207 М.
Learn To Code Like a GENIUS and Not Waste Time
9:41
The Coding Sloth
Рет қаралды 1,4 МЛН
I Made a Horror Game Using ChatGPT
8:47
contenter
Рет қаралды 2,2 М.
I Made a Game in Unreal in 14 Days... (No Experience)
32:59
Jack Sather
Рет қаралды 1,2 МЛН
Why Do Video Game Studios Avoid Blender?
6:49
The Cantina
Рет қаралды 450 М.
How To Make A Game Alone
16:44
Thomas Brush
Рет қаралды 237 М.
Why Solo Developers Should Use Unreal
10:55
Thomas Brush
Рет қаралды 345 М.
I Paid Fiverr Game Developers to Make the Same Game
10:25
BadGameDev
Рет қаралды 656 М.
Watch THIS Before Making Your First Game!
10:11
Thomas Brush
Рет қаралды 40 М.
3 Devs Make An FPS - Godot vs Unity vs Unreal || GameDev Battles
12:39
🤫Что скрывается за сюжетом Duck Season?
22:56