Unreal Niagara - 3D Hologram effect (FULL TUTORIAL)

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

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

  • @kangjong2
    @kangjong2 Год назад +4

    question to 6:40 why I do not have in "Color Value To Scale" the "Output SampleTexture Sampled Color?? Wrong type of variable: Niagara doesn't auto cast or convert variable types, make sure that the field is looking for a linear color variable and not a vector. Otherwise the variable won't show up in the selection list.

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

      Hola Enrique… great stuff as usual. I’m also wondering how to get past this section and why “Output Sample Texture” is not an option. I followed this twice and don’t know of a solution”. Is a conversion needed to work with UE5.3? Thanks Amigo.

    • @DdawgRealFX
      @DdawgRealFX 10 месяцев назад +1

      Using 5.3.2 people may need to use Particles/SampleTexture/SampleColor. I didn’t realize there was a change.

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

    Hi Enrique, question to 6:40 why I do not have in "Color Value To Scale" the "Output SampleTexture Sampled Color"?

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

      Hi! This could happen because of a couple of different reasons:
      - Module order in the stack: the color scaling needs to be placed after the sample texture module, otherwise the variable won't exist by then.
      - Wrong type of variable: Niagara doesn't auto cast or convert variable types, make sure that the field is looking for a linear color variable and not a vector. Otherwise the variable won't show up in the selection list.

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

      @@EnriqueVenturaGamesHola Enrique. Amazing stuff. Is creating the Output Sample Texture variable missing from the tutorial? Gracias.

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

    Nice tutorial! The effect is cool.

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

    Yo this is amazing. Great video

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

    Great tutorial! Just wondering how I can add some curl noise or other forces to the particles... they seem really stuck in place !

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

      The bit at the end where the particle position is set to a smoothlerp between the original and destination positions! :)
      If you want to add some dynamics to the particles, either as they fly or when they get to their target, you need to relax the convergence on that smoothlerp, disable the set position on those particles after a while, or apply even stronger forces to counter.

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

    Do you have a more in depth tutorial on this? I would love to see it!

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

      That one is quite deep! :) was there any area in particular that you wanted to learn more about?

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

    whaat... this looks insane compared to all hologram effects i've seen in UE. how did you learn this?! :D

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

      although adding the new position makes everything invisible, so idk how to actually make this work

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

      experimentation and time :D
      Also, not sure about what your problem is, could you describe it better?

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

      @@EnriqueVenturaGames not sure. you add particle position code and it displays particles on a 2D plane. for me adding position makes all particles disappear. :/

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

      @@EnriqueVenturaGames do you plan uploading your tutorial assets to Patreon? would be nice for people like me, since i tried this tutorial on 2 UE versions and it simply breaks someplace.

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

    @EnriqueVenturaGames just discovered your channel, and subscribed. Is there anyway to "Project" the result onto a screen for example a wall, or say a video file rather than a mesh or mannequin as in your example.

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

    I have never in my life wanted to re-create an effect so bad and not been able to keep up with a tutorial. I'm going to re-teach myself unreal and take a niagra for beginners course and try this later but i am so bummed. lol

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

      good luck! I'm super busy these days but working on some beginner tutorials, stay tuned!

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

      @@EnriqueVenturaGames it’s all love. Appreciate the content.

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

    WOW! in-engine fake reality projection. makes it even more real.

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

    El kinect! 2 tengo you y el asus

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

      Jajaja pues ya puedes conseguir el mismo efecto en Unreal usando particulas :P

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

    float3(Particles.UV^500, 0.0) /* Custom HLSL! */ Now errors 5.2