How To Make An Audio Volume Menu UE5.1

Sdílet
Vložit
  • čas přidán 19. 08. 2024

Komentáře • 25

  • @lowelljacksonFS
    @lowelljacksonFS Před měsícem +3

    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 Před rokem +28

    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  Před rokem +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 Před 8 měsíci +5

      I second this

    • @afterlife1578
      @afterlife1578 Před 3 měsíci +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__ Před 27 dny +3

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

  • @zrmdevelopment7260
    @zrmdevelopment7260 Před 16 dny +3

    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 Před 6 dny +1

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

  • @horvathgergely1538
    @horvathgergely1538 Před 2 měsíci +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 Před 8 měsíci +2

    Worked Great! Thanks!

  • @ShixDiscord
    @ShixDiscord Před rokem +2

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

    • @SavageDevs
      @SavageDevs  Před rokem +3

      Thank you for the kind words! It means alot.

  • @MAUREISHON
    @MAUREISHON Před 6 měsíci

    Thanks so much!

  • @YugesBoys
    @YugesBoys Před 5 měsíci

    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 Před 5 měsíci +4

      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.

  • @Sephira_n
    @Sephira_n Před 10 měsíci +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  Před 10 měsíci

      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 Před 8 měsíci

      did you ever fix it im having the same issue

    • @Luke_wasd
      @Luke_wasd Před 6 měsíci

      @@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 Před 6 dny

      @@yoldyblogs766 Same

    • @giftheck
      @giftheck Před 11 hodinami

      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)

  • @Alex9250
    @Alex9250 Před 11 měsíci

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

    • @renisrrenis9225
      @renisrrenis9225 Před 6 dny

      do it yourself.

    • @masterkywqlker
      @masterkywqlker Před 6 dny +1

      @@renisrrenis9225 Jeez man he just asking

    • @renisrrenis9225
      @renisrrenis9225 Před 6 dny

      @@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.