Can anyone provide links for tutorials or information on building adventure games (first or third person) from scratch using Unreal Engine 4. I know that UE4 has not been out very long, but didn’t know if anyone has tackled making tutorials or walkthroughs of this process. Specifically, I am looking for how to create the game user interface (i.e. what is show on the screen: inventory, life, etc) as well as the game mechanics of point-click interface, puzzles, non-player character AI, dialogue, interactions with NPCs and game objects (picking up, setting down objects, etc.) and other interactive parts of the game. I see a lot of tutorials on how to create levels, etc. but nothing really on what I describe above.
Hello,
i don’t know what kind of researches you did before posting but without checking and i am sure i would find more by a search, i can say :
hud : umg quick start guid or horusheretic tutorial,
point-click : not sure of kind of stuff but i would say pattym or the rts community project at first sight.
puzzle : check market place for the puzzle project downloadable or create a new blank puzzle project and have a look in.
AI : silentx tutorials and others too.
interaction with objects etc : tom looman tutorial.
And i haven’t check. There are a lot of tutorials in market place too in content example blueprint example and of couse the basis :
unreal engine youtube channel and ue 4wiki.
Of course most of those tutorials will need some work, especially the ones made with old versions. But as far as i know there are more of those tutorials than there are create levels ones.