I Wish I Had Known This Before I Started Unity Game Development...

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

Комментарии • 619

  • @Thenineoh
    @Thenineoh 2 года назад +671

    Tip #1 can’t be stressed enough, I spent my first year learning courses on coursera and udemy, thinking I’d get into game design once I’m “ready”. That day never came, no matter what I learned I never felt ready yet. Then one day I just started working on my project and said I’d learn new things where I needed to. Honestly doing things this way made me progress faster than any course ever has

    • @Azerty72200
      @Azerty72200 2 года назад +12

      Thanks, thanks a lot.

    • @Invisibletoday
      @Invisibletoday 2 года назад +1

      @@Azerty72200 Thanks a lot Rachael

    • @hectorlira2706
      @hectorlira2706 2 года назад +8

      Maybe it was easy now with all the courses you took hehe. Seriously though, I'm in the same exact spot where you were taking all those courses and I haven't tried to make 1 game myself. Plus, I've seen this tip being repeated by a lot of game devs so yeah, time to move away from the courses and into the development itself.
      Thanks for the reassurance!

    • @KelsGaming23
      @KelsGaming23 2 года назад +2

      honestly this is me I have watched so many tutorial in youtube and udemy but when I'm about to make my game I felt I haven't learn enough yet I guess this is a wake up call I need to get my hands dirty if I'm stuck on something I'll just watch tutorial thanks for the great advice

    • @Krabbarazzi
      @Krabbarazzi 2 года назад +2

      I will start today.

  • @GameDevNerd
    @GameDevNerd 2 года назад +1408

    Been in game development at least 14yrs now, I literally lost track. Greatest advice given here is to target a niche and do something special: platformers and zombie games are a dime a dozen. Pick out something unique that's cool, maybe something that no one has done in many years. That's how Stardew Valley blew up on Steam.

    • @PistolShrimpPimp
      @PistolShrimpPimp 2 года назад +8

      Vampire Survivors is a perfect example, too. Super simple, super fun, extremely popular.

    • @XDarkEcho
      @XDarkEcho 2 года назад +14

      True that, a genre of game that has garnered a cult following, for the most part, is an good idea. That's why games like Hollow Knight and AXIOM Verge did so well in the drought of Metroidvania type games. We don't need anymore Survival Horror games, Horror games in general have been getting pumped out from indie devs as of late, Battle Royal games aren't worth the time, and platformers are just everyone's baseline first game to make.
      Personally, it's hard to figure out what kind of genre to dip into; I'd love to make a RPG that focuses on Weapons and Skills utilizing those weapons, but that's obviously a complex thing to do for a beginner. That, or make a Star Fox inspired rail shooter game; since Nintendo doesn't know how to utilize their IP. But most times, being a beginner, we'd probably venture into just making a platformer or shooter.

    • @GameDevNerd
      @GameDevNerd 2 года назад +11

      @@superresistant0 you probably already have one. There's almost certainly some obscure or lesser-known game you thought was really cool that very few people remember. If not, you probably didn't play a lot of games and haven't been gaming very long.

    • @BigEvy
      @BigEvy 2 года назад +14

      I tried to copy an existing game just to learn how it all worked , and with those skills I can make new , non copied ideas.

    • @GameDevNerd
      @GameDevNerd 2 года назад +4

      @@BigEvy a valid theory. Different people learn differently, but that works for many. 👌

  • @jadefae
    @jadefae 2 года назад +302

    The tip I see missing from all of these videos is: Take inspiration from *wide* sources. Not just your favorite games. What's the GOOD in the game you otherwise hate? What do you like about that book you just read? How can you incorporate colour like they do in that movie you watched?
    This is what they mean when they say "Good artists copy, great artists steal". When you steal something you *make it your own*, and if you steal from a diverse set of inspirations, it becomes truly yours.

    • @teratoma.
      @teratoma. 2 года назад +20

      dissecting and knowing how to extract value from everything, even(or especially) things you dislike, is a legit superpower that helps in every aspect of life

    • @-t-boxmasterofthewardrobeo4397
      @-t-boxmasterofthewardrobeo4397 2 года назад +12

      This tip right here
      There are many games I don't like that much often, but contain very good niche ideas or mechanics sometimes these very ideas I can consider to be game changing if the dev-team that has it were able to fully utilize its potential which sadly isn't and is more of a side gimmick.

    • @PauloCazaresBelman
      @PauloCazaresBelman 2 года назад +4

      @@teratoma. agree this even works in stuff like animation and "finding your artstyle"
      an example is with storyboard artist, you can grab a frame of your favourite movie, find anchor points like, where's the camera in the room of the movie, where's the characters or the focal point in the frame, what objects are and how they lead your eyes to the focal point
      you only get good at things like that if you have references, if you steal from whether your favourite movie or from a picture you took, 'cause, that's what imagination is, a lots of ideas you steal from somewhere else to mashed them up and make something new

  • @codahighland
    @codahighland 2 года назад +323

    I have to agree: There is no shame in having the docs open all the time. Memorizing everything isn't what gives you skill. The important skill is knowing where to find the details when you need them.

    • @sosasees
      @sosasees 2 года назад +7

      yes. i haven't been born before the Internet so i don't know how game development before the internet would be like,
      but i can imagine the developers having three or four bookmarks in the documentation book, and a lot of sticky notes that copy small pieces from that books.

    • @codahighland
      @codahighland 2 года назад +14

      @@sosasees Close -- we tended to make cheat sheets instead! Instead of trying to reference the book all the time or take notes on individual sticky notes, we'd pack a page with as dense of notes as we could read. Important API parameter lists, important memory locations if you're on a platform with memory-mapped registers instead of hardware abstractions, code snippets for important tricks that you didn't have memorized yet... The lucky among us had the manuals in digital form, but the cheat sheets were still super useful. There was even a cottage industry in the mid-80s of publishing notebooks packed with cheat sheet-type information.

    • @boogiehasfun
      @boogiehasfun 2 года назад +2

      there is no shame in having stackoverflow open the whole time either

    • @achyuththouta6957
      @achyuththouta6957 2 года назад

      I felt something like this. I've been trying to program a game using c++ from scratch(without using any engine) as a beginner to programming and it's insane to remember all the functions of SDL2 and openGL. It took 400 lines of code and all I have is a triangle on the screen. At this point I realised that understanding what you're doing is the main thing and the details can be looked up anywhere.

    • @thesnitch7
      @thesnitch7 2 года назад

      Who said its shameful to have docs open though?

  • @lcppproductions7910
    @lcppproductions7910 2 года назад +74

    Imo something that's Extremely underrated, especially for programmers is learning to use programming design patterns early on. Observer pattern is a MUST for game dev with larger projects. Having objects that fire events and other objects that subscribe to them is a much more sustainable way to do things than having a million references in each class to other objects, and it makes your code more modular (each class/game object is its own self contained thing). Singleton and Factory patterns, as well as SOLID principles are also good to look into. Factory less so for Unity since you can use GetComponent to retrieve references for things. If you're using Unity, learn to use Unity events/C# events and you will make your code a lot cleaner and save time on large projects.

    • @edson9544
      @edson9544 2 года назад +1

      Great tip, thanks

    • @miauw8762
      @miauw8762 Год назад

      Very useful tip

    • @lcppproductions7910
      @lcppproductions7910 Год назад

      @@rytif I mean, it depends on which side of game dev you're doing. I do a lot of tools dev for which design patterns are really useful for keeping things modular, but I understand for more game-facing features or for rendering you might want to squeeze every bit of performance, in which case you might not want a lot of system bloat with extra pieces of indirection. Event driven programming is pretty much baked into every commercial game engine though and doesn't have that much overhead considering the benefits.

  • @kristianthaler6525
    @kristianthaler6525 2 года назад +36

    I can vouch for Brackeys, man makes every topic fun and interesting. Also, the part about making really small games is so true. People always start with a huge idea without realizing the amount of hours, then give up on it. Just pick something really simple and make a clone of it, nothing helps you learn faster.

  • @mrworldwide5811
    @mrworldwide5811 2 года назад +320

    Not sure if it's mentioned in this video, but something I feel should be said in every tips video like this:
    DON'T DO YOUR DREAM PROJECT FIRST
    You will ruin it, if you don't give up first

    • @redgarlicbred6228
      @redgarlicbred6228 2 года назад +39

      YES. definitely, a good approach is to split your dream project into parts, a lot of parts, and make a small game around those parts, BEFORE you make your dream game

    • @letsgamingde420
      @letsgamingde420 2 года назад +3

      I just started with developing, I never had the thought of a "dream game" I just wanted to develop a game, and thats what im doing now.
      But I have a plan what my game should be like, and thats where im heading at, but my dream lies in becoming a professional gamedevolper and working in a team of other great devs

    • @dcgreatman
      @dcgreatman 2 года назад +33

      I disagree. My dream project was a huge open world parkour game, in the end I ended up making a small level-by-level game with a cube bouncing around simple obstacles. However, having something in mind to work towards made me know what I should try to learn and what kind of code is fundamental to know, the project may not have turned out as I first imagined but in the end I'm glad I tried, on looking forward to revisiting my dream game once I'm more experienced

    • @trewilliams3044
      @trewilliams3044 2 года назад +16

      What is the logic behind not doing your dream project first? If it's trash the first time, why not just keep working on it until it's great?

    • @letsgamingde420
      @letsgamingde420 2 года назад +2

      @@trewilliams3044 theoretically you could do that, but you probably will end up with something completely different, a game that isn’t like you envisioned your dream game

  • @codahighland
    @codahighland 2 года назад +25

    If you're new to making games, don't let the marketing section distract you from the first steps. People who start learning game development to make money are going to be disappointed for a long time. Your first few games should be something that you'd like to play yourself. It doesn't have to be unique. It doesn't have to be something anyone else will like. If you enjoy making it, that's all that matters. (EDIT: The video even said this itself earlier on. I'm only talking about the marketing section, so really this is a reminder to people getting started not to forget that this advice isn't meant for you )
    Turning game dev into a career is hard. Don't overlap learning how to make a game with learning how to make money on a game. You will only stress yourself out. Find out if you're even going to enjoy the process before you start looking for commercial success.

    • @OKayD3N
      @OKayD3N 2 года назад

      I make bank off iOS games

    • @havenselph
      @havenselph 2 года назад +1

      @@OKayD3N Is it truly easy to make simple IOS/Android games with IAPs and Ads and make decent money?

    • @LordTrashcanRulez
      @LordTrashcanRulez Год назад +1

      This guy's tip is by far the most important one. Making games is not a good career, you can make a literal masterpiece and still not sell any copies. It's not worth the time. Make it a hobby at first, see whether you like it or not.

  • @astrahcat1212
    @astrahcat1212 2 года назад +155

    1) Create a folder.
    2) Call it ‘Standard Assets’.
    3) Put all your asset store assets in it.
    4) DONT use a ‘Resources’ folder (load assets externally)
    5) DONT use Unity scenes (load levels as prefabs externally)
    Wham. Watch your game playtest at lightning speed, and your game folders go from 30GB to 1GB.
    Unity’s got problems, yeah 🎉

    • @lb8384
      @lb8384 Год назад +11

      could you explain that a little further, why do you have to do that? Or do you have any sort of video for that?

    • @MrFearlesskiller
      @MrFearlesskiller Год назад +15

      ok but why? dont explain something if you dont say why

    • @jetstreamsham4968
      @jetstreamsham4968 Год назад +10

      How you gonna say that and not elaborate?

    • @XxTry4TheSkyxX
      @XxTry4TheSkyxX Год назад +11

      Elaborate pls

    • @trashtrashisfree
      @trashtrashisfree Год назад +4

      Makes sense to me so you're not importing them into each individual project can you have a standard library of assets is from you know what's in there hopefully.

  • @desawwww
    @desawwww 2 года назад +11

    Damn it has already been 2 years. I remember watching the first devlog like it was last week. I wish you good luck on your future journey

  • @dibbieknight7886
    @dibbieknight7886 2 года назад +11

    This is almost like a mirrored reflection of my first project, great advice! - one tip id like to mention on organizing your project in general, both code and assets (as I found this a major problem later in development), add assembly definition files (which can also speed up compile times when you make script changes - GameDevGuide and Infallible Code have great videos on setting them up), then group your code into systems and build a centralized "manager" for each system, this way everything can work independently of eachother, and you can more easily offload Update logic to an event and have your systems talk to eachother through their "manager", which can give you a performance boost, and make it easier to track down bugs in your code

  • @KamranWali
    @KamranWali 2 года назад +15

    These are some really good tips. Marketing is the one that I need to focus on the most. Keep it up! :)

  • @pitifulrock630
    @pitifulrock630 2 года назад +8

    cant wait to play your game with my friends, it looks really fun :)

  • @NirajArts
    @NirajArts Год назад +3

    I guess you made a very good point here about developing game and at the same time, Handling RUclips channel. I’ve been developing for 3years now as a hobbyist game developer an 2years into RUclips, and sometimes find it tempting to work on develogs. But what I learned is that you don’t need motivation to work, working on what you love in the first place is the motivation for you! Great video!:D

  • @timithius7885
    @timithius7885 2 года назад +6

    Awesome advice, I've just started out learning Unity and love it. My goal is to turn pro Indie game dev and people like you make me realize how possible it it is. The advice is a seriously great motivation to do things right. Oh, and yeah Brackeys is awesome. And a big thumbs up for the Polygon authors, their stuff is fantastic

  • @shannenmr
    @shannenmr 2 года назад +46

    Yes if you think you might want to add multiplayer / co-op you really should do it from the start, suddenly you have to validate everything your players are saying they are doing along with replicating all the right properties without flooding the network and your animations and simulation has to be on point since players will be doing crazy things that AI just wouldn't / we would give AI a pass on

    • @astrahcat1212
      @astrahcat1212 2 года назад

      You should be testing MS of almost everything from the start too.
      Programming animations from hand is faster than the animator and more debuggable.

  • @guitarbuddha74
    @guitarbuddha74 2 года назад +19

    I definitely didn't realize if I had like sprite import settings I could just click on the little sliders icon in the inspector and save the current preset. Then when you import something else you can just go in the same place and select your saved preset. Thanks for mentioning that.

    • @bigggmoustache8868
      @bigggmoustache8868 2 года назад

      Can you explain that more? I didn't really get what they were saying in t he video :/

    • @gutsjoestar7450
      @gutsjoestar7450 2 года назад

      Wtf are you talking about

  • @thedudeguy242
    @thedudeguy242 2 года назад +11

    It's also worth noting for the more intermediate creators that if you're serious about a project, then a lot of the default unity systems are going to need to be rewritten, wrapped, or replaced with other assets that are more tailored for your project. Specifically things like LOD, navmesh, networking (I believe they don't really actually have a networking system atm), character controllers, camera controllers, UI, and the input system.

    • @halfbakedproductions7887
      @halfbakedproductions7887 2 года назад +1

      And this is exactly how the pro studios "use Unity". They actually kind of don't.

    • @thedudeguy242
      @thedudeguy242 2 года назад

      @@halfbakedproductions7887 I guess that makes sense lol, it's pretty much a very convenient wrapper for rendering and physics.

    • @astrahcat1212
      @astrahcat1212 2 года назад

      @@halfbakedproductions7887 It’s like Windows basically.
      Also, if you expand you can trust the giants like Microsoft less

  • @RiorXD
    @RiorXD Год назад +1

    10:00 The built in system works just fine with multiple controllers. I used indexing to differentiate the type of controller by pulling its hard coded name form the device then selecting the proper input map and setting that as the current default. It eliminated conflicts and made it accessible to even basic cheap controllers that are mapped as "generic". It really was only a switch statement with the string of the name and the " i " set to its index. And it even works just fine with multiple players.
    Edit: also multiple controllers triggers not working IS NOT UNITY'S FAULT. its the default map setting its triggers vs sticks to its 3rd/4th axis. The new unity system auto pulls some of the triple a controller maps but not generic ones and auto assigns them. Adding generic input is still on you.

  • @yusunahaiku
    @yusunahaiku 2 года назад +2

    Thanks a lot bro. You're saved my years with this video.

  • @NicNac2451
    @NicNac2451 2 года назад

    Love the Unity Tips section!
    Thanks for including my video on behavior trees :)

  • @QvsTheWorld
    @QvsTheWorld 2 года назад +16

    I haven't thought about splitscreen local multiplayer in a while. Kinda make me think there could be a cool game concept about single player FPS using splitscreen to see the AI perspective.
    1. You are being hunted by AI and you can see from their perspective when they notice footprints, broken branch etc.
    2. Your character could be psychic and use nearby enemy to see what is around them, listen to their thoughts or conversation, take control of them to activate switches.
    3. Bring back good old fashion screen peeking in online multiplayer game lol.

    • @Hoglet.Interactive
      @Hoglet.Interactive 2 года назад

      And once unity upgrade their fu@king audio to support multiple audio listeners... but they will never do it 😆 and that makes split screen 3d games in unity a real pain. And of course other little bugs like with post processing with split screen...

    • @dolorous9728
      @dolorous9728 2 года назад

      That reminds me a lot of the old Japanese horror games called Siren. You could see through the monsters’ vision at the cost of your own. Cool game. Might be worth looking into for inspiration if you’re interested

  • @indianpike4929
    @indianpike4929 2 года назад +2

    Thanks for all the great videos! I can't wait for Couch Combat to come out!😁

  • @DarkDax
    @DarkDax 2 года назад

    Great insight mate! Look forward to the multiplayer DevLog, hope development goes well!

  • @dreamisover9813
    @dreamisover9813 Год назад

    100% agreed on the input and multiplayer suggestion at the end. good tips! And the official unity docs are invaluable!

  • @deltacosmic5358
    @deltacosmic5358 Год назад

    One thing i can say is that you are a walking W for adding splitscreen most devs dont do that since mostly everyone plays with friend online mowadays so its cool you went out of your way to add that to your game

  • @jimbowers1298
    @jimbowers1298 Год назад +1

    What A great video, thank you so much for sharing this!
    One comment - I had a hard time understanding the apps you used for Planning "trello" and "milanote". Trello I had heard of, but after come google searching a few minutes later I discovered you were saying the name "milanote". What I heard was "muknow" ("moo"-"Know", maybe my ears need cleaning, ).
    Again, a great video, I am going over tkaing lots of notes to help on my beginner Unity JourneY! Yes, I am also using GameMake Studio and starting to use Unity more! :)

  • @Jrej_dev
    @Jrej_dev 2 года назад +16

    Great advices. Thanks for posting this video.
    I'm making a game now in Godot but I'm taking a step back after the first prototype to write a game design document.
    I think that will be a great help for the future and that will help me list out some of the skills and stuff.

  • @ThePC007
    @ThePC007 2 года назад +1

    9:00 Didn't expect the Zelda: Spirit Tracks soundtrack here but this is awesome!

  • @samyam
    @samyam 2 года назад +1

    Awesome video!! Game looks great And thanks for the shoutout 😁

  • @TylerGreen
    @TylerGreen 2 года назад +1

    Really nice tips! I don't love Twitter also but I can def see how useful it is

  • @Dorbellprod
    @Dorbellprod 2 года назад +3

    Epic Asset Store segment (and tips) tbh 😳 all of those products look really useful

  • @ferhadsemseddinli3293
    @ferhadsemseddinli3293 2 года назад +7

    Why is this video is just an ad with content sprinkled in between?

  • @brandonreames4121
    @brandonreames4121 Год назад +1

    Have watched many videos of this type and a key thing I don't see people saying if they select Unity, is to go through the pathways within Unity for learning. I've been doing this for a few weeks now and my understanding of the application, C# and various key features in the tool are expanding at exponential rates. Each one includes functional projects to grow your skills, not just pure video observations without practical application. Would highly recommend for anyone interested in learning unity.

    • @skol45
      @skol45 3 месяца назад

      what exactly do you mean?

    • @brandonreames4121
      @brandonreames4121 3 месяца назад

      @@skol45 Unity has a learning section with specific 'courses' called pathways to emphasize certain aspects of unity to learn. Very effective for quick learning.

    • @skol45
      @skol45 3 месяца назад

      @@brandonreames4121 thanks alot

  • @connoisseurofcookies2047
    @connoisseurofcookies2047 2 года назад +4

    Given how most people don't know how to file taxes and accounting is probably the no.1 general startup skill a game about filing taxes may actually find a niche in the learning space 🤔

  • @canertwo
    @canertwo 2 года назад +1

    How many ads can you fit into one video?
    Levin: Yes.
    Still got very valuable take-aways for new gamedevs, I appreciate it.

  • @AetherXIV
    @AetherXIV 2 года назад

    super helpful, wishlisted several of those assets. thanks man

  • @GrowingWithShaggy
    @GrowingWithShaggy 2 года назад +16

    i am a brand new game dev i just started 3 weeks ago and ive been struggling to grasp certain things so im glad to see theres people out there still helping all the discords i join the poeple are toxic cuz they "know everything"

    • @ButWhyLevin
      @ButWhyLevin  2 года назад +24

      Good luck, there are a lot of helpful people out there but also a lot of people who think they know everything. Funny thing is most of these elitists won’t ever ship a game because they’re too busy arguing about game engines and programming languages

    • @mikelromantamayo6084
      @mikelromantamayo6084 2 года назад

      @@ButWhyLevin well said lol!

    • @kyuuslash7755
      @kyuuslash7755 2 года назад +1

      I'm about to start learning..wanna give me your discord? Let's learn together?

    • @visibletoallusersonyoutube5928
      @visibletoallusersonyoutube5928 2 года назад

      @@kyuuslash7755 same

  • @bobbville
    @bobbville 2 года назад

    Easy camera shake! 🔥🔥🔥🍻 I'll be going back through everything in this tutorial thanks man

  • @fluxx2875
    @fluxx2875 2 года назад

    Nothing is wasted. You have gained lots of important experience that will help you in the future.

  • @kevaHimself
    @kevaHimself 2 года назад

    I accidentally found your channel and you are awesome !!

  • @Bat_pann
    @Bat_pann 2 года назад +1

    Perfect Tips. I also started 2 years ago and I agree with the planning part, It is so hard to plan the game when you already started it. Planning before Starting Game Creation is a very helpful Tip. Thanks.

  • @mochimoshi7599
    @mochimoshi7599 2 года назад +2

    finally a channel that goes over some of the essential assets to make a game.
    whenever i see a gamedev channel not talk about this, it's an immediate red flag.

  • @TETE
    @TETE 2 года назад

    already uploaded and i feel soo good

  • @Ozzah
    @Ozzah 2 года назад +3

    ENUNCIATION
    e·nun′ci·a′tion
    To pronounce; articulate.

  • @copperstudio
    @copperstudio 2 года назад +1

    10/10 video as always

  • @foreignwarren7361
    @foreignwarren7361 2 года назад

    The Unity forum is everything!

  • @amitbt69
    @amitbt69 2 года назад

    Great Video!

  • @Tazman3
    @Tazman3 2 месяца назад

    ty for the video man!

  • @NotARealPersonBR
    @NotARealPersonBR 2 года назад

    this was really insightfull

  • @Skeffles
    @Skeffles 2 года назад

    Neat tips here! I definitely think marketing on twitter and youtube is such a big element to get your games out there.

  • @tofaani
    @tofaani 2 года назад

    Thanks for sharing your experience 👍

  • @thecrazyinsanity
    @thecrazyinsanity 2 года назад +3

    not a game dev but a programmer and i fully agree with the part about neat code, as i write very messy code that just barely works and is constantly on the edge of collapsing

  • @PollyCot
    @PollyCot 2 месяца назад +5

    nice giant advert

  • @its_stel
    @its_stel 2 года назад +1

    Thanks a lot.

  • @FabiulousGames
    @FabiulousGames 2 года назад

    Great advices, thanks for sharing :)

  • @dynogamergurl
    @dynogamergurl 11 месяцев назад

    That last point about multiplayer is the most important. I joined a unity discord server and asked about multiplayer thinking “ok I’ll add it at the end since it will probably e the hardest thing to implement” thankfully someone set me straight before I had done too much with my game and I was able to add netcode.
    Apparently multiplayer will change the way you have to code your game. So you’d probably have to scrap years of code and rewrite it if you save it till the end. Plus if you plan to release a multiplayer game on consoles they require different code per their specifications to run.🥶
    TLDR: if your game will age multiplayer and you want to release on consoles…ADD IT FIRST!

    • @MysteryUnclear
      @MysteryUnclear 9 месяцев назад

      are you a developer if you are i can give you any unity project or asset that is on my chanel for a very cheap price that we end up with after bargaining there is no one on youtube doing this and it would be with proofs and have a refund policy to if you have a better excuse

  • @AliAliOxenFree
    @AliAliOxenFree Год назад

    nice video. learned a lot from this. I have an idea of a simple game, and i'd like to get started with unity (i spend 80% of my waking hours coding anyways for work).. this video helped me make my decision

  • @QuintonmcGaming
    @QuintonmcGaming 2 года назад +1

    This is helping alot

  • @LollipopScaper
    @LollipopScaper 2 года назад +2

    I think my next mobile game will be about filing taxes 😏 have you seen what's on trending on the app store?? Games like filling a fridge or scooping ice cream. I think I'll make a fortune with this one 😂 great video btw really helpful tips in here!

  • @benjaminswee-shaders
    @benjaminswee-shaders 2 года назад +1

    Great tip on just making games, it is certainly the best way to begin

  • @YoyGlop
    @YoyGlop Год назад +1

    I kinda hate it when people say “just make games” like there is literally so much that goes into making one, so many places to start, so many ways of going about it and it can get very overwhelming very quick for someone with little to no guidance. Telling someone to just start making games and figure it out is probably some of the worst advice to give to someone imo

  • @vitriolicAmaranth
    @vitriolicAmaranth Год назад +1

    I only started using Unity recently but I find the newer input system a lot more intuitive and it doesn't make me cringe in pain like the idea of a check for every single input used every single frame does. (Even if that may in fact be how it works under the hood.)

    • @MysteryUnclear
      @MysteryUnclear 9 месяцев назад

      are you a developer if you are i can give you any unity project or asset that is on my chanel for a very cheap price that we end up with after bargaining there is no one on youtube doing this and it would be with proofs and have a refund policy to if you have a better excuse

  • @BlackJar72
    @BlackJar72 2 года назад +30

    The problem with Unity starting out is that it was so easy it created over confidence. My game was half done with no apparent bugs, then a few months later I was several features and most planned enemies because more and more bugs cropped that I just couldn't fix or even figure out where to look for the problem. By that time working on it had taken over my life as a miserable and self-destructive exercise in futility. Since I'd already forked out money to put it on Steam during the over-confidence phase this meant my sucky first Unity game was simultaneously launched and abandoned.

    • @robertduffin1
      @robertduffin1 2 года назад +2

      Does it cost a lot to put a game on steam?

  • @UsernameDoesntCare
    @UsernameDoesntCare 2 года назад +3

    I switched from GameMaker 1 to Godot and I don't regret it. I spent like hours watching a tutorial on how to make a main menu that takes like 5 mins in godot lol. My productivity in Godot immediately increased from like, slow paced sluggish lol-he-hasnt-even-made-an-intro-yet to OH-MY-GOD-IM-ACTUALLY-MAKING-LEVELS-IN-MY-GAME-NOW-AND-NOT-CODING-OBJECTS-FOR-A-ROOM-SYSTEM-THAT-SUCKS-ASS!!!!!!!
    THANK YOU GODOT!!!!

  • @pirateskeleton7828
    @pirateskeleton7828 Год назад

    I recommend figuring out how and what you are going to save from the get go makes it easier for you to structure your stuff from the get go instead of having to retrofit a bunch of behaviors later.

  • @monoculosofficial9934
    @monoculosofficial9934 2 года назад +1

    Probably a bit advance for complete beginners but learning to create structs it very useful. Being able to store and access data in a format that you've created for a specific purpose makes a lot of things much faster and easier. I personally always use it for storing inputs and every input is named how I want it and relevant to the game I'm making.
    Also instead of trello, Hack n plan is really good and I would say its better suited to game development.

  • @AntoniGawlikowski
    @AntoniGawlikowski 2 года назад +3

    Great, useful, informative - thank you for sharing, I definitely 100% agree with all your suggestions. It took me years to discover, learn and incorporate things like scriptable objects into my projects and now I can't imagine working without them. If only I'd seen your video when I was staring out :)
    If I may, as tactfully as possible, offer a small suggestion - I think it would greatly widen your potential target audience if you tried talking a bit slower. There are a lot of people who generally understand English quite well, but struggle with fast speech and I am positive it would make it infinitely easier for them if you spoke even a little bit slower :)
    Anyways thank you again for the great video! I've just discovered your channel but I am already certain I'll visit more often :)
    Cheers!

  • @halivudestevez2
    @halivudestevez2 Год назад

    I just got used to use the Scriptable Objects. Indeed very useful. I can even avoid using enums with them, if I want.

  • @dawoleq5092
    @dawoleq5092 2 года назад

    Thanks for the tips

  • @w0mblemania
    @w0mblemania 2 года назад +9

    Did a couple of decades as an indie game dev.
    My tips, a few of which are covered in this vid:
    - know what you are going to make, for whom, BEFORE you start making it.
    - make sure you're in the right forest before you spend years chopping wood. Test your ideas before comitting years of work and money to them. Be accountable to real world investors (like your partner or family or friends). Don't live in a silo.
    - you need a marketing plan BEFORE you ever open up Unity. You need to put together preliminary/mockup marketing materials, Steam Pages, web pages, social media posts BEFORE you start coding. These documents will guide you. Are you running a business or a hobby?
    - what is the price segment? Who are your competitors? Why is your game different? Why should gamers buy your game?
    - work out your schedule, how much time you'll take. Then TRIPLE that guess. Seriously.
    - start in 2D. 3D adds a lot more complexity, a lot more work, requires more experience.
    - DON'T GIVE UP YOUR DAY JOB. Unless you want to be dirt-poor, drowning in credit-card debt, with depression and sad-panda eyes.
    - target one platform first. THEN port the game if it's successful. If not successful, learn from your mistakes and move on. Don't waste time on trying to please every platform before you even know if your game is successful.
    - design for game controllers unless you want your game to be a super-niche PC-gamer only thing. See: are you in business or is it a hobby? You *can* make money from PC-only games, but it greatly narrows your options.
    Also: see STEAM DECK.
    - IF YOU BUILD IT, THEY WILL NOT COME. Don't fool yourself in to thinking that all you need to do is create brilliance in your artistic garret for 3 years, and then suddenly people will realise your game is genius and you'll be the next indie darling, swimming in cash, getting your own NoClip documentary series.
    - YOU NEED TO MARKET YOUR GAME. Yes, this includes you, the nerdy dude who hates marketing and just wants to make a game. It especially includes you. You're going to need to get good at marketing or find/hire people who can promote your game. Announcing your game in a few Instagram posts is NOT marketing. You need a complete marketing strategy. And yes, I hate marketing.
    - you also need LUCK. It would be nice to believe that effort leads to success, but life doesn't work that way. You need a quality product that people know about, plus good fortune. Steam is full of great games -- many of them highly polished gems -- that have never made any money, never received acclaim, never been featured by which streamer is hot right now. Marketing your game helps increase your chances.
    - when you're 90% done, you've only got 90% to go. Seriously. Most of a game's goodness is in the polish. But remember, you can polish a bad idea, but you're still left with a bad idea.
    - don't worry about being unique. Don't fret about the competition. If your game is any good, some chopshop will copy it within days anyway. Instead, concentrate on being DISTINCTIVE. Give people a reason to care about your game. And if you don't have competitors then you're probably in a really bad market segment.
    Good luck.

    • @joelstolarski2244
      @joelstolarski2244 2 года назад

      " DON'T GIVE UP YOUR DAY JOB. Unless you want to be dirt-poor, drowning in credit-card debt, with depression and sad-panda eyes" Depression and sad panda eyes LOLOL

  • @gainesduvall
    @gainesduvall 4 месяца назад

    Love it!

  • @uheartbeast
    @uheartbeast Год назад

    5:07 hey it's me!

  • @evaseabe5409
    @evaseabe5409 2 месяца назад +1

    Nowadays everyone is teaching “how to catch a fish”
    But none of them actually catching fish😂

  • @dandogamer
    @dandogamer 2 года назад

    That body boarding game looks like a lot of fun!

  • @DestusG
    @DestusG 2 года назад

    awesome video

  • @ivanshiek
    @ivanshiek 2 года назад +1

    Yes, multiplayer should be made from the start. I'm more of a solo player, but MMORPGs is where the money is at. I am focusing on making a single player game as my 1st project, then I plan to tackle MMOs. MMOs are especially profitable if they have a monthly subscription. If you do the math on what the most played MMOs earn per subscriber, it is something like $15 x 300,000 = $4,500,000 per month. $4,500,000 x 12 months = $54,000,000 per year.
    EVE Online has a player base of 9,283,099 currently and they have been in operation for more than 10 years. Back when a subscription was mandatory, it was about $30/mo. You can see why they can now offer the game without a subscription, but they made certain items pay-to-win.
    WoW has a player base of 120,282,127 with subscription cost of $15/mo.
    A Game Dev would or should be satisfied with a few 1,000 player base at $3-$5/mo subscription.

  • @bluezzaya3881
    @bluezzaya3881 Год назад

    I've never thought someone could make an entire sentence sound like one word. My man sounded like he was about to run out of air.

  • @programero7313
    @programero7313 2 года назад +2

    50% video , 50% asset advertising, no money sir

  • @Thesupperals
    @Thesupperals 2 года назад

    When it comes to online multiplayer games (one that does not run peer to peer and require Co-op mode), I would heavily recommend Fishnet. They are a free alternative. I know a couple of people who have heavily saved a ton switching over to it.

  • @Luizfernando-dm2rf
    @Luizfernando-dm2rf 2 года назад +1

    Great video and good advice :)
    PS: I'd like to suggest you to slow down a bit when talking, I've had a hard time understanding you sometimes :/

  • @TETE
    @TETE 2 года назад +5

    soon i will upload my first devlog wish me luck also big respect

  • @npc386
    @npc386 2 года назад +1

    this feels more than a ad instead of a advice video...

  • @ThisRoyalDaKoty
    @ThisRoyalDaKoty 2 года назад +4

    Programming is just so damn cool! I’m new to it but am fascinated with it

  • @sourcream1671
    @sourcream1671 Год назад

    2:50 its been less than 2 seconds and already recognise this song

  • @jukibom
    @jukibom 2 года назад +3

    I relate HARD to the last two general tips. Multiplayer I added early enough or so I thought - whew that was a painful few months.
    And input is just a never ending source of pain but that's flight sims for you

  • @ThyTrueNightmare
    @ThyTrueNightmare 2 года назад +7

    You should be linking any tools you mention that your using in the video description. took me a little while to find "Milanote"

    • @tcharlygutt7614
      @tcharlygutt7614 2 года назад +1

      thank you. i was like did he say monote or millinote. why he didn't put the names on the video like he did with the Unity assets or the links on the description......

    • @alexnefi
      @alexnefi 2 года назад +1

      The name wasn't in the video and I had no idea how to spell it so I had to search the comments. Thanks.

    • @nickolasguido4410
      @nickolasguido4410 2 года назад

      lol thanks, I just posted a comment asking about that. I thought he said mulunu.

  • @andythedishwasher1117
    @andythedishwasher1117 2 года назад +1

    Where did that bodyboarding footage come from? That was sick!

    • @ButWhyLevin
      @ButWhyLevin  2 года назад

      mobile.twitter.com/rootpilot

  • @rbjimmy7096
    @rbjimmy7096 2 года назад +4

    Great content, man. Although I found it hard to understand what you were saying at times. Honest feedback, you could pronounce better and your vids would be 10x better.

  • @migcreatesgames2622
    @migcreatesgames2622 2 года назад

    I would not say wasted, but upgraded to a new you. I love the All in One Shader btw for 2d sprites. Really cool stuff thanks for the tips

  • @AudioBoi1
    @AudioBoi1 2 года назад

    wow, need to watch it on 0.5x speed
    thank u for the vid

  • @WolfiFlips
    @WolfiFlips 2 года назад +1

    That is the best for me 2:19

  • @semichargedclock4005
    @semichargedclock4005 2 года назад

    This man said ez camera shake, that's this first setting I turn off in a game 😆

  • @virtechgames7671
    @virtechgames7671 2 года назад

    Just got into this stuff, I don't care if people buy my game, or even play tbh, I just want to make something fun

  • @Povilaz
    @Povilaz 2 года назад

    Very interesting.

  • @aarondcmedia9585
    @aarondcmedia9585 2 года назад

    Less than a year later and you've doubled your audience. Keep going mate.
    One suggestion I would make is to speak a little more slowly. :D

  • @gachastorys5129
    @gachastorys5129 2 года назад

    You listen to Hopes and Dreams in a GameDev video. You are filled with Determination.

  • @henkusdigitalis3794
    @henkusdigitalis3794 2 года назад

    I watched the whole video as you take up interesting things, but you really have to work on your articulation or at the very least text what you say in the video. I was intrigued with the moodboarding tool you suggested, and it took me about 10 minutes to figure out that it was "Milanote" - I had to rewatch the part and google in tandem to find it. Best of luck going forward!

  • @oneseven4r
    @oneseven4r 2 года назад

    Unity's Particle System makes me go Y E S .

  • @FriendlyEsotericDude
    @FriendlyEsotericDude Год назад

    Woo go Howard!