How to create a screen fade in UE4, UE5 Without MobileHDR / All Platforms including Quest 1 and 2

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Updated Discord invitation: / discord #UnrealEngine #VR #VirtualReality
    ► Join the Discord: / discord
    ► Description
    How to set up screen fade in UE4 and UE5 without Mobile HDR.
    -----------------------------------------------------------------------------------------------------------
    ► Patreon: / gamedevxr
    ► Twitter: / gamedevxr
    ► Instagram: / gamedevxr
    -----------------------------------------------------------------------------------------------------------
    If you're new to VR and want to get started with Oculus Quest development, I recommend watching these videos first.
    1. Installing UE4 from Source code (contains more up to date Quest features)
    • Installing UE4 4.25 fr...
    2. Installing Android Studio (Required to create Oculus Quest projects in UE4.25+)
    • Installing Android Stu...
    3. My Oculus Quest 1 Settings (These are different to the Quest 2)
    • My Oculus Quest 4.25 B...
    4. My Oculus Quest 2 Settings
    • Quest 2 Settings You S...
    -----------------------------------------------------------------------------------------------------------
    PC SPECS:
    ► RTX 2070 Super
    ► I9-9900K
    ► 32GB Ram
    ► 2TB SSD
    Equipment
    ► Keyboard: HyperX Alloy Origins
    ► Mouse: Anker® Ergonomic Optical USB Wired Vertical Mouse
    ► Mic: Trust GXT 232
    ► WebCam: Jelly Comb
    ► Screen: AOC I2367fh 23-inch LED x 2
    ► Headset 1: Oculus Quest 128GB
    ► Headset 2: Oculus Rift + Motion Controllers
    ► Headset 2: Oculus Quest 2
    ► Graphics Tablet: Wacom Cintiq 13hd

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

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

    Your tutorials have helped me more than anything else in my VR journey on Unreal. I've struggle with this little gem for a day until I found this vid. Thanks a million.

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

      Glad I could help!

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

    "...And I just crashed Unreal" ~Most Relatable Guy Ever

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

    Thank you! At first I was struggling on get this work because it faded to black but it didn´t get back to scene, until I realised that I was creating one sphere to fade to color and another to fade to scene, when I needed to reference the same sphere instead.

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

    Great Tutorial! I like it when you forget "things" bc the following explanation makes more sense 👏

  • @BrianScotland
    @BrianScotland 2 года назад +2

    When you explain things that seems to click I appreciate you taking the time to make this tutorial

  • @jalalchachoua6370
    @jalalchachoua6370 2 года назад +4

    I currently use the "Set Color Scale and Offset" node for all my fade effects but sadly the color offset doesn't work on the quest, having this is a life changer. Thanks for the tutorial.

    • @GDXR
      @GDXR  2 года назад +2

      That's how it can typically be done but does require Mobile HDR. And is why it no longer works on quest

  • @immortalgamer4137
    @immortalgamer4137 2 года назад

    Hi Jonathan! It's Lewis- from the Event today! Thanks for the inspiration you gave! I'm gonna tinker with UE5 tonight at some point, hopefully things work out this time 🙂

  • @RagingGamingBear
    @RagingGamingBear 2 года назад +1

    Another cool idea for a video is smooth aim/controller. Some shooters have it to stop the jittering and make aiming smoother with less shake :)

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

    finish the video: Oh wait I just noticed that this was the wrong method, let´s start again 🤣
    Just joking, great video!

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

    hi thanks for the help but i have a question , when i use the node with EVENT BEGIN PLAY to fade to Screen
    after this when i play the game, character pawn begins to fly,bumping unreason

  • @lucianospadaccini1675
    @lucianospadaccini1675 2 года назад

    Bro i don't know what's wrong with your recording set up but it's really hard to read properly, are u using a 4k monitor? Btw great tutorial, i found it very helpful, keep pushing! :D

  • @alex080881
    @alex080881 2 года назад

    Thanks

  • @lecoq_de_lombre
    @lecoq_de_lombre 5 месяцев назад

    For future reference, this works on a Quest 2!

  • @drew.deguara
    @drew.deguara Год назад

    Is there any way I can apply this fade effect to a teleport?

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

    Disable Depth Test doesn't work on Quest Native though due to Android limits

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

      It should, I've had no issues when disabling depth test on materials. Mainly for UMG content.

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

      @@GDXR It does on a packaged android build without deferred shading or mobile hdr.
      Had this issue for a while, but I found a decent way to do this buy just making 2D Widget with an image that is just one white pixel. Stretch it, set tint to 1 1 1 1.
      On Start attach to viewport of player.
      Then when teleport during the lerp just lerp the alpha values based of the purpose. Also can add color effects.
      Make sure to add to viewport in the pawn of course.