Тёмный

How I learned UE4 in ~3 months [And how You can too!] 

PrismaticaDev
Подписаться 64 тыс.
Просмотров 39 тыс.
50% 1

Hello everyone! Today is a bit of a different video than usual. Instead of learning about Unreal directly, I just thought I'd sit down and have a chat about my learning process and the 8 factors that I think are crucial to learning efficiently. If you're learning Game Development or any other creative skill it doesn't matter where you learn from - whether it's RU-vid or by simply Googling every issue you run into - it matters that you complete the learning cycle and maintain a mental state that is primes for absorbing information!
------------------------------
Discord: / discord
RU-vid: / prismaticadev
Twitch: / prismaticadev
Patreon: / prismaticadev
Twitter: / prismaticadev
------------------------------
Computer Specs:
Ryzen 3900x 12-core CPU
MSI Geforce RTX 2080 Super
64GB Corsair RAM
One of those fancy nvme m.2 SSD's
Programs of choice:
Unreal Engine 4 - (Game Dev)
Blender 2.8 - (Animation and Modelling)
OBS - (Video/screen capture)
Davinci Resolve - (Video editing)
Adobe Photoshop - (Graphics and Texturing)
Quixel Mixer - (Texturing)
ProTools 11 - (Compositions and mixing)
OldSchool Runescape - (Chillax time)
Filmed using:
Sony A7s2 body
Sony 24-70mm f/2.8 GM lens
Yonguo YN360 LED's for colour
Yongnuo YN760 chip LED w/ Godox softbox for key
My lovely cats names are Boycat, Girlcat and Ladycat :)

Опубликовано:

 

24 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 208   
@musigool
@musigool Год назад
I am now 62 years old when I started learning Unreal Engine 5. At first, I found it difficult, but day after day, hour after hour, I find myself learning something new, and this is thanks to God and your efforts in RU-vid tutorials. So everyone who taught me something I thank from the bottom of my heart. To this day, I am still learning new things.
@TruthInFacts
@TruthInFacts Год назад
That’s awesome jumping in at 35 hope I can look back in a year and be proud of where I started
@calebcooksey4390
@calebcooksey4390 Год назад
I know this is 9 months old but I just have to say how awesome it is that you're learning UE5. I know a lot of young people like myself think "Ah, I didn't go to college for this" or "I chose to be an [occupation], not a developer, so I missed my chance." But it's never too late to re-invent yourself :) You're a badass AND a life-long learner - huge respect.
@codyvandal2860
@codyvandal2860 Год назад
I hope you are still learning! I'm new myself and enjoying the process
@AudreyGoncalves-
@AudreyGoncalves- 10 месяцев назад
Yo this is really cool man
@pablor.r1428
@pablor.r1428 4 месяца назад
Thank you... you have encouraged me to develope my unreal engine skills step by step from 0 . God Bless you
@Charly_Chive
@Charly_Chive 3 года назад
Patience for Unreal shaders to compile, is a real skill.
@PrismaticaDev
@PrismaticaDev 3 года назад
The most valuable skill anyone can have
@GDi4K
@GDi4K 3 года назад
Yeah! That's a really big skill. Often, I start watching a RU-vid video & I am doing it for an hour or so. So now, I simply looking at the counter & stop doing anything :D Jokes aside, there is some work done on the core with FastBuild support. It's not documented at all. I am going to give it a go in this week.
@alekjwrgnwekfgn
@alekjwrgnwekfgn 2 года назад
That’s quality-time with the cat.
@millerman7799
@millerman7799 2 года назад
Random elementary school teacher in a near future: "Hi kids. The subject of today, is Patience And Tolerance. Open your books and turn to page 10; Waiting For Shaders & Accepting People From Other Cultures. What is a Unity user and is he dangerous?... Anyone?" 8)
@slugmanestudios768
@slugmanestudios768 2 года назад
Yes it really is. I can make 10 1000 line c++ classes and have a great time, but after like 5 minutes of anything material related and I'm driven insane
@svnayak3849
@svnayak3849 3 года назад
Charlie's 8 Ps 1.Proof/tests - Experiment after the tuts 2.Passion - You know what it is 3.Patience - Even shitting takes time 4.Purpose - Reason to learn a particular thing 5.Presence - Put your work out there 6.Persistent - Can be even mental. No need to destroy your fingers 7.Prevention - NO BURNOUTS ALLOWED. Work on a different aspect of the project 8.Perseverance - Just sit down and work. U started this for some reason right?
@PrismaticaDev
@PrismaticaDev 3 года назад
The best TL;RD I've ever seen written hahaha. Glad to see you were taking notes!! :P
@svnayak3849
@svnayak3849 3 года назад
@@PrismaticaDev Of course I was! :p
@JayCreationsDev
@JayCreationsDev 3 года назад
This is nothing but facts. When I started my first game I bought every asset I could because I told myself 3d modeling was too hard, 1 year later and I was selling 3D models on various stores. Just takes a different mindset :)
@PrismaticaDev
@PrismaticaDev 3 года назад
Exactly! It can be super daunting to start from nothing, but every journey starts with a single step. Things can be hard to learn but that never makes it impossible :)
@germanslice
@germanslice 3 года назад
I found blueprints difficult in places to understand with doing certain things in my game involving data tables, because I don't come from a programming background. Like how to implement the dialog skip, (as there's no tutorial on audio and dialog data table skipping as far as I know of for I didn't know how to build the logic for this) and didn't know the logic either on being able to dynamically generate dialog branch choices within a data table in the buttons of the widget that show up after talking to the NPC..... I wanted the dialog choices to generate after the dialog conversation line has ended. So I was able to implement some things in the engine, but not all things. Unfortunately to add more things into my game like a Mini map or a skill tree system, I will have to follow a tutorial to implement them as I don't know how to build those myself. But AI Follow Player Pawn, I having trouble currently with this part. AI Pawns all follow around the player but after leaving a pawn after possession they all stop following the player. Because there's no controller to take over the pawn again after I do leave the pawn. To install in a dialog system,I had to get help from someone in the unreal community to implement one that reads from the data table. I've still to get dialog branching choices dynamically generating the buttons using the data table for pulling out the text..So you can click with the mouse to continue on in the conversation with the NPC.. But I don't know how to implement the logic for this yet.
@jtraptor7776
@jtraptor7776 2 года назад
Actually, this is where I started my journey, with 3d modelling. At first I tried making realistic, high poly models, but after a few tries and no finished models, I finally decided, "Low poly is a much better use of my time because it is faster and simpler than high poly." So now after about a year or two I think, I have just finished 3 models, rigged, textured (although it's not much more than colors on the mesh, actually that's exactly what it is lol), and completely modeled. That being said, I'm hesitant to say 3, because 2 of the models are basically the same object, just with some slightly different sizing for various parts of the objects.
@KillerBearsaw
@KillerBearsaw 3 года назад
You are a treasure to the Unreal indie dev community and gave us a great life lesson too!
@PrismaticaDev
@PrismaticaDev 3 года назад
Thanks legend
@rauljaramillo923
@rauljaramillo923 3 года назад
I am a veterinarian, started learning unreal 8 months ago (as a hobby). I actually have more fun doing so than playing games or working :) While performing other activities I constantly think about ways to enhance the unreal-project hehe. You are right, everyday you learn a bit more!
@PrismaticaDev
@PrismaticaDev 3 года назад
Haha I'm glad you're enjoying it so much! I've barely been playing games lately I've just been so engaged in UE4. But yeah, even just thinking about it during the day is such a helpful thing :)
@truehighs7845
@truehighs7845 7 месяцев назад
This is so true! Some solutions come from not thinking too much about it, but it keep working in the background while doing something else.
@rodroeq7956
@rodroeq7956 3 года назад
😶 the cycle of burn out and gaming, It was fucking spot on.
@PrismaticaDev
@PrismaticaDev 3 года назад
Hahaha I'm glad we can all relate to one another
@rodroeq7956
@rodroeq7956 3 года назад
@@PrismaticaDev I'm working my way out right now 😅, also I still need to know were the hell do you learned all that Unreal animation magic. Excellent video by the way really helpful.
@larslarson8770
@larslarson8770 2 года назад
Solid advice on learning any skill...atta boy! Thank you for sharing
@myunrealenginebuilds
@myunrealenginebuilds 2 года назад
thank you for posting this, it's a great pep talk, made me feel better about the days when I lack motivation.
@Tkonpk
@Tkonpk 3 года назад
Your best video yet. So glad the community has you.
@PrismaticaDev
@PrismaticaDev 3 года назад
Very glad I have this community! Really appreciated :)
@thegreendude2086
@thegreendude2086 Год назад
I've been going at it for 2 years now as a thing I do in my studies, so I didn't expect this video to be for me but there was still a lot to take away and interesting to see how you started
@3dartistfoxhound488
@3dartistfoxhound488 2 года назад
Really great video with really great tips to "fall" forward and learn thinks. I think i can use your guide in every part of my life when i want to learn thinks! Thanks for this!
@averywlittle
@averywlittle 2 года назад
You have a growth mindset that will take you far. Thank you for the great content!
@mr_marched_t9197
@mr_marched_t9197 Год назад
Really appreciate this , thanks man , I needed this .
@sergiopaz3263
@sergiopaz3263 2 года назад
You chose the best and transparent motivational words for many.! Just subscribed !
@nielcaffery9926
@nielcaffery9926 2 года назад
This is amazing advice, well done. I didn't really learn character modelling and texturing until I did a tutorial then completely reworked everything without the support of the tutorial. In 6 months I was at a stage where I could model almost anything and quite quickly.
@sujivofigo4877
@sujivofigo4877 Год назад
Thanks bro, that was a really something to keep in mind while going through UE. 🤘😎
@8fse
@8fse Год назад
Bro you talked about everything thing that can break us, I really appreciate your efforts and your experiment with passion is really useful I didn’t find that in any video
@leanbeaudriuk1235
@leanbeaudriuk1235 Год назад
Thank you, this is one of the most important videos I've seen on your channel, really good message, thank you again.
@youabcable
@youabcable 2 года назад
This is first video what I see with you. I mean that it was the best start with your channel. I had this feelings when I started with game development.
@Skeffles
@Skeffles 3 года назад
Fantastic video! These are just a great set of tips. Also I love the background music. You're clearly a man of culture.
@PrismaticaDev
@PrismaticaDev 3 года назад
Haha a man of culture indeed ;) Glad you enjoyed the video!
@ZedEdge
@ZedEdge 3 года назад
Wonderful breakdown of it all. The Ps themselves make a lot of sense, but the way you said it was extra encouraging - made it feel totally attainable. Well done to you, and thanks for helping us out.
@PrismaticaDev
@PrismaticaDev 3 года назад
Really glad to hear that Zed :) hope you get to where you want to be!
@itsMBWAAA
@itsMBWAAA Год назад
Proof has always been my biggest hurdle, but thankfully I've recognized that and now take notes throughout each tutorial or class I do, and then, as you said, re-do the tutorial on my own the best I can. I also will watch tutorials and anything Unreal related when I'm not working in Unreal just to stay engaged with it. Especially with the new stuff UE5 is doing... games in the next 5-10 years will be unbelievable and learning how to make them yourself is only getting more and more accessible!
@warpdrvn
@warpdrvn 2 месяца назад
Thanks man, I really needed to hear this. I've been through the ringer trying to get back on my feet and re-learning game dev properly ever since dropping out of a game-dev course in uni back in 2013. Since then practically every tool i've used has been either updated into something totally unrecognisable or replaced by something greater, all the while feeling really bummed out as I was struggling to learn multiple fields (2d art, 3D animation/modelling, VFX, Game engines etc) leading to burnout while being outpaced by peers who go on to work in the industry. Your video has definitely re-aligned my perspective about the learning process, personally I feel the parts about purpose, patience and accountability clicked with me the most, though presence still scares the shit out of me, community forums/discords are still very daunting for someone like me trying to improve.
@RomarioDev
@RomarioDev 3 года назад
Great video as always very inspirational 👌👌
@PrismaticaDev
@PrismaticaDev 3 года назад
Thanks my dude :) Hope you found it helpful!
@laughingboy-tk6ut
@laughingboy-tk6ut 3 года назад
cheers bro - needed that - subbed
@PrismaticaDev
@PrismaticaDev 3 года назад
Thanks legend :)
@xabunoxx2850
@xabunoxx2850 3 года назад
Another amazing video 👍 I know I am guilty of sidestepping the first P and that needs to stop. Thank you for making this! I’m going to link this to every person that ever asks me about learning UE, or even becoming a game dev in general.
@PrismaticaDev
@PrismaticaDev 3 года назад
Haha I think we're all guilty of it at times... Then something breaks and we have no idea how to fix it! Haha sharing would be extremely appreciated
@user-pe2ei7vx2f
@user-pe2ei7vx2f 2 года назад
bro this is best video i seen about ue4 thank you for this 😙👌
@beYOndd
@beYOndd 4 месяца назад
Had a AHHA moment the other day working with animations that i realised i stopped looking for tutorials and simple started seeing what worked. After struggling for months tryna figure out which path to start in. Took a step back and worked on something new and man. It just clicked. Having so much fun now.
@maentesinc2100
@maentesinc2100 3 года назад
Literally was going to ask you how you did all of it today! Amazing vid thank you
@PrismaticaDev
@PrismaticaDev 3 года назад
Haha no worries! Hope you learned something about learning something :)
@Cerasum_chrysanthes
@Cerasum_chrysanthes Год назад
Thank you so much for this video. I think I will have to write down some of the things that you said and put them on my wall to stare at every now and then. I get easily discouraged when things don't work out, and I have been running into different issues following tutorials from slightly different engine versions (yours and other people's). Or suddenly the entire project breaking and being unable to open it again (but copying the old files into a new project somehow fixed that so yay). All these things push me back and discourage me from trying, but I think every time I do end up finding a solution, be it on my own or by looking up different ways and trying to combine them, I have been progressing. I'll keep trying and keep learning. I especially need to apply the PROOF part xD PS: The being neuro-atypical part is very relatable. Big same.
@jirikaminsky
@jirikaminsky Год назад
thank you sir , very helpful
@kaijudevelops1547
@kaijudevelops1547 2 года назад
You gained a new sub just for the OSRS my dude (and the good video)
@firstchicken7689
@firstchicken7689 2 года назад
Amazing, i feel what you say, ty for sharing !
@andrewsneacker1256
@andrewsneacker1256 3 месяца назад
You're a great inspiration!
@BlackkTiger
@BlackkTiger Год назад
This is a really special video and I hope more people will have a chance to see it. Thank you for sharing it. If I might be so bold, I would suggest another P - “Pride”. Another positive side effect of your devlogs (and in general what you discuss in “Presence”) is you can look back and see how far you’ve come, how much you’ve learned and the awesome things you’ve created, and I think it’s important for all of us to find opportunities to do this. Those moments in your videos when you’re revelling in some cool new thing you’ve created are a really important part of the process, and they help to balance the frustration and exhaustion that are also part of the process. So be proud of yourself, enjoy what you create, and recognize the progress you’ve made. As accessible as tools like UE may be, this shit is still insanely difficult, and even small wins are a big deal.
@Rjmckinnon
@Rjmckinnon 2 года назад
7 year music / portrait photographer, now fully transferred over to doing 3D work full time in 2 years, I relate to so much of this, this was beautifully articulated!!
@txninja4078
@txninja4078 2 года назад
Your videos are awesome i watched few and i think those are to the point
@redundantpancake
@redundantpancake Год назад
Good vid! What helped for me is to think of a small easy project and break it down into chunks. Character (model, animations, movement), Level (model assets, lighting, skybox), Sound (Character sound effects, ambient sound, music) etc. It helps me to focus on one thing at the time and h ave fun. The biggest problem for me is trying to do everything at once and getting overwhelmed.
@TilW
@TilW 3 года назад
A mistake I made while trying to learn UE4 was just watching lots and lots of tutorials without applying gained knowledge. This lead to me forgetting how things worked after a while and not really learning much. When I learned the basics of Javascript, I chose a very direct approach that worked better: I didn't watch / read any tutorials at all but just searched for a solution on the internet whenever I ran into something that I needed for my project and didn't know how to do.
@PrismaticaDev
@PrismaticaDev 3 года назад
I do that same thing now - I just google "How to get UV of hit coordinate" or something really specific when I need a specific thing to make my own creations work
@101Bodhi
@101Bodhi Год назад
Dude, this was great. I've found your channel pretty inspiring, much appreciated man! As someone who spent a lot of time drawing as a kid, I would always get pissed off when people said I was talented. Like, nah fucker! I worked really hard for this! Haha
@TheTrickyify
@TheTrickyify 3 года назад
Thanks for this educational video! You are awesome, you should be named the UE Guru! :D
@PrismaticaDev
@PrismaticaDev 3 года назад
Haha I think with the state of my facial hair in this video, "UE Hobo" would suit better ;)
@TheTrickyify
@TheTrickyify 3 года назад
@@PrismaticaDev Well even better, it is almost like jackie chan in his older days with facial growth going everywhere but still kicks ass but in your case ue ;)
@abimeutube
@abimeutube 2 года назад
Thanks for the TLDR. It helped. I'm watching the full video anyway :D
@alejandrovillegas5110
@alejandrovillegas5110 2 года назад
Hahahaha I think I was getting to close to a burn out when I decided to watch this video and thank goodness I decided to do it, now I feel that I'm not the only one to whom this happens hehe. Thank you for so much! Can't wait to play Prismatica ;)
@alexanderkartashov8776
@alexanderkartashov8776 2 года назад
Having fun is fun, sometimes i suspect that when i'm really tired i just lie to myself that it's still fun and it's fun! I've spent 1 to 1.5 months learning the basics and i had a job afterwards, it's soon a year since i've started and it's still fun ^^
@nikkan3810
@nikkan3810 Год назад
It gets much easier than it seems really fast, and i kinda like that.
@primitivepatterns
@primitivepatterns 3 года назад
Really appreciate the TLDR in the beginning
@BelfrostStudios
@BelfrostStudios 8 месяцев назад
I'm honestly overwhelmed. I'm a great designer and I am currently doing level design, graphic design, 3D Modeling/Texturing, lighting, marketing, video editing, and more. Going to be learning 2D Animation and possibly 3D and now going to have to dive into Programming as well. It's a lot.
@sphinx039cat
@sphinx039cat 3 года назад
I feel you - being alone with no friends and getting engaged into cats and learning
@PrismaticaDev
@PrismaticaDev 3 года назад
Haha living the live! Hope it helps :)
@riddlenextgen7887
@riddlenextgen7887 Год назад
thank you very much
@yvngsoto2603
@yvngsoto2603 2 года назад
Great information man! Looking forward to watching the rest of your videos. Just a thought, you should make Amazon affiliate links for your equipment listed in your description. It's not pushy but a potential way to earn some extra money. :)
@PrismaticaDev
@PrismaticaDev 2 года назад
That's a great idea :) I've had a few people ask what my lights are so I'll definitely look in to it :)
@phonixgz7127
@phonixgz7127 Год назад
Tnq so much bro i need something like this on my way
@Joshua_Pratt
@Joshua_Pratt 2 года назад
"So what are you doing, open unreal engine and get to fucking work" 😂 Great advice dude! Came across your channel last week and love what you're putting out there bro! Keep up the hard work 👏
@vetor1982
@vetor1982 Год назад
awesome tips
@strickerarts
@strickerarts 2 года назад
I think passion is really powerful in learning new skills. Like once you figure something out its like. Oh what if I make this using a similar method. Its also exciting when you get the stuff working. Its amazing. Currently trying to make lowpoly models that look almost like high poly models.
@Fokkusu
@Fokkusu 3 года назад
Wow, this is an incredible video, for me I believe is the most important one, because knowing techniques is one thing, knowing how to learn them is another, and knowing how to learn code for example is what makes a programmer in reality I believe. I'm mostly self taught unreal programmer with little to no real code experience outside of unreal itself, I have now 3 years of unreal experience and I got very far because I always try hard as fuck shit, do the tutorials then I try to understand everything that I did in the tutorial as much as possible, your video shows a better way to go about this and I'm thankful for this incredible useful knowledge. About the passion, I 100% think that if you are doing this and you dont like what you like you will go slower and get stuck way more often and usually that ends up in stagnation or even giving up on yourself, its a real danger to try to keep hammering something that you dont like in this life, as you said even if you were passionate about something then you stopped, switching its alright because you get better at LEARNING itself, and LEARNING IS THE MOST IMPORTANT SKILL, you can do literally anything if you can learn it. About patience, my god you are on a roll of extremely good points, patience is also extremely important, patience with yourself, its ok to take long ass time to learn something as long as you actually manage to learn, and that is always true if you do it correctly, learning smart is a thing so as long as you try what you know works best (experiment if you dont, with that you learn that too :) ). Purpose, extremely important as you said too, I feel like I'm just repeating what you said but its just its all so true xD, you need a reason to learn something, because its hard and just because its hard isnt enough for most people to actually do it. Presence, about presence, I learned a lot about what you said from drawing painting and art studies I did on my own, and its incredibly true :D, I try to be very active in Prismatica discord for a lot of reasons, learning and accountability being the major ones, liking you and the others that are in the discord as friends and learn buddies really helped me in a lot of ways with unreal and outside of unreal, besides it makes my time there much more enjoyable and literally makes me happy as a person, that is a HUGE BOOST to everything, happiness literally makes you do everything better I believe. About persistence, I couldnt agree more with you, having a schedule to learn helps but isnt necessary, me for example I focus a lot on keeping a healthy work-free time balance, I always leave a like 4h aprox to play any game everyday at least, I work in unreal projects for my enterprise 6h a day and then if I fancy doing it, I advance personal unreal projects like Sigils or VR Medieval Cartographer and stuff. About thinking and processing unreal stuff even when you are not at the computer, you gotta keep some balance because that is technically working because as you said, you are advancing you are putting the effort, it really helps to do it just dont burn yourself doing it but its a great way to get some really nice gains next time you get on the PC :). About burnout prevention, super helpful tips! I bought a japanese shakuhachi flute to learn it (its an extremely hard and curious instrument, very niche :) ) and I also draw and paint when I want to fully disconnect from unreal to precisely about burnout, taking "just a break" isnt enough, you gotta fully disconnect or you will just put a pause in the burnout bar but you arent draining the burnout, it will still be there unless you properly disconnect. Working in different aspects of the project is a very nice way to learn multiple things at a time, you make progress in your projects too, (btw drawing and digital painting can also be useful for unreal, just look at the plugin LIAD (ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Ft4a8o2OyOo.html) which perfectly allows to combine those skills with unreal seamlessly to make textures materials flipbooks whatever you need). One last thing on this subject, if for some reason you dont want to do unreal related stuff its ok, as I said in my personal example, there are many ways to marriage unreal projects and probably any skill hobby in the world, you fancy making caligraphy stuff? you can make a text based project with dope ass hand made fonts by your own hand :), you just play lots of videogames? you learn a lot of game design by playing many different games and that way you can create your super designs like my Sigils project (oops shameless self plug), Prismatica (the game I believe is also kinda an example of this, I really dig the influences it has from runescape exanima and other games I really enjoy ♥). With all of this combined as you said perseverance is the last thing to make all click, make the journey easy for you, take more time if you need it, but keep going at it regularly! (At this point I'm talking more to everyone and not just you Charlie oops xD). All this being said, sorry for the long ass coment but I felt I HAD TO SAY ALL THIS, I'm very happy for this video and I'm 100000000000000000000% sharing this in FeatLander, this will genuinely make everyone a better not just unreal developer, but also a better learner ♥. Thanks a lot for the insights and see ya around ^^
@PrismaticaDev
@PrismaticaDev 3 года назад
This is the best comment in the world haha. Thanks to much for sharing your insights and also providing some confirmation that these types of tips are actually applicable. I'm really keen to see how Sigils turns out, the whole concept is riiight up my alley (even though I don't have a VR set YET) Always glad to hear from you, hope the Dev journey is going well!
@Fokkusu
@Fokkusu 3 года назад
@@PrismaticaDev Hey, its going pretty well :D, its different from most people because I'm also CTO of my enterprise so there is a lot of time I have to put into CTO stuff that isnt unreal and I also have to work on the projects that actually brings us money, I plan to finish first the cartographer project, a PMV (think of it as the first playable public alpha before returning to Sigils), maybe people like it and I can turn it into a revenue area too that will fuel Sigils and other stuff too :), the thing with working in a gamedev studio (or forming it rather in this case) is that even if I'm a boss I have to justify with proof that my projects are worth putting resources into, so I have to work on them on my own until I have a PMV and see how people respond to it, if for some reason a project isnt justified to put enterprise resources into thats fine, I will just work on it on my own slowly but surely. I'm glad my comment was insightful and useful ♥ , pretty much all your tips are applicable and help a lot if you do them. I learned too and I will be doing more of this stuff :)
@Kombatant777
@Kombatant777 2 года назад
Best video in your channel 😊
@PrismaticaDev
@PrismaticaDev 2 года назад
Glad you found it useful :)
@RamblePrism
@RamblePrism Год назад
I'm not even learning Unreal engine and I don't remember how I got here, but DAMN this is great advice. Thank you!
@ethanwasme4307
@ethanwasme4307 2 месяца назад
I've been doing game dev as a hobby while working as a career plumber, ever since I started I have wanted to make a game like morrowind... it's a concept/theme i've never been able to shake... Maybe I just bite the bullet and tell myself it's a decade project
@LordHollow
@LordHollow 2 года назад
Incredible.
@Drakuba
@Drakuba Год назад
playing a game is tottaly legit way of chilling. And if you play a game thats the same genre of game you are making you can even look how others did things you are doing
@presentgateloop5174
@presentgateloop5174 2 года назад
thanks, what a life advice
@kentamplin5233
@kentamplin5233 Год назад
J'adore the thumbnail to this video
@ConeNore
@ConeNore 3 года назад
Have you considered making tutorials for creating game music? I love the music in your videos, it sets such a good mood. Any software more advanced than Bosca Ceoil seems like witchcraft to me.
@PrismaticaDev
@PrismaticaDev 3 года назад
Definitely - I'd need to know what the target audience is though - I've thought about a "Music made easy for developers" series first because obviously musical theory is a pre-requisite haha
@felixstrau7880
@felixstrau7880 3 года назад
@@PrismaticaDev Such a video would be awesome! Every GameJam you look at, models made during the jam 80% and music only about 20%.
@Sapix_
@Sapix_ 3 года назад
great video!
@PrismaticaDev
@PrismaticaDev 3 года назад
Thank you! Glad you enjoyed it :)
@3digitalsvt82
@3digitalsvt82 2 года назад
great mate!
@PrismaticaDev
@PrismaticaDev 2 года назад
Cheers matey! :)
@camiloguerrero2
@camiloguerrero2 Год назад
I thought I was alone. Thanks
@Esc_apist
@Esc_apist Год назад
Спасибо. Я тоже сталкивался с трудностями, о которых ты говоришь. Это мотивирует
@zxcvmjg
@zxcvmjg 2 месяца назад
What is that music at 10:10? Sounds amazing. Awesome video by the way! Makes me want to start doing dev log videos of my test project.
@NeverEverFaceTheDark
@NeverEverFaceTheDark 2 года назад
Im very familiar with the burnout guilt-frustration cycle and trying to make a game is very fun because it has so many completely different aspects - you can just switch and do something new and interesting. I definitely admit to (to myself) not being talented at maths though. I do think talent is real, it IS the rate at which you learn, but it shouldn't really matter. You just go at your own pace.
@Editor-D
@Editor-D Год назад
After a few months going through unreal engine development work, i felt like i've done anything particular i can prove so i started to think that i'm wasting my time. thank you for saying that "when it comes to learning, it's impossible to waste time".
@mohammedzawia1054
@mohammedzawia1054 3 года назад
amazing video.
@PrismaticaDev
@PrismaticaDev 3 года назад
Amazing viewer
@hocestbellumchannel
@hocestbellumchannel 2 года назад
Hey, thank you so much for your efforts and the valuable information you are offering to the community. I have a question that I'm trying to solve from within UNREAL. I can't blend seamlessly between the different animation tracks in the montage, the same way we can blend two different animation tracks in the sequencer. In my own version of things the animation just abruptly changes to the next one. Is there a way to blend different animation tracks within a montage?
@PrismaticaDev
@PrismaticaDev 2 года назад
Hey hey there! I don't think there is a nice way to blend them together within the same montage. The best bet would be to have them as separate montages played one after the other, or to blend them together in some other software. However, it might be possible with UE5's new animation tools but I'm unsure
@lukeagex
@lukeagex 2 года назад
I like the use of Newbie Melody.
@donaldslayer
@donaldslayer Год назад
“Thinking about what you’re learning and what you’ve done” I do this CONSTANTLY already and I’m only a few weeks in to learning. I found a bug in my code while at work thinking about it one day, lol
@heliosgames6665
@heliosgames6665 2 года назад
Unreal is great for any skillset! Whether you just wanna make awesome scenes or make fun systems in blueprint to creating tools in C++ and everything between! :)
@thirdlaxe7048
@thirdlaxe7048 2 года назад
14:40 , this hit me so much. I thought u are some pro and have experience 5-10 yrs. Also, saying about urself about society and happy with cats like saying about me lmao. I hope someday I will be skilled as you, doing likely u imagined for the game. - OneOfUrBiggestFan
@PrismaticaDev
@PrismaticaDev 2 года назад
Thanks so much :) haha cats are the only distraction I need!
@WOLFPACKED
@WOLFPACKED 2 года назад
thank you very much for making these videos - you are a treasure to the UE4 community
@deepelements
@deepelements 2 года назад
That cool red and blue lighting in your room tho.. :) On a serious note, one thing I've noticed is it's hard to get people to share their knowledge with unreal especially the hard stuff, I've had elite programmers make me feel really stupid for not knowing how to do something. I'm an artist so I've been learning just by breaking shit. takes forever. :(
@nickgennady
@nickgennady 2 года назад
Programmer here. People are jerks. If I know something, someone is asking about I have no problem at least explaining it.
@nickgennady
@nickgennady 2 года назад
But sharing complex code that took a lot of work to make and people expect it for free gets annoying
@onlybooleans
@onlybooleans 3 года назад
2:17 that hipster accent was spot on xD Really helpful video btw. Thanks
@PrismaticaDev
@PrismaticaDev 3 года назад
Hahaha maybe I should be an actor. Or a hipster??
@ugxgaming6541
@ugxgaming6541 2 года назад
The cat left when you said we are not learning anything lol
@dreamingacacia
@dreamingacacia 2 года назад
once you learned like a lot of stuffs, when you want to make your own game especially when you're a solo dev. The toughest thing is decision making, hence why people hired CEO to run their business. There are a lot of decisions to make since the beginning and it won't stop soon too, that's why patience is something you must learned fast. Sometimes you'll stuck at crossroad for quite a long time, maybe even a month or months. It's happens all the time especially for creative careers like game developers. I had been here for 7 years now but still not much to show and I'm still lacking in many skills necessary for making a full blown game. Though the fact that it's not as far as I think is true, I'm still far from making great games that I'd been dreaming about. But one lesson for you guys, making small progress is better than making nothing at all. Hell even getting better at breathing is considered a great progress for me.
@jessesmans9791
@jessesmans9791 Год назад
I agree on everything except ''prevention'' but I guess that's just the difference in mind-sets we have. Motivation isn't real, Discipline is.
@tamarar313
@tamarar313 Год назад
I have a question on blueprint vs c++. Is it important to learn c++ do I have to learn it to create a game? Why is it better than blueprints?
@PrismaticaDev
@PrismaticaDev Год назад
You don't need to learn C++ to make a full game. The reasons it can be preferable is because it runs faster the Blueprint when doing extremely intensive calculations (simulation or RTS games, for example) and there are some functions that aren't exposed to Blueprint by default
@marnofranck6204
@marnofranck6204 2 года назад
I ask myself do I enjoy what am doing, but then I realize I will enjoy it a lot more if I actually know some shit.
@mrbananoid
@mrbananoid 2 года назад
same brother, same...
@chrishansel95
@chrishansel95 Год назад
Question; did/Do you take paper notes ? When learning something new ?
@PrismaticaDev
@PrismaticaDev Год назад
I don’t take any notes, I find that reinforcing by applying what I’ve learned is better for me. Although I do draw diagrams when trying to solve problems. Taking notes definitely works for some people though!
@redwolf831
@redwolf831 2 года назад
What would you recommend I learn first
@HomakHakerok
@HomakHakerok 3 года назад
still love ya my boi
@PrismaticaDev
@PrismaticaDev 3 года назад
@Alvgaar
@Alvgaar Год назад
Recently started gamedev. Im 28 year old with a son, a dog, a gf, a house and a fulltime job and a part time job. I've had to resort to waking up at 5am so i can get a consistently 2-3 hours every day at learning. Some days when the missus works lateshift i get a total of 4.5-7 hours. But at that point im really maximizing the amout if availble time to devving. I guess i could get 68-83 hours monthly. Thats average 850 hours yearly. While you're at 1500-3000 hours yearly. So im worried if i dont have enough hours to dedicatento even make a worthwhile effort. problem i've noticed is the days i can only do 2 hours then it's like.. just enough to get a bit started on what im doing before i have to shut it off. But so far it goes well, managed to learn blender and substance painter and exporting models to ue5 aswell as doing basic things in ue5. We'll see, my dream is to make my own game. And my thought was to do as you do, begin my dream game without experience and learn along the way. But most experienced devs say you must make many small games and actually finish them but the problem is im not interested in making many small games just for the sake of it..
@CreativeOven
@CreativeOven 2 года назад
took me 10 years XD still I am learning how to make my engine and handle servers and stuff.
@Alaabale
@Alaabale 3 года назад
I need one of these 🐈🐈
@PrismaticaDev
@PrismaticaDev 3 года назад
More cats = more productivity!
@neenaw
@neenaw Год назад
3 months? did it in 30 days ( ͡° ͜ʖ ͡°) Big fan btw, stumbled on quite a few of your videos, subscribed.
@blackheartgaming6121
@blackheartgaming6121 Год назад
How can I make a game or a level in unreal without needing to be buying anything
@DSFXRENDER
@DSFXRENDER 2 года назад
god the nostalgia from scape music popping off. stop pls, childhood Emerrrging
@DenisZaharenko
@DenisZaharenko 2 года назад
Funny story: in a dev group i was in they took away my dev role and then kicked me out. Not kicked like banned, but they forced me to go. They said i should stop trying to learn it or at least learn unity because it is easyer ( it is harder for me) So i kinda was pissed of and left the group. Like directly after i left the group i started to make progress. They still make fun of me and i'm known as the worst game dev there. I'm like a meme you could say. Also the more progress i made the more problems i found. Like i have a very stable game idea, but i have literally no idea how to start with level designing. I mean i can't just use premade models for a whole game. When i tried to make the levels i kinda felt like building lego. (I'm bad at building lego). Another thing that happened once is that i made an ai (dumb me who still needs to learn blueprint) and it seems like i do everything correctly and it still doesnt work. I even send the project to a few people which found no problems. Lol. Also idk why i'm writing a whole book in here. I hope u like reading. Since this text is so big i feel like i need to have some sort of outro yknow? Greetings (that was the outro i guess)
@Sinya1214
@Sinya1214 Год назад
It's been almost 4 months since I got into Unreal Engine, but I feel like I'm still out the door. The engine has too many modules. Not sure which modules to start with. I want to be able to develop games by myself~~
@dotbmp
@dotbmp Год назад
any chance you can do these videos without the background music, or much lower volume? it is very difficult for me to listen to your voice and parse out the music with my processing disabilities
@yearight1205
@yearight1205 Год назад
I just wish the information was easier to find. My problem is I understand the basics of what I wish to do in the engine just fine (I create short films not video games). But when it comes time to do something specific that can be done in the video game portion of things no worries, but there's no explanation on how to do it for sequencer, that's when I get frustrated. And even some of the big names on the Unreal Slackers Discord haven't a clue on how to do the things I'm trying to achieve for sequencer. Just wish there were more people who were experts at using Unreal for creating animated films who were active in the community. I see a handful of RU-vidrs, but no where near as many as those learning it for video games.
@Levi_Zacharias
@Levi_Zacharias Год назад
I feel like learn as you go can easily get away from me. I dont finish learning one thing before i feel like i need to start learning the next thing right away.
@chancemcclendon3906
@chancemcclendon3906 2 года назад
6:45 Cute cat spotted in the back
Далее
How I would approach gamedev (if I had to start over)
18:34
The best places to learn Unreal in 2023
9:19
Просмотров 47 тыс.
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 696 тыс.
How I make Trees for Prismatica In 5 minutes
10:11
Просмотров 95 тыс.
Learning C++ by making a Game... in 1 Week?!
10:14
Просмотров 401 тыс.
5 Reasons Unreal Engine 5 is a BIG DEAL
10:59
Просмотров 8 млн
Advanced Cel-Shader in UE4 & UE5 [Prismati-Cel Part 1]
18:05
Why I’m switching from Unity to Unreal Engine
9:02