Royal skies is a guy known for making extremely short quality blender tutorials but had branched into other software like z brush and has just started unreal. And when I say short I mean do you want to learn inverse kinematics in 2 minutes or maybe make a specific type of texture in 10 seconds so I'm super excited. He did some stuff with unity but it wasnt to much but he wants to commit to unreal now
I would love to see a video of how everything comes together, from desktop icon through begin play, to save and quit. Not the individual stuff like how to make a landscape, or how to make an inventory, but how it all ties together with file structure and call order, etc. I finally built a workstation but every tutorial video i find goes straight from teaching the UI, to advanced stuff thats over my head. I can learn the individual stuff, but im overwhelmed with figuring out how it all ties together, because its hard to find a good tutorial that explains it
This video came out exactly when I needed it! it's always so frustrating getting stuck in Unreal Engine because I can't find a good way to solve a problem or implement a feature, thank you for the video!
Let me just clarify, while fundimentally UE4 & 5 are quite similar with a lot of their functionality, much of the UI has changed making guides from UE4 irrelevant - sometimes even with 5.0 vs 5.1 guides. So while you can definitely use UE4 tutorials just know that a lot of the Ui will not work in the same way.
Yeah I would say to try to filter by newer courses or updated course as often as you can. Some things are transferable, but some others are not at all and will lead you to legacy errors.
From a coding perspective (as a non-coder), learning OOP fundamentals was important. Tutorials generally do not talk about this aspect at all, yet it seems to often be why people have problems with learning - at least the level I am at looking for solutions to my own problems.
if anyone else is a self taught hobbyist what helped me was learning about design patterns, soft referencing, async, writing tests and learning how to make a ULM charts before during and after anything major or creative... also commenting every major node helped in the early days and don't neglect learning shader languages... if you're new to programming i would even suggest starting here 😊
I can't speak for the other guy, but gorka is terrible. His programming is extremely inefficient/wasteful and he ends up making horrific choices in his videos just because he doesn't know any better. It's just gonna build bad habits and end up destroying any attempt at an actual game, which is why he hasn't made any. Nothing negative about the kid personally, I don't want it to come off as im sending hate to him, im not. That's just how it is. Better to learn on udemy from an instructor.
Does anyone know of any RUclips channels that have videos where they just focus on teaching how to implement one key feature in a game. Like a 20 minute video that shows how to implement hit stun. Or a 15 minute video tutorializing how to add a wall jump to your character. The only channel I can find that does this is @CodeCobra but he sadly doesn’t have too many videos like this and I burned through them quick. I love these videos cause they usually aren’t made for brand new entry learners so it’s not a ton of retreaded ground, I usually learn about new nodes and functions, plus they can be simple concepts that can usually be applied to other instances too.
I wish the RUclipsrs that have well established channels, would take a fresh look at the playlists they have made, and fill in the gaps between videos, to teach noobies like me how they went from one thing to the next. Every playlist i find seems way out of order like ADHD style, or missing critical beginner info before moving on
Um... Unreal Engine 4 is vastly different to UE5 - the lighting, HUD, and a ton of smaller things are different between them. It'll trip up the newbies who are looking for EXACT help and don't know enough to work around problems
Ive actually only started learning unreal engine a little over a month ago. I made a model in fusion 360 but now I need to texture it. I dont know where to start. Textures and materials seem so confusing
Fusion is really cool. I like it a lot, but I would probably never use it for unreal stuff. It's really hard to texture stuff made in parametric design software unless you really like doing UV placement.
HELLNO UE4 IS NOT LIKE UE5, i've been looking for a way to make a simple asset gun(rifle) work with fps arms and i cant find a single tutorial that works for 5.2 im just frustrated with this
What a Great video, thank you so much!! The tutorials from a year ago, for example Unreal Sensei's ones, are up to date or Unreal has made major changes?
if u want have teach how to write code guys I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
Heeeyyy where am I on that list?? :P But seriously, congrats on your growing channel! Personally when I need to learn something about Unreal it's 90% of the time gonna happen on RUclips, 10% of the time on Reddit. My own experience with Discord is that I often never get a reply and the few times I did it wasn't all that usefull, so I only post there if I'm really desperate. It seems very active though so maybe I just don't know how to get the best out of it *shrug*. I've never seen a course so far about something I couldn't find on RUclips or other places for free 😁, but I guess it's usefull if you want a more consistent and longer series of videos that takes you from a to z instead of looking for 15 places to get the same thing for free. Recently ChatGPT has also been a huge help ( when it gets it right 😅). Anyways great video! Keep at it :)
You definitely belong on the list. The one in the video was by no means conclusive! This is great feedback, thanks for giving your experience in depth!
Hey did I forget any great resources? What are they???
I think @RyanLaley does good work.
@@KeysOfPerfection He does. I'm gonna do a whole youtuber round-up sometime
SmartPoly seems to do a good job
Royal skies is a guy known for making extremely short quality blender tutorials but had branched into other software like z brush and has just started unreal. And when I say short I mean do you want to learn inverse kinematics in 2 minutes or maybe make a specific type of texture in 10 seconds so I'm super excited. He did some stuff with unity but it wasnt to much but he wants to commit to unreal now
@@Madinu Have you found it useful for unreal engine stuff? A lot of it's data is capped from before UE5
I would love to see a video of how everything comes together, from desktop icon through begin play, to save and quit. Not the individual stuff like how to make a landscape, or how to make an inventory, but how it all ties together with file structure and call order, etc. I finally built a workstation but every tutorial video i find goes straight from teaching the UI, to advanced stuff thats over my head. I can learn the individual stuff, but im overwhelmed with figuring out how it all ties together, because its hard to find a good tutorial that explains it
This video came out exactly when I needed it! it's always so frustrating getting stuck in Unreal Engine because I can't find a good way to solve a problem or implement a feature, thank you for the video!
Appreciate the shout my friend 🤙🏾
Dude, you're a legend. Thanks for everything you do!
New to Unreal. I've already found a few videos of your very helpful, so I'm subscribing!
Let me just clarify, while fundimentally UE4 & 5 are quite similar with a lot of their functionality, much of the UI has changed making guides from UE4 irrelevant - sometimes even with 5.0 vs 5.1 guides. So while you can definitely use UE4 tutorials just know that a lot of the Ui will not work in the same way.
As a barebones beginner UE4 tuts make little sense to me, because the UI is so different
@@cinamynjyeah if you're new don't bother... if you're great with the UI then by all means
Yeah I would say to try to filter by newer courses or updated course as often as you can. Some things are transferable, but some others are not at all and will lead you to legacy errors.
From a coding perspective (as a non-coder), learning OOP fundamentals was important. Tutorials generally do not talk about this aspect at all, yet it seems to often be why people have problems with learning - at least the level I am at looking for solutions to my own problems.
What is OOP?
@@samramtv Object oriented programming
design patterns and uml charts is good too
if anyone else is a self taught hobbyist what helped me was learning about design patterns, soft referencing, async, writing tests and learning how to make a ULM charts before during and after anything major or creative... also commenting every major node helped in the early days
and don't neglect learning shader languages... if you're new to programming i would even suggest starting here 😊
Thanks a lot! This video is honestly wonderful, just what I needed it the most, thank you!
Thank you for this! Lots of cool resources here
love you mate looking forward to more videos on UE. this helped me a lot.
Thanks man, I just started my game development bachelor and couldn't find the good tutorials on youtube as i did for unity.
This is awesome. I’ve been wanting to learn UR and Vtube with it for live virtual production. I think I can learn so much from your channel.
Gorka, and BadDecisions are both really great teachers for Unreal Engine. You should give them a shout out in one of your next videos. :)
I can't speak for the other guy, but gorka is terrible. His programming is extremely inefficient/wasteful and he ends up making horrific choices in his videos just because he doesn't know any better. It's just gonna build bad habits and end up destroying any attempt at an actual game, which is why he hasn't made any.
Nothing negative about the kid personally, I don't want it to come off as im sending hate to him, im not. That's just how it is. Better to learn on udemy from an instructor.
Pure gold content, thank you.
Another great video, I think this will help a lot of people!
I started with Ute my for very basics and after that RUclips is most helpful
Hey WoodyDevs! Thank you so much for the shoutout! 😁 I discovered your content a few weeks ago and I like it a lot 😊
That means a lot man! I admire you so much as a teacher!
@@WoodyDevs Thank you! 🙏😊
Please recommend a good place to learn c++ for unreal engine
Tanx for ur big help man
Your channel is very helpful!
10/10 I second all of these resources :D
Of all people, that means a lot! Thanks Jags
Does anyone know of any RUclips channels that have videos where they just focus on teaching how to implement one key feature in a game. Like a 20 minute video that shows how to implement hit stun. Or a 15 minute video tutorializing how to add a wall jump to your character. The only channel I can find that does this is @CodeCobra but he sadly doesn’t have too many videos like this and I burned through them quick. I love these videos cause they usually aren’t made for brand new entry learners so it’s not a ton of retreaded ground, I usually learn about new nodes and functions, plus they can be simple concepts that can usually be applied to other instances too.
Matt aspland and gorka games
I wish the RUclipsrs that have well established channels, would take a fresh look at the playlists they have made, and fill in the gaps between videos, to teach noobies like me how they went from one thing to the next. Every playlist i find seems way out of order like ADHD style, or missing critical beginner info before moving on
Um... Unreal Engine 4 is vastly different to UE5 - the lighting, HUD, and a ton of smaller things are different between them. It'll trip up the newbies who are looking for EXACT help and don't know enough to work around problems
as someone who's spent an hour in unreal 5, vastly is a bit of a stretch 😅
though i wouldn't suggest newbies try follow ue4 tuts
Ive actually only started learning unreal engine a little over a month ago. I made a model in fusion 360 but now I need to texture it. I dont know where to start. Textures and materials seem so confusing
Fusion is really cool. I like it a lot, but I would probably never use it for unreal stuff. It's really hard to texture stuff made in parametric design software unless you really like doing UV placement.
HELLNO UE4 IS NOT LIKE UE5, i've been looking for a way to make a simple asset gun(rifle) work with fps arms and i cant find a single tutorial that works for 5.2
im just frustrated with this
How did you get the charater
I made it in blender! I have a whole tutorial series on how to do this if you're interested :)
What about Unity?
Unity is dead.
Do i have to learn coding for UN?
You could learn visual scripting, which doesn't require coding.
What a Great video, thank you so much!!
The tutorials from a year ago, for example Unreal Sensei's ones, are up to date or Unreal has made major changes?
His Unreal 5 tutorial should work nicely. Maybe one or two things moved. 5.1+ will definitely have upgrades.
if u want have teach how to write code guys I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
i find your avatar to detract from the video significantly
Heeeyyy where am I on that list?? :P
But seriously, congrats on your growing channel! Personally when I need to learn something about Unreal it's 90% of the time gonna happen on RUclips, 10% of the time on Reddit. My own experience with Discord is that I often never get a reply and the few times I did it wasn't all that usefull, so I only post there if I'm really desperate. It seems very active though so maybe I just don't know how to get the best out of it *shrug*. I've never seen a course so far about something I couldn't find on RUclips or other places for free 😁, but I guess it's usefull if you want a more consistent and longer series of videos that takes you from a to z instead of looking for 15 places to get the same thing for free. Recently ChatGPT has also been a huge help ( when it gets it right 😅).
Anyways great video! Keep at it :)
You definitely belong on the list. The one in the video was by no means conclusive! This is great feedback, thanks for giving your experience in depth!
@WoodyDevs I was joking 😅 but thanks anyway 🙏 and np, it can be a jungle to sort through when you get started 😖
Is @SmartPoly one of those good RUclips educators?
Incredibly good!
yess