Tutorial: Your First Game In Unreal Engine 5

thanks for helping,
i tried, it doesnt works, shortcuts with letters works perfectly
if you have any other ideas, i’ll take it,
thanks!

Hello, I have encountered the same problem as you. I still haven’t found the .zip file. I see you have found it. Can you tell me where I found it?

Thank you!!

Hello, I have some issue about the capsules collision with the interact plate like the clip below and I have changed value of max step height but no luck (the image below)


Thank for your helping!!

I love the tutorial so far!

I do have a slight problem, when I try to edit material I can’t get the blueprint open.
I’m stuck on this https://cdn.discordapp.com/attachments/978036466544422932/1047301549254246532/image.png

It’s basically stopped me from following along. I tried double clicking on the material, and even “right click > edit”

Yeah I’d have to agree. He’s really not suited for this “beginner” level type of video.

Even with the crate. There is a 5-10 minute section about the Prop and Materials, and he doesn’t really go over how to get the prop that he’s working with. Is it in the StackOBot directory? I see the crate, but I can’t import it from UE5. I have to drag the file into my own Content folder. I also don’t have any of the Materials for plastic/metal/etc.

This could have done with a pilot test or something for a beginner.

2 Likes

go to window and make sure “graph” is checked.

1 Like

I have an issue with the layers.

at arround 14:22 of the video, when I go in to landscape mode the layers are NOT shown at all. In fact, Edit Layers is orange which is probably wrong while I followed the training so far to the letter.

What happened here and how can I solve this.

Oh man thank you… I seriously thought I’m blind or something… had it naturally on 5.1 ofc

A little late to the party but the zip file is only in the StackOBot project for Unreal 5.0 and isn’t present in Unreal 5.1.

3 Likes

Thank you!

Not a good experience getting stuck less than 4 minutes into the tutorial. Hope the rest of it is better…

1 Like

Thanks for that. It would have been good if the tutorial had said to do this.

1 Like

By default, looping is not enabled in the animation settings, as a result, the character animation stopped.

9 Likes

Hi! Thank you for this tutorial, it is amazing. I was following along and got a problem with the camera. After attaching the camera to the spring arm I start playing but the camera stays in the game start position. I did everything exactly as in the video and checked for a couple of times. What could possibly be the problem?
Thank you in advance!
Best,
Anahit

We can help you with that.
Sounds like the camera is not the child of the spring arm yet
could you plz add a screenshoot of your Pawn BP

2 Likes

Thats because you haven’t picked the landscape material yet.
First pick the material, then create the weight-blended layer

2 Likes

Has anyone figured out how to set up the player controller using the new Enhanced Input system? I don’t want to use the old input system since it is deprecated. It only makes sense to learn how to use the new Enhanced Input system since that’s what we’ll need going forward.

I spent a few hours and eventually got it working, but then I couldn’t get the character to rotate with the direction of movement when I got to that part of the video and I’m assuming it has something to do with my setup

I’ve since spent many more hours trying to figure it out with with no success. I’m extremely demoralized and would really appreciate any help here. Cheers

UPDATE:


This seems to be working. I don’t understand why he was able to simply check a box and get the character rotating in the direction of movement, so I feel like I either did something wrong and/or there are a lot of redundancies with the workaround I came up with for the rotation. Regardless, I’m just happy I found a solution because I’ve been at this one problem for 8 hours. If anyone has any insights or improvements to this setup, please let me know! <3

5.0里面有资源包,5.1没有,创建工程的时候指定版本为5.0

I had the same issue with deprecation, so I decided it would be better to learn how to use the new Enhanced Input system. If you want to use the new Enhanced Input system instead, you can find a video on the basics in the “Build a Third Person Character from Scratch” course. It’s at Build a Third Person Character from Scratch | Course

1 Like

Well, a couple things I found.
your original graph is almost identical to the one that works.
with some key differences.
First, we have 5 NEW functions (probably needed for some workaround)

And then we have, the connections you made on the “IsValid” block.
Looks like yours is not properly linked

That would be it