Unreal Engine 5 Tutorial 100,000 Subscribers Special - Doors Revisited Part 1: Open and Close

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 22

  • @MarineBoyGame
    @MarineBoyGame 4 месяца назад +2

    Congrats on the 100k! You deserve that and far more. Thank you for helping the development community!

  • @eligijuspranskunas3509
    @eligijuspranskunas3509 4 месяца назад +1

    Congrats!

  • @a_blue_chicken1093
    @a_blue_chicken1093 4 месяца назад +1

    Nice man, congratz on the 100.000!!

  • @fishtankstudiosUEFN
    @fishtankstudiosUEFN 4 месяца назад +1

    Awesome dude. What a ride so far. And thank you for all your efforts. I would not be where I am without your guidance for all these years.
    200k here we come.
    This is the way....

  • @AleksanderFimreite
    @AleksanderFimreite 4 месяца назад

    Congrats on the milestone.
    Some naming suggestions I would like to suggest to improve how intuitive this would be to someone who is not familiar with your blueprint...
    Use more technically correct terms for components and variable names such that its easier to understand what it does at a glance.
    Rotating a door is called changing its "angle", not "distance". Scene component should be named "pivot" not "proxy". Proxy means "approximation" often means "placeholder".
    Based on how you are designing this door, you are giving it a lot of responsibility to handle more than one functionallity. Generally not adviced for code exansion purposes.
    But that aside, I would use a enum over a bool here to swap states between sliding and swinging door. As it supports a 3rd mode better without complications of destructivly changing data layout later on already placed actors. Thinking ahead on "what if I need to add this feature?" will leave you with a better framework in general.

  • @Hellishcaos
    @Hellishcaos 4 месяца назад

    Love your content! Hope you'll go over your RTS tutorial for Unreal 5 someday in the future. Much love!

  • @ForgottenMVP
    @ForgottenMVP 4 месяца назад

    I watched your so many videos, now I m good at logic making but I have taken some break because of my semester exams, did you make any door ki key setting that is pickable as in your inventory system and when we click use can, can it open door , I m trying but not working, I have door I'd stuff , i think I'm still a beginner, can you help sir one video on inventory system that picks keys and opens door

  • @IsabellaFrancoo
    @IsabellaFrancoo 4 месяца назад

    👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼

  • @carlosrivadulla8903
    @carlosrivadulla8903 4 месяца назад

    can u explain what is for pass by refenrece?

  • @FishBoyBlue
    @FishBoyBlue 4 месяца назад

    I swear, you have this knack of uploading a tutorial on exactly what I am working on just as I am working on it! Thank you!!!

  • @DungeonsoftheAmberGriffin
    @DungeonsoftheAmberGriffin 4 месяца назад

    I have a question. Since I'm thinking about how to optimally solve certain things related to Blueprints of objects that are on the map (e.g., lanterns swaying in the wind, etc.). This can be done with Begin Overlaps, but it's burdensome when 40 objects on the map are checking. To prevent "things" from running in the tick, you can launch timers that check certain things every few seconds. But I also know that you can check certain things in BP_Player_Character since there is a tick there anyway.
    What's your opinion on this subject? Regards and congratulations!

    • @HanzalaNasirDH
      @HanzalaNasirDH 4 месяца назад

      I think you can make it more cheap by using inputs to do a trace by channel and open or close the door by calling interfaces by that trace

  • @aleksandarstanisic1848
    @aleksandarstanisic1848 4 месяца назад

    Gz😂 man

  • @lawebley
    @lawebley 4 месяца назад

    Congrats Ryan, thank you for sharing your knowledge, and for all the efforts you expend in doing so. It is hugely appreciated and you richly deserve every success.

  • @britishninja
    @britishninja 4 месяца назад

    Congrats, wonderful resource for the unreal community

  • @MgamingStudios
    @MgamingStudios 4 месяца назад

    Congratulations on 100K Mr.Laley, I love watching and following your tutorials all the back in 2021 to now ❤🎉🙌

  • @pilgrimidleandwalkon8192
    @pilgrimidleandwalkon8192 4 месяца назад

    Hello Ryan. Congratulations on 100,000 subscribers. Your content is simply fantastic. I think that something like this, as well as the perseverance with which you run your channel, has been rightly recognised. Keep up the good work. I'm already looking forward to your upcoming content.

  • @jacktoobsee
    @jacktoobsee 4 месяца назад

    Please try not to use Event Tick in your tutorials, it can impact performance

    • @RyanLaley
      @RyanLaley  4 месяца назад +2

      This tutorial isn't using event tick. Also event tick is fine if you use it for the right things. Performance is not going to affected by most things, you just need to avoid using recursive loops in tick if you can or expensive look up calls (i.e. get all actors of class)

    • @jacktoobsee
      @jacktoobsee 4 месяца назад

      @@RyanLaley Ok, thank you for the information

  • @djodjo82
    @djodjo82 4 месяца назад

    One more tutorial already seen in RUclips..😢