Hi, great tutorial but I am facing an issue where my sounds work for static meshes but are not working for my landscape material, I changed the phys material in layer info but it still doesn't work. I am using open land landscape material.
One step i missed was going into the physical material and make sure you put the surface type to what it needs to be. Not sure if it was in the video but i didn't see it.
I was curious, is there any specific advantage in putting the notify's code in the character's ABP, over creating a notify bp that houses the code within itself?
the character ABP inherits the animations, so you can call the notifies easily in this ABP... Also the line trace is easy to access from there, because you usually cast to the character from there anyway. An unique BP for this just isn't necessary. :)
none of this should be done in the ABP. the notify should just pass the message along. probably better off making a notifier interface or something. it's pretty bad design to start throwing physics and audio into the animation blueprint. besides, imagine if you want to change the footstep sounds based on the kind of footwear your character is wearing, how fast they're moving, crouched vs running etc etc etc. better to do that on the character BP rather than in the ABP
Well this is not really good tutorial bacouse this system wont funtion with meshes that got more than one material (and probably there are begginers here that cant create only one texture per mesh) and also wont funtion with landscapes. I invented system that I have never seen online and it is based on mesh tags. Basicaly when I add mesh to my world and it can be even landscape or spline i add tag of sound I want to play and my linetrace then checks for the tag and change the sound. It also changes sounds while running.
@@N076aHj87 didnt say not to use the Raycast. In this case the surfacetype switch branching off into so many calls for sound cues is terrible. set the surfacetype as an integer parameter and call the change in the sound cue file itself. you could set many different parameters, all in one sound cue, instead of making so much extra work and different sound cue files and so many calls for no reason. Experienced users know, I tend to forget this video is aimed at beginners.
@@Digital33Studios wow, condescending comment and all. Using an int is a terrible idea. A pro would use a map, mapping the EPhysicalSurface to a Sound Cue.
Thanks for the sounds
really awesome tutorial! Thank you so much. Just what I was looking for and more
Again... Great tutorial.. so easy to follow and learn. Thank you!
Hi, great tutorial but I am facing an issue where my sounds work for static meshes but are not working for my landscape material, I changed the phys material in layer info but it still doesn't work. I am using open land landscape material.
Have you found out how to fix this?
@@chris09423 I could not find a fix for it.
you need to set the landscape physical material o nthe details panel of the lanscape
Thanks for the great tutorial, was also a good reminder on sound cue's.
Glad you enjoyed it!
@@VirtusEdu because is not working in unreal engine 5.1 ? =( , just show one line red when i walk :(
i found the problem , the porblem is in walk ... need put in run animation hahaha thx bro
When I hit play after adding the linetracing to the Animation BP, it crashes everytime. How do I fix this?
Finally a working method
If there’s anything else you want to learn, be sure to let us know!
How do you implement this on an AI ABP? I can't figure out how to call the AI enemy BP from the ABP. I just get Null values back.
is it possible to play one sfx with different pitch using metasound?
bro some of your playlists like material , cinematic and unreal c++ is broken please fix it. thanks a lot
Perfect
Thank you for the share
Hey everyone, check out this quick tutorial showing you how you can create a dynamic footstep system inside of Unreal Engine 5!
Your amazing man
Dude, you are doing a fuck amazing tutorial!!!! Thanks so much!!!!
Thank you, glad to hear it!
the sound does not play when walking on the material. any help would be appreciated
One step i missed was going into the physical material and make sure you put the surface type to what it needs to be. Not sure if it was in the video but i didn't see it.
Nice tutorial, but I have no idea how to make it work with my automaterial...
👏👏
I was curious, is there any specific advantage in putting the notify's code in the character's ABP, over creating a notify bp that houses the code within itself?
the character ABP inherits the animations, so you can call the notifies easily in this ABP... Also the line trace is easy to access from there, because you usually cast to the character from there anyway. An unique BP for this just isn't necessary. :)
@@MaxKusari Couldn't have answered it better myself!
none of this should be done in the ABP. the notify should just pass the message along. probably better off making a notifier interface or something. it's pretty bad design to start throwing physics and audio into the animation blueprint.
besides, imagine if you want to change the footstep sounds based on the kind of footwear your character is wearing, how fast they're moving, crouched vs running etc etc etc. better to do that on the character BP rather than in the ABP
Top but where's the link for the sound ?
Check description
assume... Thank you so much.
Is this work for only unreal engine 5?
Can`t belive i played fortnite with this guy,awesome tutorial.
this sound have copyright?
Awesome tutorial, it's very easy to understand and remember... Can you do micro-transactions tutorial next.
landscape auto materials can be problematic. Also, wwise is easy to integrate these days. I highly recommend it
Sound link?
Its in the description
Sound link
Check description
Lisp...
Well this is not really good tutorial bacouse this system wont funtion with meshes that got more than one material (and probably there are begginers here that cant create only one texture per mesh) and also wont funtion with landscapes. I invented system that I have never seen online and it is based on mesh tags. Basicaly when I add mesh to my world and it can be even landscape or spline i add tag of sound I want to play and my linetrace then checks for the tag and change the sound. It also changes sounds while running.
This is terrible technique.... ok for small nothings but terrible for actual games
Why and what would be a better option?
He thinks he knows it all, so tell us hotshot, what is a better solution? Raycast down and play a sfx is standard in all AAA games and engines.
@@N076aHj87 didnt say not to use the Raycast. In this case the surfacetype switch branching off into so many calls for sound cues is terrible. set the surfacetype as an integer parameter and call the change in the sound cue file itself. you could set many different parameters, all in one sound cue, instead of making so much extra work and different sound cue files and so many calls for no reason. Experienced users know, I tend to forget this video is aimed at beginners.
@@Digital33Studios wow, condescending comment and all. Using an int is a terrible idea. A pro would use a map, mapping the EPhysicalSurface to a Sound Cue.
@@Digital33Studios ok So PLease make one video and show it everwone woudl like it