How to make a Realistic Door System in Unreal Engine 5 (Part 2)

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 65

  • @whitewaffle21
    @whitewaffle21 7 หลายเดือนก่อน +2

    Genuinely one of the best tutorials for a door in ue ive seen, you deserve wayy more success!!

    • @codethings
      @codethings  7 หลายเดือนก่อน

      Thank you so much!! It means a lot :)

  • @elganzandere
    @elganzandere 7 หลายเดือนก่อน +17

    constructive criticism - show "end state/goal" at the beginning of video.
    easier to hook folks.

    • @codethings
      @codethings  7 หลายเดือนก่อน +2

      Good idea! Thanks for the suggestion :)

  • @asmrmazey
    @asmrmazey 6 หลายเดือนก่อน +4

    you are one of the best up and coming youtubers out there for game development, and we would really appreciate it if you could make a part 3 for this on using your hand to open doors, like the open door animation in the game “The Complex: Expedition”, good stuff man ❤

    • @codethings
      @codethings  6 หลายเดือนก่อน +1

      @@asmrmazey thank you so much! I’m definitely planning on making a part 3 in the future :) be on the lookout, I’ll try to add a bunch of new features that’ll take this system to the next level

  • @antyskem
    @antyskem 4 หลายเดือนก่อน +6

    I'm not sure if anyone else had this problem, but for me, I have 2 doors in my test level. One on the x-axis and one on the y-axis. I noticed the door that opened along the y-axis auto closed, but the door on the x-axis did not auto close UNLESS i was moved diagonally, partially into the y-axis. If anyone else is having this issue, I found that in the "On Component End Overlap (Box)" custom event, on the get actor forward vector node, it only accounts for your Y axis. Simply do an addition node, and add your return value x and return value y, and the plug that back into your = -0.7 nodes, and then any door, regardless of orientation in your level will auto close, so long as you have the auto close function ticked in the world details. If this helped anyone leave a like so I know if i was the only one with this issue!

    • @xuhangyi9288
      @xuhangyi9288 2 หลายเดือนก่อน

      can you tell me how to fix this bug. thank you !

    • @tim2637
      @tim2637 2 หลายเดือนก่อน

      @@xuhangyi9288 man start you brain!! He explained how to fix it in his comment

    • @ElectraDupri
      @ElectraDupri 29 วันที่ผ่านมา

      You're amazing. this fixed it perfectly for me. Did you also have the issue where the door sometimes opened toward player instead? it's the only other issue I'm having with the door

    • @TheHeshDev
      @TheHeshDev 2 วันที่ผ่านมา

      Thanks for the fix!

  • @MrUnreal3854
    @MrUnreal3854 5 หลายเดือนก่อน +2

    this dude deserves more he has really pushed the boundary on step by step tutorials i hope you get really popular dude keep up the good work 👍

    • @codethings
      @codethings  5 หลายเดือนก่อน

      Thank you so much, that means a lot :)

  • @Uchidan
    @Uchidan 4 หลายเดือนก่อน +1

    Physics door on top of this would be nice with hand animation like in Resident Evil 2-3 would be great!

  • @nassergreatdeveloper3745
    @nassergreatdeveloper3745 3 หลายเดือนก่อน +2

    Thank you code thing I think I face littlie problem. Door is not auto closing, so I use print string to understand where is the problem. it shows me the second branch after on Component End Overlap (Box ) is not working. Any Idea ?

  • @TheHeshDev
    @TheHeshDev 2 วันที่ผ่านมา

    Great Video, Loving it! I added a editable branch Check for If can Partial Open incase I want a door to just fully open instead. Keep it up!

  • @glitchgamer2636
    @glitchgamer2636 หลายเดือนก่อน +1

    Can you make a tutorial for a key system aswell pls?

  • @ilvenusil3887
    @ilvenusil3887 หลายเดือนก่อน

    Other people having problems, If your door still isn't opening at the end of the tutorial, try swapping the "OR" back to "NOR", it fixed it for me.

    • @ItsBarnabyJones
      @ItsBarnabyJones หลายเดือนก่อน

      my issue is the door is not auto closing after walking through it.

  • @sorrowzz
    @sorrowzz 6 หลายเดือนก่อน +2

    Hey are you able to make a tutorial showcasing how you can make an animation similiar to resident evil where after you open the door a bit, the 2nd time you key to open the door the hand shows up on the door and you push the door open? Anyways love the tutorials its amazing!!

    • @codethings
      @codethings  6 หลายเดือนก่อน +1

      Yea, this is a tutorial that was requested a couple of times on my discord server and I plan on doing it down the line because with any hand animation it is really important to make sure it looks good and feels good while playing. In saying that, I want to make sure I perfect it before creating a tutorial on it, thank you!

  • @ВладиславЛебедев-х5д
    @ВладиславЛебедев-х5д หลายเดือนก่อน

    Noticed that your dore is not opening 90 degrees as you set it,also if you fully close door it doesnt close properly.seems that door losees some degrees on open sequence. In my build noticed that auto closed door is not closed fully,(but should be) and if you try to open it ,it closes fully.

  • @bycaptayn5099
    @bycaptayn5099 6 หลายเดือนก่อน +1

    How should I do so that it doesn't close suddenly when it closes automatically? That is, it closes at the same speed at which you open it. It's like he's teleporting

  • @Taii3D
    @Taii3D 4 หลายเดือนก่อน

    you are the goat man!! Will you make a tutorial where you can see how to push the door with your hands like in resident evil?

    • @ItsBarnabyJones
      @ItsBarnabyJones หลายเดือนก่อน

      is he the goat when it doesn't work?....

  • @notnuvo113
    @notnuvo113 2 หลายเดือนก่อน

    Love how he decides to ignore every single comment asking why his inefficient code isn’t working

    • @ItsBarnabyJones
      @ItsBarnabyJones หลายเดือนก่อน

      I am so glad I'm not the only one who has spent forever trying to figure out why this code don't work, I even joined his discord and asked him how to fix something and of course, no response. Can't get the door to auto close on any axis no matter which.

  • @net4youchannel35
    @net4youchannel35 7 หลายเดือนก่อน +1

    now open the door in both directions.. :P example can be - press W or S to open the door in a specific direction.
    nice video btw !

    • @codethings
      @codethings  7 หลายเดือนก่อน

      I’ve never seen that mechanic before lol but that shouldn’t be too difficult and thank you!

    • @net4youchannel35
      @net4youchannel35 7 หลายเดือนก่อน

      @@codethings In some PvP shooters, it makes sense to be able to choose. Otherwise other players could see how you open the door :P

  • @ennisdelamor
    @ennisdelamor 7 หลายเดือนก่อน +1

    thanks uu you're so underrated bro !!

    • @codethings
      @codethings  7 หลายเดือนก่อน

      Thank you man 🙏‼️

  • @ariyarivandi4859
    @ariyarivandi4859 5 หลายเดือนก่อน

    Could you please explain how in the Resident Evil games, when the character collides with a door, if they were running, the door opens, but if they were walking, the door doesn’t open and you need to use the interact key to open it?

  • @thedeafvampire
    @thedeafvampire 7 หลายเดือนก่อน +2

    Procedural feet animation for player pls

  • @Expo_Var
    @Expo_Var 3 หลายเดือนก่อน

    hello, i have a problem with auto close door exactly with smooth auto close( my door close fast) how to get more smooth door close (on auto close)?

  • @Vittorio717
    @Vittorio717 7 หลายเดือนก่อน +1

    Can you make a Series on a realistic gun system?

    • @codethings
      @codethings  7 หลายเดือนก่อน

      I plan on doing one eventually, yea :)

    • @Vittorio717
      @Vittorio717 7 หลายเดือนก่อน

      @@codethings Nice btw thank you for all the tutorials

  • @jamielu3909
    @jamielu3909 6 หลายเดือนก่อน +1

    Where did you get the sounds?

    • @codethings
      @codethings  6 หลายเดือนก่อน +1

      Freesounds.org I think

  • @noonlol
    @noonlol 7 หลายเดือนก่อน +2

    ty bro!

  • @agentshadow6618
    @agentshadow6618 7 หลายเดือนก่อน +1

    when gun and dagger or mele and change to it ,, please

    • @codethings
      @codethings  7 หลายเดือนก่อน

      I will be doing weapon tutorials in the future :) to be updated sooner, you can join our discord community!

    • @agentshadow6618
      @agentshadow6618 7 หลายเดือนก่อน

      Thank you

  • @bycaptayn5099
    @bycaptayn5099 6 หลายเดือนก่อน

    Hello, thanks for the tutorial. I would like to know why the door closes without the closing animation. I mean the door closes very quickly and not slowly like before.

    • @bmx9421
      @bmx9421 6 หลายเดือนก่อน

      Same. Its like teleporting to the closed state. Despite everything being the same as in the video, the FInterp To node doesnt seem to work for some reason.

  • @ulrickthegreat
    @ulrickthegreat 4 หลายเดือนก่อน

    This might be my mistake, but I still need to use NOR and a delay of 1.5 seconds in the Automatic Door Closing section to make it work. But I am still running into the issue with the door closing sound when I walk around it. Would this have anything to do with using NOR over the OR?

    • @jonnyk402
      @jonnyk402 4 หลายเดือนก่อน

      Same issue did u fix this?

  • @TIXSOCAR
    @TIXSOCAR 7 หลายเดือนก่อน +1

    Broo you best 🔥🔥

    • @codethings
      @codethings  7 หลายเดือนก่อน +1

      Thank you so much!

    • @ItsBarnabyJones
      @ItsBarnabyJones หลายเดือนก่อน

      code doesnt work

  • @hrzfu746
    @hrzfu746 5 หลายเดือนก่อน +2

    for me is very bugy

  • @陈大伟-n9o
    @陈大伟-n9o 13 วันที่ผ่านมา

    我只能放弃自动关门的功能了,按照视频去做,不行,or要改nor才可以,但是关门后,门就再也开不了了,开门永远卡死在15度位置

  • @streetworkoutsy
    @streetworkoutsy 4 หลายเดือนก่อน +1

    bro this not working

  • @rlb1968able
    @rlb1968able 7 หลายเดือนก่อน +1

    Are you going to make a feature where the hand of the player is on the door pushing it or is it just goanna be a door that magically swings. If so I'm going to start making Harry Potter jokes and Call you a wizard

    • @codethings
      @codethings  7 หลายเดือนก่อน

      😂😂I was planning on it eventually as a part 3 of the series!

  • @SpecificUserName47
    @SpecificUserName47 5 หลายเดือนก่อน

    Hello everybody, I've been following your tutorials and I found out that my door closes automatically too fast. It literally teleports to the closing point. Has anybody faced the same issue and how did you solved it? Personally I have no idea what is causing this. Thank you in advance ;)

    • @tim2637
      @tim2637 2 หลายเดือนก่อน +1

      Same issue, tried many thinks. But I don't find a solution. The FInterp should normally change the rotation smoothly

  • @peronel
    @peronel 3 หลายเดือนก่อน

    How to make a Realistic Door System in Unreal Engine 5
    How to adjust the door speed

  • @blad3sashab
    @blad3sashab 6 หลายเดือนก่อน +1

    Are you free for hiring to do some custom "simple" job for me? Paid ofc.

    • @codethings
      @codethings  6 หลายเดือนก่อน

      For sure! If possible can we dm on discord? Here is the link to my discord server, I’ll contact you directly from there :)
      discord.gg/QRJNEhGU9Y

    • @ItsBarnabyJones
      @ItsBarnabyJones หลายเดือนก่อน

      his code doesnt work.

  • @ДмитриевМаксим-з1щ
    @ДмитриевМаксим-з1щ 5 หลายเดือนก่อน

    english melon polygon

  • @bazio5592
    @bazio5592 7 หลายเดือนก่อน

    Only third person is good, first person is meh