Learning Unreal Engine in One Month to make a Game!

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 254

  • @Qwiggalo
    @Qwiggalo 10 місяців тому +83

    The first thing you should do when starting a project is build it, then do daily builds. It's WAY easier to figure out what's wrong before making weeks of progress.

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +14

      That’s actually really smart lol. Thanks for sharing! You probably just saved me massive amounts of future headaches!

    • @FFTVYoutube
      @FFTVYoutube 4 місяці тому +2

      Definitely 100% agree with this!

  • @k3y.mp4
    @k3y.mp4 10 місяців тому +161

    as someone who has been trying to learn ue5 for a few months, your progress is amazing, keep going!
    edit: for anyone looking for good learning resources, the official unreal docs are actually amazing

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +10

      Thanks for watching!

    • @abdullah307
      @abdullah307 5 місяців тому +4

      Where can I find the unreal docs?

    • @indiecore-2022
      @indiecore-2022 4 місяці тому +4

      I've been learning it for about 2 years now and this engine is so powerful and beautiful. Blueprints can get you all the way to cresting a listen server without doing any c++ code, but dedicated servers require the source version of unreal, good luck man!!

  • @bh8763
    @bh8763 10 місяців тому +48

    Def should come back to this in the future. Such good potential

  • @mio-vi2rg
    @mio-vi2rg 9 місяців тому +20

    You know I'm not sure if I'm more impressed by how quickly you picked up UE or your commentary skills haha

  • @tm001
    @tm001 7 місяців тому +26

    That's one spooky game you really nailed the horror aspect with that statue and how it moves... I'm legit getting goose-bump

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому +1

      I appreciate it!

    • @gameillusion9914
      @gameillusion9914 5 місяців тому

      fr

    • @ADWS_studios
      @ADWS_studios 3 місяці тому

      @@WillHessGameDev can yo make a step by step video of how to do it, i am a beginner and don't know unreal and coding, it will be really helpful as i am also making a horror game. I can you this element in it

  • @OrangeAceGaming
    @OrangeAceGaming 8 місяців тому +88

    We desperately need our own version of Brackeys for Unreal

    • @WillHessGameDev
      @WillHessGameDev  8 місяців тому +15

      He came back and is now team godot. Who knows he might do some unreal too

    • @ryanjdevlin87
      @ryanjdevlin87 7 місяців тому +10

      If u need some channel recommendations I can give u dozens of good ones ... couple good ones, ryan layley, leaf branch games and ask a dev ... all amazing channels that don't just teach unreal they teach unreal with best practices in mind

    • @WillHessGameDev
      @WillHessGameDev  7 місяців тому +3

      @@ryanjdevlin87 thanks! I appreciate the recommendations!

    • @ryanjdevlin87
      @ryanjdevlin87 6 місяців тому

      @@MrGoatsy There are many great channels still posting tutorials if you need some recommendations let me know. Also Look up the ones I mentioned above.

    • @MrGoatsy
      @MrGoatsy 6 місяців тому

      @@ryanjdevlin87 Sure, but there used to be other people who made tutorials in a style which helped me get started.
      Unreal Engine themselves made a bunch of tutorials, but they made the playlist unlisted.

  • @BrassDragonLP
    @BrassDragonLP 3 місяці тому +2

    My man, it's not 'janky'. So long as it achieves the intended result and isn't throwing errors, it's a FEATURE! Congratulations! 🎉 From there it's a matter of adding, testing, refining, testing, iterating... and testing!

  • @DavidSchiess
    @DavidSchiess 10 місяців тому +22

    such a cool idea to have fixed poses for the enemies instead of animations!

    • @billyboy_45
      @billyboy_45 10 місяців тому +1

      I'm pretty sure he got the inspiration for that game from the Doctor Who angel statues, one of the creepiest and scariest episodes!

    • @DavidSchiess
      @DavidSchiess 10 місяців тому +1

      yes - what I meant is that he chose poses in the first place instead of freezing the animations. In hindsight probably the best and most simple solution, but I wouldn't even have thought of that. Even though it's obvious that they won't ever be seen moving@@billyboy_45

    • @tobiasmyers3505
      @tobiasmyers3505 5 місяців тому

      Like old fighting game frames. Or anime. Or fast motion video. ​@@DavidSchiess

  • @SudKalwale
    @SudKalwale 10 місяців тому +7

    you deserve more love from youtube.. Sharing, wish you the best

  • @QuarzleTheMinecrafter
    @QuarzleTheMinecrafter 10 місяців тому +10

    I love this channel.
    The production quality is what you would expect from million subscriber channels.

  • @Powerdynamics_420
    @Powerdynamics_420 5 місяців тому +4

    the simplicity and minimalism on those statue NPC AI behavior really works so well, they're scary af

  • @EmeraldStudioSweden
    @EmeraldStudioSweden 7 місяців тому +3

    Man, watching this I'm super glad that I stuck with blueprints instead of going on the mission of learning C++. I know C++ gives you way more value for your effort if you're good at it but for beginners blueprints are so good. I mean, heck, you can make almost any type of game by using BP's only. For an example, that situation where your character kept spinning on the ground when dead would be solved with a Ragdoll BP in a death function. But hey, nice video! :D

    • @tobiasmyers3505
      @tobiasmyers3505 5 місяців тому

      Yeah. I think there are a lot more ready made tools in Unreal.

    • @marci1270
      @marci1270 3 місяці тому

      C++ is basicly the same as blueprints. But you can more easly read the code in c++ and maintain them. The fact that c++ is much faster is also a good bonus. If you can ""write"" bps you can also write c++ code.

  • @jackfrost884
    @jackfrost884 6 місяців тому +2

    Also did that course. Was a ton of fun!

  • @NicoparaDEV
    @NicoparaDEV 10 місяців тому +2

    You could use unrealCLR or angel script although you would then get cut out of cutting edge tech like Mass entity

  • @Drew-Chase
    @Drew-Chase 10 місяців тому +10

    Most games can be developed without delving into C++. Blueprints offer extensive capabilities, performing tasks nearly as efficiently as C++. C++ becomes essential primarily for tackling advanced or lower-level concepts.

    • @MagmaProductionsYT
      @MagmaProductionsYT 6 місяців тому

      THIS! I've been using Unreal Engine for almost 5 years now, and I have never ONCE touched C++. Blueprints are truly magical!

  • @Lucas-fl6py
    @Lucas-fl6py 10 місяців тому +1

    great video! really engaging and interesting even though I don't do game development at all. also this is a really cool concept for a game I hope you end up going back to it

  • @ascendstudiosKE
    @ascendstudiosKE 6 місяців тому +1

    Your game concept is pretty neat. Hope you get time to go back to it

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому

      Me too, hoping to return to it around Halloween time!

  • @SamuTheFrog
    @SamuTheFrog 10 місяців тому +4

    My experience learning UE was much different. I found documentation & tutorials to be a dime a dozen on just about any topic I needed to know.
    Godot and Unity both I feel like I had to dig through a sea of irrelevant information that really tilted my motivation.

  • @LaserGadgets
    @LaserGadgets 9 місяців тому

    So if you know Unity, did you make a 3D game in unity too? If now, you should, entertaining and helpful indeed! And very motivating! Good job, really.

    • @WillHessGameDev
      @WillHessGameDev  9 місяців тому

      I have made a 3d puzzle game with unity. The playlist is on the channel!

    • @LaserGadgets
      @LaserGadgets 9 місяців тому

      @@WillHessGameDevCool, thanks. Will check that out for sure.

  • @Nunokoiso22
    @Nunokoiso22 9 місяців тому +3

    Dude! Orange box moves!
    That's insane, I spent 3 hours and I'm not even close.
    The basic actor is a lousy cylinder

  • @adamantiumreaver4283
    @adamantiumreaver4283 3 місяці тому +1

    Gorka games literally has a full Assassin Creed game tutorial. Its nuts

  • @_WyngX
    @_WyngX Місяць тому +1

    10:20 YOU JINXED IT BRO! :(

  • @FirstLast-gk6lg
    @FirstLast-gk6lg 4 місяці тому

    Would love to hear an update on how you eventually fixed the exporting and running error

    • @WillHessGameDev
      @WillHessGameDev  4 місяці тому +1

      After the month was over, I stopped working on the game. The game wasn't to make a game, it was to learn unreal in a month, hence the reason why I never bothered to fix it. I do like the concept and might try to make it into an actual game at some point, but I've got the next few videos already planned out before then.

  • @MrSkeleton14
    @MrSkeleton14 10 місяців тому +2

    1:37 me when i see anything other than python, gml, or javascript:

  • @indiecore-2022
    @indiecore-2022 4 місяці тому

    Hey man, when you cook the game before packaging it, make sure that you read the red lines in your console, they point you to the bad actors and files that you need to fix or delete, i have run into that problem like 6 times but just read through it🤟🏽

  • @Arg478
    @Arg478 6 місяців тому

    I can't believe I immediately noticed the Subnautica music playing in the background around 3:20.

    • @SJ-hz9uq
      @SJ-hz9uq 6 місяців тому

      You 2, ey? I had flashbacks even earlier because it starts earlier lol

  • @finesseandstyle
    @finesseandstyle 9 місяців тому +1

    Haha, you're not alone in the Unreal failing to export the game. I've had to troubleshoot that 2 seperate times for an entire day and it still wouldn't launch the game.

  • @bluepianist2497
    @bluepianist2497 3 місяці тому +1

    It’s possible to do unreal engine with 0 code
    Only blueprint?

    • @WillHessGameDev
      @WillHessGameDev  3 місяці тому

      Oh 100% yes! And that’s how I’m going to try to do stuff whenever I use unreal in the future, but I’m not the biggest fan of visual scripting having made stuff with c# and unity for a while now. I thought it would be similar but it really is its own beast entirely

    • @bluepianist2497
      @bluepianist2497 3 місяці тому

      @@WillHessGameDev ok I see because i have hard time with cpp pointers 😂
      Thanks man

  • @skoklater_rogue
    @skoklater_rogue Місяць тому

    I am at the level where moving around the ++ to make a # makes C# similar to C++. :) . I have made good progress so far.

  • @nyukiland
    @nyukiland 10 місяців тому +1

    The problem with the move function is that, you have a really limited control.
    So i you want your character to move in a certain way it can make it a lot harder

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +1

      Agreed, that’s definitely a big trade off. It is really easy to make a character move in a normal human way, but I would have no clue how to go about making a mechanic like horizontal wall running. I remember when I started with unity I wanted to mess around in 3D by making a titanfall portal hybrid and remember making the horizontal wall running pretty easily, but in unreal it seems like a nightmare lol!

  • @klopsikiwsosiewłasnym
    @klopsikiwsosiewłasnym Місяць тому

    I've heard it's good to learn some easier engines first if im new to gamedev, but unreal seems so exciting to learn and so powerful that i cant help but take the challenge to try and learn it. Is there anyone here more experienced to tell if I'm really making a mistake and wasting my time?

  • @dailymeme4you
    @dailymeme4you 6 місяців тому

    great video , thanks for watching

  • @damonmlinaric9254
    @damonmlinaric9254 6 місяців тому +1

    Well done.Say for me I'm learning c and I'm a few weeks into my cs50 course do you think learning this soon while I study is a good idea or should I wait a bit till I have learned more about programming?

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому

      Not sure how similar c and c++ is so it depends. I always think you should learn to code before learning the game engine, and I kinda went against my own rule here with this video. If you want to give it a shot, go for it, but it’s gonna be tricky

    • @Kingboars
      @Kingboars 6 місяців тому

      Wont know until you try :) The are general concepts important in most languages and game dev. Mainly things like reusability and modularity/coupling ie not linking loads of things together. Unreal is primarily the “3d” engine but learning it is great fun

    • @damonmlinaric9254
      @damonmlinaric9254 6 місяців тому

      Thanks guys

  • @CreepyTriggers
    @CreepyTriggers 5 місяців тому +1

    The Subnautica Music Slaps

  • @revulpes6071
    @revulpes6071 5 місяців тому

    What is the asset pack on 3:30 ? it looks nice
    (great video btw)

  • @sebipopa6964
    @sebipopa6964 9 місяців тому

    can you make a more detailed tutorial on how to do this?

    • @WillHessGameDev
      @WillHessGameDev  9 місяців тому

      Maybe in the future when I get better at unreal but this was more of a little documentation of the path I took to learn the engine

  • @Tehral
    @Tehral 7 місяців тому +1

    Why c++ and not blueprints?

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому

      C++ can be used outside unreal and seemed to me like the more sensible choice in the long run for building skills as a programmer/ game dev. I see it the same with gd script and godot. You can learn gd script which only works with godot or you can learn c# which is a coding language that is used outside godot as well.

  • @marcomoscoso7402
    @marcomoscoso7402 6 місяців тому +1

    Your game looks menacing! Even if it's simple. My question now: is it really necessary for a game like this, scripting in c++ instead of blueprint everything?

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому +1

      Well I wanted to learn UE and C++, so that’s one reason. I don’t really know how I would’ve gone about making the light sensors in blueprints too, and as confusing as c++ can be sometimes, I think blueprints can SOMETIMES be worse. Like a giant mess of lines connecting boxes is harder to read or interpret compared to code

    • @marcomoscoso7402
      @marcomoscoso7402 5 місяців тому

      @@WillHessGameDev I get your point. That's the reason why I left the UPBGE engine and threwn myself into learning code with pygame and godot Gdscript

    • @marci1270
      @marci1270 3 місяці тому

      @@WillHessGameDev You basicly write your light sensor the same in c++ as in bp. You can use all the nodes and much more in cpp.

  • @oyentemaniatico
    @oyentemaniatico 10 місяців тому +7

    course is $234 now 😱

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +2

      It will go back down… eventually…

  • @SeriousGamer-pi7kw
    @SeriousGamer-pi7kw 6 місяців тому +1

    I believe you forgot rule number one of game development. 1. It ALLWAYS needs twice as much time to make a game then what you have planned. I am sure if you consider this while in the game making process, you will be able to finish more of your projects.

  • @juanfernandojimenezbuitrag2434
    @juanfernandojimenezbuitrag2434 6 місяців тому

    amazing progress and Really scary game

  • @moosenasturtium9583
    @moosenasturtium9583 7 місяців тому +1

    In future videos, could you avoid having flashing lights like the opening of this video?

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому

      Yeah sorry if that bothered you. I’ll keep that in mind going forward

  • @jeyizumi
    @jeyizumi 6 місяців тому

    noooo why did you fixed the players breakdancing ;-;

  • @amirarshiamirzaei710
    @amirarshiamirzaei710 10 місяців тому +1

    grats for commitment and hard working learning all that just for half and making a real game from other half

  • @Stefan188x
    @Stefan188x 3 місяці тому

    why did u prefer c++ over the blueprint system?

    • @marci1270
      @marci1270 3 місяці тому +1

      Easier to read, easier to maintain, better source control, extremly faster, more functions are usable

  • @mwtds7257
    @mwtds7257 7 місяців тому

    You really should check out Stay Close, it has pretty much the same mechanics!

  • @최동길-v2f
    @최동길-v2f 6 місяців тому

    how did you make statue move when not illuminated by a flashlight?
    Do you have any references?

  • @sebay4654
    @sebay4654 8 місяців тому

    Currently what im Good at is Narrative, what im Bad at is 3d modelling and anything Art Related, and what im Relatively capable of is Basic Programming (things like Puzzle Logic and interaction Flags ECT but anything to do with Character Movement,Physics and similar topics Are an absolute headache

  • @KlayOfAllThingz
    @KlayOfAllThingz Місяць тому

    C++ is C sharp's evil twin thats actually adopted 😭

  • @SpiritEconomy786
    @SpiritEconomy786 8 місяців тому

    Hi I would like a video on interactive games, I like the idea of “heavy rain” I want to build something small and similar

  • @findvolume
    @findvolume 2 місяці тому

    Course is on sale atm. Got it for like $16 :D

  • @middleagedshred
    @middleagedshred 10 місяців тому +2

    strange..your link to the course said over 200 dollars but if you click courses link then find the course in the list its 20 dollars..)

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +1

      Interesting… I’ll mention something like that in the description

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +1

      Thanks for letting me know

  • @eduardosoto3774
    @eduardosoto3774 2 місяці тому

    Subnautica flashback moment at 2:40

  • @abymohanan9403
    @abymohanan9403 2 місяці тому

    Bro your PC specs please 🙋🏻‍♂️

  • @skyvis8653
    @skyvis8653 6 місяців тому

    I wanna kiss you this is The best unreal dev log ive ever seen

  • @GrumpyGillsFishing
    @GrumpyGillsFishing 2 місяці тому

    C++
    I’m just over here using nodes xD

  • @oglothenerd
    @oglothenerd 10 місяців тому +1

    Did you make sure your C++ code had no memory leaks?

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +1

      I’m still trying to figure out how pointers and references work lol. I would not be surprised if it did!

    • @oglothenerd
      @oglothenerd 10 місяців тому +1

      @@WillHessGameDev Malloc and free babyyyyyyy!

    • @imfosf0r
      @imfosf0r 10 місяців тому +1

      @@oglothenerd RAII is the true path to enlightenment

    • @oglothenerd
      @oglothenerd 10 місяців тому +1

      @@imfosf0r I really don't understand why. I have a hard time understanding what exactly it is, but from what I have gathered, it is an error prone way to managing memory. I personally love what languages like Rust are doing, where it is a memory safe compiled language, without anything extra like a garbage collector.

  • @notnamaxim
    @notnamaxim 5 місяців тому

    In little nightmares 2 there are manequins that move when they are in the darkness just like in your game

  • @kempachikaotic
    @kempachikaotic 6 місяців тому

    Serious question, how does the "code in inclusive laguage" Fit here?

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому

      What do you mean by “code in inclusive language”?

    • @kempachikaotic
      @kempachikaotic 6 місяців тому

      @@WillHessGameDev Well not code per se, notes, and all of that is supposed to be gone (they start saying it is optinal) but as I read, you aren´t suppposed to be using terms like slave, master, native, execute and keep adding to the list, not only that but obviously you have to use inclusive language in the menus that the player see, that´s a hot news about Unreal, pulled directly from epic´s ass. Weird that you didn´t catch this suicide of a move

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому +1

      I still didn’t know what you meant, so I looked it up and watched the following video:
      ua-cam.com/video/FN7JynHS9k0/v-deo.htmlsi=TIMWeG8T6AqGlgiQ
      And it is mind boggling that this is actually an issue. However there is almost no chance this will affect indies at all due to no one going through the code written (meaning it will be very difficult to effectively enforce). I also don’t think anyone would genuinely care about this stuff, and if they do just get a new job. The only term I can understand are whitelist and blacklist, because I’m pretty sure (don’t quote me on this) that they stem from racist origins, but imo they don’t carry any racial connotations today. With words like native, execute, abort, etc, that have other meanings that are being referred to, it’s crazy to me that people don’t know the difference.
      All this can have very negative ramifications for the future as well, because once people start realizing that the color white in rgb is (1, 1, 1) and black is (0, 0, 0) and do some mental gymnastics to conclude that it’s white supremacy, they might make colors no longer be represented by numbers meaning you can’t do math with them, or use black and white textures like roughness maps.
      Thanks for making me aware of this!

    • @kempachikaotic
      @kempachikaotic 6 місяців тому

      @@WillHessGameDev Thank you very much for answering my man, Iam trying to be an indie dev myself and Iam at a crossroads of engines, Since the unity backpedal last year I though to start there, but I saw Unreal being a goat too and I considered It, but this new made me doubt learning it

    • @kempachikaotic
      @kempachikaotic 6 місяців тому

      @@WillHessGameDev My god that last part, perhaps they put the reccomendations and check a box without ever trying to enforce it, just to say, "we already have recomendations, gibe us esg money" I hope it stays on reco

  • @siddhubhai2508
    @siddhubhai2508 8 місяців тому +1

    Hey guy, your suggestion made me think more clear, but a darker thing came in my mind, Can I request something? It may be possible that you won't make a video on my single comment but it also may be possible you will make because you are a pro and experienced guy, so request is can you make a true review on Unreal Engine 5 official docs, will it be best platform to learn UE5? Because soon I gonna choose that but before doing that I prefered to take your advice, please help your little brother 🥺

    • @WillHessGameDev
      @WillHessGameDev  8 місяців тому +1

      Thanks for the suggestion but I think there are a lot of ue5 reviews already out there and I don’t have as much experience with it to be able to make a valuable review in the first place.

    • @siddhubhai2508
      @siddhubhai2508 8 місяців тому +1

      @@WillHessGameDev Thanks for your reply, I were waiting for, also I will look to another for this, I'm very glad you accepted your level of learning in ue5 and didn't lied, thanks a lot from heart ❤️🤩☺️

  • @doja7865
    @doja7865 5 місяців тому

    Hey i just wanted to ask, does that course you took for unreal and C++ require prior C++ knowledge? I was looking at it but i figured it did, just wanted to know

    • @WillHessGameDev
      @WillHessGameDev  5 місяців тому +1

      @@doja7865 nope! No c++ knowledge required! It would definitely help but not required.

    • @doja7865
      @doja7865 5 місяців тому

      @@WillHessGameDev thanks for the quick reply!

    • @WillHessGameDev
      @WillHessGameDev  5 місяців тому

      @@doja7865 np thank UA-cam for giving me a notification lol

  • @FrostRare
    @FrostRare 5 місяців тому

    The game is called “obstacle assault”?

    • @WillHessGameDev
      @WillHessGameDev  5 місяців тому

      That specific project in the course was called obstacle assault. I didn’t come up with it.

    • @FrostRare
      @FrostRare 5 місяців тому

      @@WillHessGameDev congrats

  • @ennergie
    @ennergie 7 днів тому

    These statues are so effective. They scare the shit out of me.

  • @LostSapling
    @LostSapling 8 місяців тому

    Nice Video!

  • @Allpcgeek
    @Allpcgeek 24 дні тому

    I think I have start unreal engine too

  • @potsmp-o
    @potsmp-o 5 місяців тому +1

    SAME HERE!

  • @abenezertena6441
    @abenezertena6441 6 місяців тому

    "The only problem is that , I have no clue how to use it"
    Me: the only problem is that I don't have a PC that could run UE without the PC getting fried.

    • @darrenstone3406
      @darrenstone3406 4 місяці тому

      @@abenezertena6441 I run ue 5.4 on a 500 $ laptop on the road , dont make excuses

  • @ManvirSingh-p7t
    @ManvirSingh-p7t 8 місяців тому

    Can i make +100 levels in a game without any subscription in unreal

  • @RamazanKhakimzhan
    @RamazanKhakimzhan 10 місяців тому +1

    Man how old are you interesiting to know is it to old start game dev at 20 yers old?

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +1

      20 is definitely not to old. I’m 18 and even though I’m new to unreal I’ve been doing game dev stuff for a while now. If you have prior experience coding then it will be super easy if not then don’t worry coding isn’t too bad. Good luck!

  • @Donny010
    @Donny010 6 місяців тому

    is it dumb to go straight to unreal engine? + having no idea how it works?

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому

      I mean that's kinda what the whole video is about. I had no idea how unreal worked and then I learned and made a little game with it. I knew Unity and a bit of Godot before, and some skills probably transferred over but Unreal is very different. Personally I think the difficulty ranking of the big 3 engines is Unity, Godot, Unreal (easiest to hardest)

    • @Donny010
      @Donny010 6 місяців тому

      @@WillHessGameDev I Just started with unreal and followed a course still learning about things but i hope one day i know how to use it like you

  • @victoryhero6895
    @victoryhero6895 10 місяців тому

    Hello, any new developers looking to help me with a project? I am using unreal engine and need somebody a little more skilled than I am: at blueprints, scenes, effects, character importing, and pretty much frameworks. I have some basic concepts but the things that I envision for the game just won't translate to my coding and unreal engine skills, probably will be free-to-play

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +2

      This probably isn’t what you want to hear, and I imagine I’m not the first to tell you, but try to make something you can reasonably do yourself. If you’re new to unreal learn this stuff and get good at it. Make something. Anything. It doesn’t matter what because it will help you get better. Try to not make it too ambitious but even failing at a big ambitious project will be a great learning experience (I struggle a lot with that part myself). It’s better to just fail alone than rope someone else in and be forced to pay them for a project that didn’t meet your expectations, and yeah you are going to need to pay people regardless. People don’t just do that stuff for free. Good luck with your game dev endeavors!

    • @victoryhero6895
      @victoryhero6895 10 місяців тому

      yeah I think it is all how much time people are looking to spend on things they already know, if its worth my money I will learn more. don't improve without knowing more about how professionals have done it, that is the basic framework haha@@WillHessGameDev

  • @feanixfukari
    @feanixfukari 10 місяців тому +2

    Have you heard of Doctor Who's Weeping Angels?

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому

      I have not. Is it a similar concept?

    • @feanixfukari
      @feanixfukari 10 місяців тому

      @@WillHessGameDev Yeah they are statue angels that only move when you aren't looking. I have a gut feeling you'll enjoy the related episodes. Their design is super creepy and the episodes feel like a short horror feature.

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому

      Thanks for letting me know!

    • @middleagedshred
      @middleagedshred 10 місяців тому

      Haha..yea i was gonna comment this reminded me of an episode of doctor who

  • @kjeksklaus7944
    @kjeksklaus7944 2 місяці тому +1

    unreal also takes 5% of earning over £1 million. Which is great as i'm never getting to £1 million in sales lol

  • @Dicerox1
    @Dicerox1 7 місяців тому

    Not sure what this kid is on about, the amount of content, decent and above on unreal engine on youtube (PARTICULARLY C++ holds a higher standard) is very high. But as with most things, take it with a grain of salt and think for yourself if what you're watching really is the best way. And make sure to find the best channels.

    • @WillHessGameDev
      @WillHessGameDev  7 місяців тому

      If you have any good UA-camrs for c++ please share them! I genuinely couldn’t find anything that didn’t already require you to already know c++ unreal code

    • @Dicerox1
      @Dicerox1 7 місяців тому

      @@WillHessGameDev i'll drop some here later today :) But are are right in that there is a lot to understand about structure of ue. It's so important. But when you do get it you'll quite quickly be able to use both bp and c++ interchangably and smoothly! Best of luck!

    • @doja7865
      @doja7865 5 місяців тому

      Did you ever drop the links?

  • @johnd3071
    @johnd3071 3 місяці тому

    Udemy .. I have the sqme course

  • @sangheilizealot5787
    @sangheilizealot5787 10 місяців тому

    Wow i am learning since half a year and feel like i cant do anything im mostly going from tutorial to tutorial t.t

  • @adamelestratega
    @adamelestratega 6 місяців тому

    10:59 to be fair Unity dosent make much of a profit with Unity and instead most of their profits come from anything but the game engine

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому

      Like what? What else do they do?

    • @adamelestratega
      @adamelestratega 6 місяців тому

      @@WillHessGameDev Operate Solution/the ad platform that they offer for mobile games and private deals with bigger companies to use unity, what I meant is that most of unities profits dont come from small indie or medium sized developers.

    • @marci1270
      @marci1270 3 місяці тому

      Why are you thinking that unity makes no profit? Just look at the numbers.

    • @adamelestratega
      @adamelestratega 3 місяці тому

      @@WillHessGameDev most of their profit actually comes from mobile ads as they are the ones who make some of the software that mobile app developers use for ads.

  • @HASH-GAMES21
    @HASH-GAMES21 Місяць тому

    you dont need c++ blueprints can handle anything!

  • @coolpuppykid1455
    @coolpuppykid1455 6 місяців тому +1

    i dont get why so many unreal devs hate c++

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому

      Same here, I feel like it is way easier than blueprints for anything math or if statements, but can be a bit confusing with pointers and the 2 files for 1 class. If only unreal did c#

    • @marci1270
      @marci1270 3 місяці тому

      Because their believe that cpp is harder then c# which is wrong instead just use it.

  • @ctndev
    @ctndev 9 місяців тому

    Welcome the bare witness about Dunning Kruger effect. Well done gentlemen, you learnt Unreal in 1 month.

    • @lloydbonds9268
      @lloydbonds9268 6 місяців тому

      everyone starts somewhere

    • @ctndev
      @ctndev 6 місяців тому

      title needs to cover intention. How come?

    • @lloydbonds9268
      @lloydbonds9268 6 місяців тому

      @@ctndev he did learn unreal to make a game. the intention was to learn unreal such that he can make a game. problem?

    • @ctndev
      @ctndev 6 місяців тому

      problem itself that you think that he learnt and made game in 1 month, even the video poster. Well done to you as well :)

    • @lloydbonds9268
      @lloydbonds9268 6 місяців тому

      @@ctndev english clearly isn’t your first language. the source of your confusion lies here. I can learn guitar to play a song, but not be an expert in guitar, or compete with people who have been playing their entire lives.

  • @Iwasonceanonionwithnolayers
    @Iwasonceanonionwithnolayers 5 місяців тому

    I am, in fact, unprofessional, so I change "projectiles" back to "little balls" in my head.

  • @tylerwilson2515
    @tylerwilson2515 3 місяці тому

    79k views is crazzzzyyyy

  • @alienlobsteroo4882
    @alienlobsteroo4882 Місяць тому +1

    I think those paid tutorials were only worth 14$. If someone offers discounts that steep I immediately see a whole bunch of redflags.

  • @Sworn973
    @Sworn973 8 місяців тому

    lol, who else went over the course thinking it would still be 14?

  • @equiaux
    @equiaux 10 днів тому

    C++ is easier for me than C# in unity

  • @Brasztub
    @Brasztub 8 місяців тому

    hi bro i think u have good skills in creating games , i want to make a team with people that have skills in game design ,advertising , and some other valuable skills , i have a vison of making a game based on some right factors that will serve a purpose as i have social median background i understood something something cool about people and online products i wish u i wish i could put that in use , so both us and consumers we can enjoy the process together , as am working i could spend some money on that would be fun to learn some stuff and become friends let me know thx (:

    • @WillHessGameDev
      @WillHessGameDev  8 місяців тому

      Thanks for the offer but I want to focus more on learning to be self sufficient in game dev rather than working for someone. Besides there are a lot more qualified people than me that you can hire.

    • @Brasztub
      @Brasztub 8 місяців тому

      well don't u think in order to build your own empire would be better to work with people ? also i will not hire we will work together as friends marketing a project , i would just spend some money on that i could learn some stuff and help out @@WillHessGameDev

  • @Oculus-Deus
    @Oculus-Deus 2 місяці тому +3

    The lack of ue5 tutorials on UA-cam is discouraging and demotivating, we desperately need our Brackeys for ue 😞

  • @KillerDudeT19
    @KillerDudeT19 10 місяців тому

    When I learned UE I used blueprints. Mage stuff soooo much easier

    • @WillHessGameDev
      @WillHessGameDev  10 місяців тому +1

      Some stuff I found only to work in blueprints, like the new enhanced input system but for everything else I just felt c++ was a less clunky way to implement it. I get lost very easily when looking at massive blueprints but to be fair it’s just because I’m not used to it. Literally the same argument can be made in favor of blueprints. That’s the beauty of it, no matter if you like blueprints or c++ you can still get by pretty well.

    • @KillerDudeT19
      @KillerDudeT19 10 місяців тому

      @@WillHessGameDev that is true. That's why I love UE

  • @SamuTheFrog
    @SamuTheFrog 10 місяців тому

    As an avid UE5 user, I can say its much easier to do 3d in it than Godot, BUT, ULTIMATELY Godot is as good as the dev is. Js.

    • @WillHessGameDev
      @WillHessGameDev  9 місяців тому +1

      Very true

    • @SamuTheFrog
      @SamuTheFrog 9 місяців тому

      @@WillHessGameDev I follow the philosophy that you should use the tool that best benefits you & stays out of the way of your workflow the most.
      If you ask me, that is Unreal in a nutshell. It does most of it for you allowing your creative side to really flourish.

  • @MRDUDE-rx6dc
    @MRDUDE-rx6dc 3 місяці тому

    Just work with this rule if it work it works

  • @DzilalAd-Deen
    @DzilalAd-Deen 5 місяців тому +1

    That one Hitler pose

    • @WillHessGameDev
      @WillHessGameDev  5 місяців тому

      Noooooo! I swear it wasn’t!!!! lol I’m surprised it took this long for someone other than one of my friends to point that out.

  • @farloux
    @farloux Місяць тому

    Unity is publically traded now, so now it's beholded to corporate shareholders. They will ALWAYS now, forever, unless they ever went private again, will always be required to get maximum profit margin possible. They'll threaten developers again.

  • @OreoRobDog
    @OreoRobDog 5 місяців тому +1

    WHY TF IS EVERYONE USING SUBNAUTICA MUSIC LIKE BRUH

    • @WillHessGameDev
      @WillHessGameDev  4 місяці тому

      Unknown worlds says they’re fine with people using their music in stuff like that and won’t copyright claim you, and it’s also a fire sound track so why not lol

    • @OreoRobDog
      @OreoRobDog Місяць тому

      @@WillHessGameDev YOUR NOT PLAYING SUBNAUTICA

  • @darrenstone3406
    @darrenstone3406 5 місяців тому

    To say youve learned unreal 5 in a month is the most hilarious uneducated thing i ever heard lol

    • @WillHessGameDev
      @WillHessGameDev  4 місяці тому

      Did you watch the video?

    • @darrenstone3406
      @darrenstone3406 4 місяці тому

      @WillHessGameDev I did you know maybe .000000000000000000000000000000001 % of what this program. Can do

    • @WillHessGameDev
      @WillHessGameDev  4 місяці тому

      You know you can learn things without knowing everything about it right? Take premiere pro for example, I definitely know how to use it to make videos, because I use it to make videos. I don’t know everything about it but I can use it to get the job done. I wouldn’t say I’m an expert with it, but I also don’t believe I ever said I was an expert in UE. Take blender for example, I know how to use it to make 3d models and sculpts but I don’t know how to do everything in it, but I can do enough to get the job done. I’d personally argue learning every part of complex programs like premiere, blender and unreal, is worse because you won’t use all the features on a regular basis, and your time is better spent learning other things and generalizing than becoming highly specialized.
      Can you say you know how to play a certain video game without getting 100% of the achievements, because that’s essentially what your argument is…

  • @marcapouli7805
    @marcapouli7805 8 місяців тому

    I have more than 40 K hours on UE and still can't make a game. I doubt 1 month is enough.

    • @halfmatuas5076
      @halfmatuas5076 5 місяців тому

      What? Xd

    • @marcapouli7805
      @marcapouli7805 5 місяців тому

      @@halfmatuas5076 What what? I thought my sentence was clear, I'm sorry if it was not understendable

    • @halfmatuas5076
      @halfmatuas5076 5 місяців тому

      @@marcapouli7805 Sorry. I meant to ask, was your comment sarcastic?

    • @marcapouli7805
      @marcapouli7805 5 місяців тому

      @@halfmatuas5076 Oh, no it was not sarcastic at all 😅

    • @halfmatuas5076
      @halfmatuas5076 5 місяців тому

      @@marcapouli7805 then, how¿? Shouldn't you be able to at least do a basic game¿?

  • @User-cn2qj
    @User-cn2qj 10 місяців тому

    You payed 14$ dollars for the course? Haha, i payed 9.99$ for the course 😎

  • @jashwanthem8978
    @jashwanthem8978 6 місяців тому

    FYI
    I bought the exact Course for $5 in Udemy

    • @WillHessGameDev
      @WillHessGameDev  6 місяців тому +1

      Could you leave a link? I can update it in the description

  • @OreoRobDog
    @OreoRobDog Місяць тому

    do not use c++ on ue5

  • @AppMaker728
    @AppMaker728 4 місяці тому

    You can make a game faster than unity and unreal in godot

    • @WillHessGameDev
      @WillHessGameDev  4 місяці тому

      For me personally, Unity would generally be the fastest because I am familiar with the tools and overall workflow, but it also definitely depends on the game you're making. Something 2D would shine in unity or godot, but a generic 3D shooter game would probably be easiest in unreal, especially if you want it to look good.

    • @marci1270
      @marci1270 3 місяці тому

      Thats wrong. If you think so, you dont know anything about unreal engine.

  • @AppMaker728
    @AppMaker728 4 місяці тому

    Blueprint