How To Make An Audio Volume Menu UE5.1

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ต.ค. 2024

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

  • @lowelljacksonFS
    @lowelljacksonFS 3 หลายเดือนก่อน +6

    Very helpful info, just wish it wasn't rushed and sped up in the more tedious parts. I was following along and it took me 1.5hrs to watch this 12m video.

  • @mcdonaldsspritee
    @mcdonaldsspritee ปีที่แล้ว +33

    great tutorial! 1 tip: dont edit the video so much. its nice to see it on fullscreen so people can see what you are doing and look back a little

    • @SavageDevs
      @SavageDevs  ปีที่แล้ว +9

      Thanks for the advice, I read somewhere that zooming in can help with retention on Mobile but if does not seam to work all that well so I am going back to only having the full screen.

    • @esotericgamedev
      @esotericgamedev 11 หลายเดือนก่อน +5

      I second this

    • @afterlife1578
      @afterlife1578 5 หลายเดือนก่อน +3

      I agree, its very hard to follow with all the zoom ins. People on mobile won't be doing a tutorial anyway.

  • @stlaz__
    @stlaz__ 3 หลายเดือนก่อน +8

    dude just stop with the zooms I don't wanna create the exact same UI and it prevents to follow along clearly

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

    Hi! Thanks for the tutorial :) It works fine, but when I reopen the widget, the sliders are reseted to 1. What am I doing wrong?

  • @ECHSBACHS
    @ECHSBACHS 11 หลายเดือนก่อน +2

    Worked Great! Thanks!

  • @Shixfps
    @Shixfps ปีที่แล้ว +2

    You need more subscriber !!! Thank its very nice video !

    • @SavageDevs
      @SavageDevs  ปีที่แล้ว +3

      Thank you for the kind words! It means alot.

  • @Sephira_n
    @Sephira_n ปีที่แล้ว +1

    Hey so good tutorial all around; however, I am experiencing this issue where everything works as intended (the saving of values, etc) except the actual volume. The things that may be the issue are that,
    A: I've been using a separate 'savegame' data type (or whatever they're called) this is because of other settings that use the same saving and storing logic
    Or B: The volume would be for the main menu whereas a pause screen will be implemented whenever; thus deprecating the player controller (for the time being)
    Thanks in advance

    • @SavageDevs
      @SavageDevs  ปีที่แล้ว

      I an so sorry that is happening, but I would have no clue as to how to fix it as of now. It may be A or it may be B, I would recommend trying in a blank project to see if the code still works as the video is getting older.

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

      did you ever fix it im having the same issue

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

      @@yoldyblogs766 Are You guys tried use node called "Push Sound Mix Modifier" just after Set Sound Mix Class Override, and ofc set ther "MainSoundMix"

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

      @@yoldyblogs766 Same

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

      I've had a slightly differet issue where my SFX slider is instead controlling the music volume and the music and ambience sliders don't work, and that's in spite of following the entire video (as best I can given how fast this video goes by)

  • @zrmdevelopment7260
    @zrmdevelopment7260 2 หลายเดือนก่อน +4

    I very rarely comment on a youtube video, but I swear to God, on top of that this is literally the very first time when I post a negative comment about something...
    Dude, stop fast forwarding the video! I can barely catch some key moments while watching 0.75 speed.
    Moreover, you zoom in like crazy!! 90% of those that are watching this kind of tutorials are watching on a PC (monitor) and not mobile

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

      i watch on 2x speed and it feels like 1x speed, i dont know what you are talking about.

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

    Thanks so much!

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

    Worst tutorial I ever suffered through. And then the sliders don’t even work. What a waste of time, now I need to fix this mess.

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

    how on earth do you want to assign the class for every sound individually if you have thousands of sounds in the game?? for example if you use multiple large soundpacks

    • @K4P3X
      @K4P3X 7 หลายเดือนก่อน +6

      I got you. While pressing the "Ctrl" key (or the "Shift" key to select a bunch out of one click), select the sounds you want to set to a specific sound class and right-click on one of the sounds you got highlighted to get the pop-up options window where you have to click an option that reads "Asset Actions". Now, in the next pop-up options window, select the options that reads "Bulk Edit via Property Matrix" and, once you get that window opened, in the details panel to the right of the screen you can set all the sounds you selected to an specific sound class, all at once.

  • @Alex9250
    @Alex9250 ปีที่แล้ว

    Can you do gameplay settings next. So Fov slider and sensetivity settings?

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

      do it yourself.

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

      @@renisrrenis9225 Jeez man he just asking

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

      @@masterkywqlker its same thing just using GameUserSettings. 5mins max of googling would do it. If you ask everything that is simple you will never make a game.