Ladders: A First Person Climb in Unreal!

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

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

  • @Zeo_Kana
    @Zeo_Kana 5 дней назад +1

    hmmm, I'd have kept the ladder variable private to the player charactedr and called custom events to set things. While it won't cause problems initially, when the projects scale up and you want to trigger more things to happen when climbing, you can do so at safe entry points as opposed to letting an outside actor influence the internals of another actor.
    Same thing exists in programming principles, less outside influence to internal workings, the less bugs you'll have.

  • @carljthatsme94
    @carljthatsme94 2 месяца назад +1

    Simple and it works, perfect!

  • @AustinThomasFilms
    @AustinThomasFilms Год назад +1

    Perfect! Just what I needed, thank-you

  • @ihabiano
    @ihabiano 11 месяцев назад +3

    Oh, not sure how I missed this video.
    Another video learning Unreal Step by Step! "ba dum Tsss"

    • @ShaunFoster
      @ShaunFoster  11 месяцев назад +2

      Oooh. 😂 Dad humor! Thanks for the pun!

  • @KANAWA2025
    @KANAWA2025 6 месяцев назад

    all work ! thanks man! ive watching 6 videos , but onli your ladder working - thank yo twice!

  • @mehmetbaspinar25
    @mehmetbaspinar25 9 месяцев назад +2

    Hi Shaun, I tried it in third person and it worked, the only problem is that the character turns around while climbing the stairs, how can I fix this, thank you.

  • @MagimanD
    @MagimanD 11 месяцев назад +1

    Hey man, great tutorial, I wanted to know how can I keep the player on the ladder position without falling like if you let go of the arrow you fall, so how could I change this?

    • @ShaunFoster
      @ShaunFoster  11 месяцев назад +1

      Thanks for the question! I haven’t tried it, but you might be able to swap modes to something that doesn’t move when you take a finger off the upper down key. Then require returning to pressing an up or down key, which will reactivate the flying mode.

    • @MagimanD
      @MagimanD 11 месяцев назад

      Hey man, thanks for replying. I did find a way just by adjusting the flying speed to 300 and the braking deceleration to 500 and the@@ShaunFoster

  • @JointOps2.0
    @JointOps2.0 9 месяцев назад +2

    Hi just watched your tut, i have a few issues. First off i find i have to jump onto ladder as walking up to it does nothing and when on ladder it auto climbs and you can fall off sideways easy

    • @Eludium_SNKN
      @Eludium_SNKN 9 дней назад

      Not sure if you got around to solving it, but posting this here in case somebody else experiences the same issue. Make sure that when you're changing the movement mode to "Flying", you are doing so by calling the "Set Movement Mode" method, NOT the "Set Default Land Movement Mode" function. I've had the same problem as you for hours until I figured out I was just calling the wrong function on movement mode update

  • @CMont-pr6cb
    @CMont-pr6cb 10 месяцев назад +1

    Hi! First of all, thanks for the tutorial! I have a noob question, how can I make possible for the player to jump whlie he is on the ladder?
    Thanks in advance!

    • @Neuromindart
      @Neuromindart 7 месяцев назад

      This is definitely not a noob question. I've been trying to figure this out for a long time now.

  • @magegames6202
    @magegames6202 6 месяцев назад +1

    i did this but without ladders just put my volumes infront of vines it wasnt working cause my box was at an angle in game they need to be straight up if you want to do this way

  • @francostefanogallo
    @francostefanogallo 9 месяцев назад

    So usefull!!! thaaanks

  • @faradaysinfinity
    @faradaysinfinity Год назад +1

    Awesome!

  • @serizawareda7831
    @serizawareda7831 Год назад

    hmmm... i don't know why it wont go outside the ladder... i'm stuck in it even when i reduced the box collision :/

  • @zeeshankhan-gw2lv
    @zeeshankhan-gw2lv 8 месяцев назад

    Thank you😊

  • @gdl-nik
    @gdl-nik 8 месяцев назад

    Thank you

  • @SadWaffle-f6v
    @SadWaffle-f6v 6 месяцев назад

    it did not i do not know why