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

  Рет қаралды 821,732

ButWhyLevin

ButWhyLevin

Күн бұрын

Пікірлер: 616
@Thenineoh
@Thenineoh 2 жыл бұрын
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 жыл бұрын
Thanks, thanks a lot.
@Invisibletoday
@Invisibletoday 2 жыл бұрын
@@Azerty72200 Thanks a lot Rachael
@hectorlira2706
@hectorlira2706 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
I will start today.
@GameDevNerd
@GameDevNerd 2 жыл бұрын
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 жыл бұрын
Vampire Survivors is a perfect example, too. Super simple, super fun, extremely popular.
@XDarkEcho
@XDarkEcho 2 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
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 жыл бұрын
@@BigEvy a valid theory. Different people learn differently, but that works for many. 👌
@jadefae
@jadefae 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
Great tip, thanks
@dankodev
@dankodev Жыл бұрын
These are some wonderful tips! Event-based programming is something I want to try with scriptable objects.
@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.
@astrahcat1212
@astrahcat1212 2 жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
ok but why? dont explain something if you dont say why
@jetstreamsham4968
@jetstreamsham4968 Жыл бұрын
How you gonna say that and not elaborate?
@XxTry4TheSkyxX
@XxTry4TheSkyxX Жыл бұрын
Elaborate pls
@trashtrashisfree
@trashtrashisfree Жыл бұрын
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.
@kristianthaler6525
@kristianthaler6525 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
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 жыл бұрын
@@OKayD3N Is it truly easy to make simple IOS/Android games with IAPs and Ads and make decent money?
@LordTrashcanRulez
@LordTrashcanRulez Жыл бұрын
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.
@desawwww
@desawwww 2 жыл бұрын
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 жыл бұрын
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
@NirajArts
@NirajArts Жыл бұрын
I guess you made a very good point here about developing game and at the same time, Handling KZbin channel. I’ve been developing for 3years now as a hobbyist game developer an 2years into KZbin, 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
@pitifulrock630
@pitifulrock630 2 жыл бұрын
cant wait to play your game with my friends, it looks really fun :)
@KamranWali
@KamranWali 2 жыл бұрын
These are some really good tips. Marketing is the one that I need to focus on the most. Keep it up! :)
@timithius7885
@timithius7885 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 Жыл бұрын
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.
@canertwo
@canertwo 2 жыл бұрын
How many ads can you fit into one video? Levin: Yes. Still got very valuable take-aways for new gamedevs, I appreciate it.
@QvsTheWorld
@QvsTheWorld 2 жыл бұрын
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
@jimbowers1298
@jimbowers1298 Жыл бұрын
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! :)
@ferhadsemseddinli3293
@ferhadsemseddinli3293 2 жыл бұрын
Why is this video is just an ad with content sprinkled in between?
@yusunahaiku
@yusunahaiku 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 :)
@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
@connoisseurofcookies2047
@connoisseurofcookies2047 2 жыл бұрын
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 🤔
@ThePC007
@ThePC007 2 жыл бұрын
9:00 Didn't expect the Zelda: Spirit Tracks soundtrack here but this is awesome!
@Jrej_dev
@Jrej_dev 2 жыл бұрын
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.
@indianpike4929
@indianpike4929 2 жыл бұрын
Thanks for all the great videos! I can't wait for Couch Combat to come out!😁
@samyam
@samyam 2 жыл бұрын
Awesome video!! Game looks great And thanks for the shoutout 😁
@DarkDax
@DarkDax 2 жыл бұрын
Great insight mate! Look forward to the multiplayer DevLog, hope development goes well!
@fluxx2875
@fluxx2875 2 жыл бұрын
Nothing is wasted. You have gained lots of important experience that will help you in the future.
@Shaggy1995
@Shaggy1995 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
I'm about to start learning..wanna give me your discord? Let's learn together?
@visibletoallusersonyoutube5928
@visibletoallusersonyoutube5928 2 жыл бұрын
@@kyuuslash7755 same
@brandonreames4121
@brandonreames4121 Жыл бұрын
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 2 ай бұрын
what exactly do you mean?
@brandonreames4121
@brandonreames4121 2 ай бұрын
@@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 2 ай бұрын
@@brandonreames4121 thanks alot
@Dorbellprod
@Dorbellprod 2 жыл бұрын
Epic Asset Store segment (and tips) tbh 😳 all of those products look really useful
@UsernameDoesntCare
@UsernameDoesntCare 2 жыл бұрын
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!!!!
@andythedishwasher1117
@andythedishwasher1117 2 жыл бұрын
Where did that bodyboarding footage come from? That was sick!
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
mobile.twitter.com/rootpilot
@TylerGreen
@TylerGreen 2 жыл бұрын
Really nice tips! I don't love Twitter also but I can def see how useful it is
@thecrazyinsanity
@thecrazyinsanity 2 жыл бұрын
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
@benjaminswee-shaders
@benjaminswee-shaders 2 жыл бұрын
Great tip on just making games, it is certainly the best way to begin
@foreignwarren7361
@foreignwarren7361 Жыл бұрын
The Unity forum is everything!
@lb8384
@lb8384 Жыл бұрын
Another hint: Use chatgpt to create some code to test out stuff as well as for ideas and plans what to start with and of course fixing your not working code.
@bobbville
@bobbville 2 жыл бұрын
Easy camera shake! 🔥🔥🔥🍻 I'll be going back through everything in this tutorial thanks man
@AetherXIV
@AetherXIV 2 жыл бұрын
super helpful, wishlisted several of those assets. thanks man
@LollipopScaper
@LollipopScaper 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!
@TETE
@TETE 2 жыл бұрын
already uploaded and i feel soo good
@kevaHimself
@kevaHimself 2 жыл бұрын
I accidentally found your channel and you are awesome !!
@Ozzah
@Ozzah 2 жыл бұрын
ENUNCIATION e·nun′ci·a′tion To pronounce; articulate.
@copperstudio
@copperstudio 2 жыл бұрын
10/10 video as always
@mochimoshi7599
@mochimoshi7599 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.
@sanepete
@sanepete 2 жыл бұрын
An interesting video and I learned something, but not as much as I possibly could have. Does this guy have some kind of aversion to consonants while talking?
@ThyTrueNightmare
@ThyTrueNightmare 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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.
@dynogamergurl
@dynogamergurl 10 ай бұрын
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!
@DinciAnimation
@DinciAnimation 8 ай бұрын
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
@tofaani
@tofaani 2 жыл бұрын
Thanks for sharing your experience 👍
@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
@Tazman3
@Tazman3 28 күн бұрын
ty for the video man!
@NotARealPersonBR
@NotARealPersonBR 2 жыл бұрын
this was really insightfull
@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.
@vitriolicAmaranth
@vitriolicAmaranth Жыл бұрын
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.)
@DinciAnimation
@DinciAnimation 8 ай бұрын
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
@amitbt69
@amitbt69 2 жыл бұрын
Great Video!
@Bat_pann
@Bat_pann 2 жыл бұрын
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.
@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.
@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.
@PollyCot
@PollyCot Ай бұрын
nice giant advert
@monoculosofficial9934
@monoculosofficial9934 2 жыл бұрын
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.
@QuintonmcGaming
@QuintonmcGaming 2 жыл бұрын
This is helping alot
@BlackJar72
@BlackJar72 2 жыл бұрын
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 жыл бұрын
Does it cost a lot to put a game on steam?
@jukibom
@jukibom 2 жыл бұрын
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
@dandogamer
@dandogamer 2 жыл бұрын
That body boarding game looks like a lot of fun!
@XZYSquare
@XZYSquare 2 жыл бұрын
6:03, it took me 6 years to understand how to code in unity. I do not have the ability to just know what a function will do. It becomes really time consuming to create a function for every one liner you will ever write. need to remap space in a way that will push an object like a jet? get the start and end position... /*get confused at what you need to do next*/ remember that you need to use the start, end and current position to create vectors to use the dot product divided by the dot product of the first variable... just to get the progress along 2 points... (3d inverse lerp style), then use the lerp function to convert it into another space... if i made a function for each and every different part of that equasion it becomes harder to wrap my head around. There are cases where it gets so bad that you just want to give up. I do not understand how this kind of behaviour works until after i write the code. Often i'm forced to go down a rabithole of crazy coding problems until i meet the result i want. then and only then am i able to pick apart what was important and needed keep functions simple, unless what you're attempting to do is not simple
@FabiulousGames
@FabiulousGames 2 жыл бұрын
Great advices, thanks for sharing :)
@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.
@evaseabe5409
@evaseabe5409 27 күн бұрын
Nowadays everyone is teaching “how to catch a fish” But none of them actually catching fish😂
@dawoleq5092
@dawoleq5092 2 жыл бұрын
Thanks for the tips
@sourcream1671
@sourcream1671 Жыл бұрын
2:50 its been less than 2 seconds and already recognise this song
@w0mblemania
@w0mblemania 2 жыл бұрын
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 Жыл бұрын
" 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
@AudioBoi1
@AudioBoi1 2 жыл бұрын
wow, need to watch it on 0.5x speed thank u for the vid
@uheartbeast
@uheartbeast Жыл бұрын
5:07 hey it's me!
@its_stel
@its_stel Жыл бұрын
Thanks a lot.
@gainesduvall
@gainesduvall 3 ай бұрын
Love it!
@court12b
@court12b 2 жыл бұрын
Hmm. I couldn't figure out what you were saying at first when you started talking about Milanote. Closed captioning wasn't much help either.
@andrewsmigaj1772
@andrewsmigaj1772 2 жыл бұрын
Did you happen to do the GameDevTv's Blender course? Asking because that well looks awfully familiar (I built one like that too!).
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
Lol no I actually just made that well, I might’ve used a similar well as a reference though
@gachastorys5129
@gachastorys5129 2 жыл бұрын
You listen to Hopes and Dreams in a GameDev video. You are filled with Determination.
@paulkennedy6126
@paulkennedy6126 Жыл бұрын
had to check to be sure the playback speed was still Normal. Hard to understand at times.
@rbjimmy7096
@rbjimmy7096 2 жыл бұрын
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.
@AntoniGawlikowski
@AntoniGawlikowski 2 жыл бұрын
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!
@TETE
@TETE 2 жыл бұрын
soon i will upload my first devlog wish me luck also big respect
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
Good luck!
@ThisRoyalDaKoty
@ThisRoyalDaKoty 2 жыл бұрын
Programming is just so damn cool! I’m new to it but am fascinated with it
@semichargedclock4005
@semichargedclock4005 2 жыл бұрын
This man said ez camera shake, that's this first setting I turn off in a game 😆
@roguedogx
@roguedogx 2 жыл бұрын
5:37 except specifics on unity's wheel colliders. Ask me how I know. Lol
@TehJellyLord
@TehJellyLord 2 жыл бұрын
I was so focused on finals that I missed the Spring sale... at least I am graduated now and can start working on my games full sale.
@WolfiFlips
@WolfiFlips 2 жыл бұрын
That is the best for me 2:19
@juliooliveira8159
@juliooliveira8159 2 жыл бұрын
Hey, what's the game at 0:19? I really liked the look of it. You made it?
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
Yeah thats actually the Outrun area of my game Couch Combat, which is the main project I'm working on. If you're interested in the game, here is the steam page, thanks! store.steampowered.com/app/1685510/Couch_Combat/
@LightCanadian
@LightCanadian 2 жыл бұрын
At 7:10 you talk about the planner program, I would like to review it, but I don't know if I'm hearing it wrong, but I can't find it for the life of me. Could you just type the name of the site?
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
It’s called Milanote
@LightCanadian
@LightCanadian 2 жыл бұрын
Thank you very much
@YoyGlop
@YoyGlop Жыл бұрын
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
@pliniomourao
@pliniomourao 2 жыл бұрын
Levin, what Moodboard do you use? May you share, please?
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
Milanote
@Luizfernando-dm2rf
@Luizfernando-dm2rf 2 жыл бұрын
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 :/
@oneseven4r
@oneseven4r 2 жыл бұрын
Unity's Particle System makes me go Y E S .
How I learned Unity without following tutorials (Developing 1)
18:11
Game Maker's Toolkit
Рет қаралды 2,1 МЛН
6 Years of Learning Game Development
17:20
Cobra Code
Рет қаралды 254 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
6 Game Design Mistakes You MUST Avoid
18:22
Thomas Brush
Рет қаралды 69 М.
I Used Godot For 100 Hours, Here’s What I Learned
35:09
LazyAlarm
Рет қаралды 1,3 МЛН
100 DEVS Make a GAME without COMMUNICATING! (1-25)
17:14
Blackthornprod
Рет қаралды 2,1 МЛН
The Game That Hacks Your Brain
24:43
camwing
Рет қаралды 1,2 МЛН
Modeling a Chess Set That Works in 2D and 3D
25:16
Polyfjord
Рет қаралды 4,5 МЛН
The Strange Graphics Of LETHAL COMPANY
15:59
Acerola
Рет қаралды 998 М.
I Wish I'd Heard These Tips From The BIGGEST Game Dev YouTubers...
11:38
Making A Roguelike Game In JUST 100 Days! (Devlog 1)
13:51
ButWhyLevin
Рет қаралды 20 М.