Realistic Light Switch in UE5

Поделиться
HTML-код
  • Опубликовано: 25 июн 2024
  • Discord - / discord
    Realistic Light Switch in UE5

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

  • @DeadEndGames
    @DeadEndGames Год назад +5

    How do you always manage to post the perfect videos at the perfect time. I was just looking for this tutorial

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

    this video was on my reccomended page i know nothing about making games/light switches but this is cool

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

    You are brilliant!

  • @molegz
    @molegz Год назад +2

    Amazing tutorial as always

  • @0x1h
    @0x1h Год назад +1

    thanks bro for the tutorial ❤

  • @zyrox4983
    @zyrox4983 Год назад +2

    Hell yeah Nice tutorial

  • @user-nw5le2vu4r
    @user-nw5le2vu4r 10 месяцев назад

    Thank you for tutorial!

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

    I tried combining this with the newer IA_Interact system and had a issue. im rebuilding a test project from scratch to see. awesome tutorial. Im actually using it for buttons on a machine

  • @moneyman4898-
    @moneyman4898- Год назад +2

    i need this. thanks :)

  • @MasthaX
    @MasthaX 3 месяца назад

    Don't just call interact on said object after a linetrace, check if the object implements said interface first.

  • @Transcriptor
    @Transcriptor 10 месяцев назад

    What about using a hand with colliders? especially with the new ias?

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

    How would one make the lights turn off when picking an item up? (Trying to make a jumpscare kinda thing where when I pick a flashlight up the spot lights that are in the scene all turn off.)

  • @natsukiii_9489
    @natsukiii_9489 Год назад +3

    Hello, very good tutorial like all the others you have done.
    I wanted to know if you were going to make a video on how to make a stamina bar? I've been looking for a tutorial for a few days now but most of them on RUclips seem to be not perfect.
    The stamina bar they show works but for example, the stamina drops even if the character doesn't move because all the code is linked to the sprint key. So if you press your sprint key without pressing your key to move forward the stamina still drops. And they don't show either how to give a penalty to the player when the bar reaches 0 (Basically that if the stamina reaches 0 the player can't run again until the bar fills up again). So do you think you could do a tutorial on this? You explain really well how to do things and I think it would help a lot of people if you made a tutorial on this.

    • @EREMENTALSTUDIOS
      @EREMENTALSTUDIOS  Год назад +2

      Yes have a LOT of tutorials il working on rn but i will make one about that👍

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

    I like your videos

  • @bicybic
    @bicybic 8 месяцев назад +1

    But, how do i tie it to lights i already have on my map?:(

    • @QuadDamage3
      @QuadDamage3 8 месяцев назад

      Create a variable for your switch blueprint, of "Light" type. Variables are on the left in Blueprint editor. So make the variable, click on it, check "Instance editable". compile and save, now selecting your switch in level, there's a slot where you can attach an existing light to it.
      Also, refer to this variable, in "set-visibility" code, since you won't be attaching premade light to the blueprint (drag the variable into code, instead of existing light).

  • @gr4j0m3r
    @gr4j0m3r 10 месяцев назад

    How can I create separate switch? Can you drop me a link?

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

    This is kinda meh. First of all, one of the most important things is missing. How about integrating the little circle crosshair so you kinda know where to hit the traces. At the beginning when you you were shown...oh damm look, we will do this, you had a little circled crosshair, but in the tutorial itself you skipped this important step. I`ll say pass to this tutorial...looking for more pro ones.

    • @LiquidVeniym
      @LiquidVeniym 3 месяца назад

      This isnt even related to the topic of light switches, just go find a tutorial for a crosshair and stop berating him for what he DOES show you.