How to Make a Physics Door in Unreal Engine 5

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 73

  • @EV4NSY
    @EV4NSY 8 днів тому +1

    Little door frame tip for anyone that doesn't like the no clipping on the door frame. In your BP_Door (or alternate filename you called it) Click on the static mesh you created for the Door Frame. From there, scroll down till you see the Collision tab and set "Collision Preset" to "Custom". Once that is completed, look under Object responses and tick the box "Ignore" for "Physics body". Compile and save.
    Now you have the working door from the tutorial along with the added collision of the door frame.
    P.S - in the BP_Door file (or alternate filename you set), click on the door and raise this up (Transform - Location : 0.5 - 1 seems to work flawlessly so experiment and see what is best for you)

  • @manashieldmedia
    @manashieldmedia Рік тому +3

    You are heaven-sent Gorka. Look forward to supporting you on patreon when I get paid 😊

  • @TooMuchPing
    @TooMuchPing Рік тому +13

    What perfect timing. I was just about to look for something like this! Great tutorial too.

  • @Gravitation3Beatles3
    @Gravitation3Beatles3 3 місяці тому

    I'm working on my first game so very new to all the settings associated with UE5 and BP. But just watching this video I learned multiple things. Such as (I know its basic but sometimes things are difficult to word. Like this video, before searching, I looked for pushable door, moveable door, etc) adding the collision boxes. I got a lot of metal tables and other assets that I would just run through. Not anymore... so thanks a bunch!
    Also to mention I can add a Physics table, Physics Lamp, and so on in addition to the Physics Door
    Another note... I've never done anything BP so this was a wild ride... lol

  • @DaLoveDonkey69420
    @DaLoveDonkey69420 10 місяців тому

    I'm getting into unreal engine 5 as of lately. Having a lot of fun. Thank you so much for this video! I do find it a shame how the Engine doesn't have a more obvious setting to activate the collision, swing, normal door function. Like when we drop a door in, there are only so many ways we would default to, it SHOULD default to a swinging door with side options to make it static if you want it static. But making it easy would make too much sense to the creaters of the program lol. I feel guilty complaining since it's free (with exceptions). I'm just sayin, they make simple tasks like re-tiling a floor material down to fit appropriately like 3 nodes and 7 tethers deep, and THEN you can scale the tile to look like tile. Like wow lmao. So people like you, who make THESE TYPE OF TUTORIALS, save our butts. Thank you very much! I'm tired of walking thru my doors lol. Why wouldn't double sided material AND collision be AUTO ENABLED on a static mesh such as a door? 😂 I vented enough for a Sunday. Have an amazing day everyone! ❤🎉

  • @berreto
    @berreto Рік тому +5

    If you know, then please, make a video how to make animation of opening the door, while you go through it in UE 5. Thanks for this video!

  • @Yggdrasil777
    @Yggdrasil777 Рік тому +3

    Nice physics door. Pretty well explained.

  • @Spink4l
    @Spink4l Рік тому +3

    LOVE IT, THANK YOU

  • @azertyazerty2334
    @azertyazerty2334 Рік тому

    Rhaaaaa congrats for the 60K keep it up you're awesome 🎉🎉

  • @Qwyse
    @Qwyse 10 місяців тому +1

    how do i add sounds when the door is moving and stop the sounds when the door stops moving

  • @KANAWA2025
    @KANAWA2025 7 місяців тому

    all work fine - beatifull work! door so nasty and work and in ue4.27!

  • @SKIROW
    @SKIROW Рік тому +1

    Can you show how to trigger the knob with the character's hand? It would be awesome.

  • @filten1132
    @filten1132 Рік тому

    thanks for you making this tutorial i can finely have doors in my prodjects thank you

  • @suryakamalnd9888
    @suryakamalnd9888 Рік тому +5

    Aghh!! So much better than press e to open doors!! I love it!

  • @chaos4living676
    @chaos4living676 11 місяців тому

    Thanks for the tuto, worked well with me for my wild west sallon bar.
    I was wondering how I could add a sound SFX for playing when the door open

  • @HeyRnold
    @HeyRnold 10 місяців тому +1

    How do we add sounds to a physics door?🤔

  • @Znop
    @Znop 11 місяців тому +1

    I'm encountering a weird bug when following this. I've followed through it about 3 times now and I keep getting the same issue.
    No matter where I place the actor in the world, the door (just the door, not the frame) is in a completely different location. I found out that the door is being locked to coordinates of the Physics Constraint in the actor but relative to the level world. So for example, if I moved the physics constraint to the left of the doorframe on X-50 in the actor blueprint, the door mesh would be locked to X-50 in the world level which is far away from the doorframe.
    Any ideas what's happening there?

  • @venturoy
    @venturoy Рік тому +1

    anyone know how to let ai walk through these doors? the nav mesh bounds doesn’t allow for them to walk thru it

  • @wsoulless
    @wsoulless 6 місяців тому

    Any help on how can I integrate some animation on that either placing the hand on the knob while phisically pushing the door... Or resting the hand on the door?

  • @ShellbanAlready
    @ShellbanAlready 8 місяців тому

    Thank you bro, you best!

  • @Naidiriv
    @Naidiriv 5 місяців тому

    Rotating the PhysicsConstraint in the Z axis so that it can only open 1 way doesnt work. all the other axis do. any workaround?

  • @sudanemamimikiki1527
    @sudanemamimikiki1527 3 дні тому

    mine kinda just flops slightly out of shape whenever i go through it...

  • @Trash_Lord_King_Of_Trash_Panda
    @Trash_Lord_King_Of_Trash_Panda 6 місяців тому

    Hey Gorka how does one add sounds to the door. I'm struggling here

  • @sa1fik
    @sa1fik Рік тому +1

    What's that music in the background?

  • @bear5536
    @bear5536 Рік тому +1

    I would like to know how to make the door not return to it's origin after the player has pushed it. (Edit) I found out how to do it just had to disable the drive swing under angular motor.

  • @coyyo937te
    @coyyo937te 11 місяців тому

    hey! thanks for the tut, I initially tried using a collision on the door and did a blueprint so the door could be just opened after grabbing a certain minimum amount of objects, it worked but the door was opening weird. With your tut it now opens correctly but the collision bp doesnt work anymore and the door can be opened anytime now.
    I am guessing for the physics, how can i constraint the door with an event? tried with on component activated but not so sure. thanks!

  • @AloSolo-g8e
    @AloSolo-g8e Рік тому +3

    الشرح الخاص بك رائع و مفيد

  • @zosomotion7976
    @zosomotion7976 4 місяці тому

    thank you!

  • @smokiermedusa
    @smokiermedusa Рік тому

    can you make a video on how to punch towards a target

  • @mfsmann
    @mfsmann 2 місяці тому

    thanks!

  • @MrPangahas
    @MrPangahas Рік тому

    do you know how to convert object space normal to tangent space in the material node.Just using transform vector from world to tangent produces dark splotchy shadows

  • @nicko_3d_art
    @nicko_3d_art 6 місяців тому

    trying this with FPS camera and it doesnt work. will it only work with 3rd person?

  • @techwithprakharOFFICAL
    @techwithprakharOFFICAL 9 місяців тому

    MAN thank you

  • @Vino.S.C
    @Vino.S.C Рік тому +1

    Cool!

  • @thfona
    @thfona Рік тому +2

    Hey Gorka, great tutorial! Is there a way to make the door feel less heavy when the character pushes it?

  • @vladiktomil434
    @vladiktomil434 9 місяців тому

    Thanks BRO!

  • @DARK-WORLD45
    @DARK-WORLD45 Рік тому +2

    Can you pleas make a tutorial on metahuman animation, btw love your videos ❤️

    • @GorkaGames
      @GorkaGames  Рік тому +1

      tahnk you!! Like animating the face rig you mean?

    • @DARK-WORLD45
      @DARK-WORLD45 Рік тому +2

      @@GorkaGames yeah, face rig etc...

  • @thunderbolt6808
    @thunderbolt6808 Рік тому

    Can you pleas make a tutorial on wingsuit just like just cause 4

  • @JurassicParkForever
    @JurassicParkForever Місяць тому

    EXCELENTE

  • @FEENBEANBEAM
    @FEENBEANBEAM Рік тому

    yo how do i add in custom sounds

  • @Faded_Snake
    @Faded_Snake 9 місяців тому

    thank you

  • @abyeuxtech
    @abyeuxtech 11 місяців тому

    Can anyone help with trying to get the enemy AI to recognize doors and to go through them if they're open? I'd like it so the enemy will chase the player through unlocked doors.

  • @bradfab_fx
    @bradfab_fx 8 місяців тому

    I feel you should add that the course cost money. Not that there’s anything wrong with that but it helps to know if something is paid or not

  • @dho3486
    @dho3486 Рік тому

    We hope to clarify how to settle the Loading Screen and move elsewhere

  • @KeepItSimplePC
    @KeepItSimplePC Рік тому

    How are you keeping these from falling off the map in world partician?

  • @exakelgaming
    @exakelgaming Рік тому

    I was having a problem with this and turns out the collision on the mesh should be set to complex as simple.

  • @Utopia2023Game2
    @Utopia2023Game2 8 місяців тому

    yea its give global idea about Physics Constrained

  • @edgardsimon983
    @edgardsimon983 10 місяців тому

    how do u make an ai go throught that door ?

  • @RobertGames2030
    @RobertGames2030 Рік тому

    👏👏👏

  • @enriquemartindelpomarleon
    @enriquemartindelpomarleon Рік тому

    Harias videos en español?

  • @KDHD.12
    @KDHD.12 8 місяців тому

    This made my door turn into a Bethesda fast travel interaction and just yeeted me off the map.
    I don't know what it is, if it's updates for Unreal but every one of your tutorials I follow (right down to the letter, restarting multiple times) none of them work at all.

  • @enriquemartindelpomarleon
    @enriquemartindelpomarleon Рік тому

    Like that

  • @Highlight_22
    @Highlight_22 Рік тому

    🚀

  • @TiDuZzO
    @TiDuZzO 6 місяців тому

    Ok, but why if I want my character to not walk through the frame?

  • @BlackScreen0000
    @BlackScreen0000 Рік тому +7

    can you make a full tutorial of 1-2 hours when you explain how to make FNAF please? But the same as the first fnaf, where you can't move, but you can only move the view with the mouse. Thank you♥

  • @comicer
    @comicer Рік тому

    👍👍

  • @poimomk1797
    @poimomk1797 Рік тому

    my engine was crashed when i did this:((

  • @Snichehog
    @Snichehog Рік тому

    Too long!!!
    Make shorter!!! (sArCaSm)

  • @josephyoung6161
    @josephyoung6161 Рік тому

    He gives the wrong way of doing everything. I dont reccomend any of his videos.

    • @lloydekins
      @lloydekins Рік тому +3

      what makes you say that?

    • @rmet255
      @rmet255 6 місяців тому +2

      The problem is that he teaches a lot of bad practices that will come back and bite you in the future, you'll learn to identify them the more experienced you get. If you're just learning, it's fine, but take it with a grain of salt, and please don't try making a game out of his tutorials.