UnrealLearn
UnrealLearn
  • 6
  • 1 331
Virtual Plane UVs - Unreal Engine 5
In this video I will show you how to use a virtual plane uv's node inside unreal engine
If you like my content, like, comment and subscribe for more! :)
00:00 - video starts
00:44 - virtual plane uv's node
03:32 - sphere mask
04:02 - texture projection
05:10 - normal map
06:56 - next video
07:14 - end of video
#unrealengine #gamedev #unrealengine5
Переглядів: 53

Відео

Trading Card Tutorial - Unreal Engine 5
Переглядів 171Місяць тому
In this video I will show you how to create a trading card inside unreal Engine 5 0:00 - Introduction 0:29 - Preparation 1:10 - Background Material 3:38 - Card Material 3:50 - Strips 4:50 - Camera Direction 6:30 - Angle Control 8:04 - Mask 11:05 - Image Blending and Normal Map 12:35 - End of Video #unrealengine #gamedev #unrealengine5 #tutorial
Per Instance Gradient - Unreal Engine 5
Переглядів 61Місяць тому
Hi, in this video I will show you how to make a per instance 0-1 gradient, based on bounding box! Links & Commands: dev.epicgames.com/documentation/en-us/unreal-engine/API/Runtime/Engine/FPrimitiveUniformShaderParameter-?application_version=5.1 GetPrimitiveData(Parameters).InstanceLocalBoundsCenter.xyz GetPrimitiveData(Parameters).InstanceLocalBoundsExtent.xyz 0:00 - start 0:10 - the problem 0:...
Master Bounds In Your Particles! - Unreal Engine 5 #unrealengine
Переглядів 1362 місяці тому
In this video, I'm going to show you how to create two custom scratchpads that will allow you to change your particle bounding box per instance and visualize it. This is extreamly useful, because niagara GPU particles doesn't support dynamic bounds as CPU do and you will work on GPU Particles in 99.99% times 0:00 - Introduction 0:15 - bounding box in unreal 1:48 - bounding box in niagara 2:48 -...
Particle Visualization with DebugDraw - Unreal Engine
Переглядів 3432 місяці тому
In this video, I'll show you how the Niagara DebugDraw Interface works and why it's useful for your particle systems in Unreal Engine. Learn to visualize and debug your particles more effectively. Improve your particle effects with DebugDraw! 0:00 Draw line to closest surface 2:00 Overwrite max instances 3:15 Persistent debugs 4:45 How to add switch 5:20 Debug with blueprints 5:22 Circle facing...

КОМЕНТАРІ

  • @zico_-
    @zico_- 23 години тому

    Finally, i've been waiting for this unreal engine tutorial!

  • @klaudiasze5840
    @klaudiasze5840 23 години тому

    Thank you for blessing my day with your tutorial

    • @UnrealLearn
      @UnrealLearn 23 години тому

      And the day just started, so have fun!

  • @zico_-
    @zico_- 8 днів тому

    When is this dropping ffs 😡 I need it now

  • @klaudiasze5840
    @klaudiasze5840 10 днів тому

    Does it work only for water or can you pour there for example some prosseco

  • @zico_-
    @zico_- 10 днів тому

    Need this unreal engine tutorial

  • @JoeMama-hr3qe
    @JoeMama-hr3qe Місяць тому

    This is really great stuff, thank you so much for making this!

  • @NayanThapaMagar-f1o
    @NayanThapaMagar-f1o Місяць тому

    Did you painted the landscape or is it made other ways?

    • @UnrealLearn
      @UnrealLearn Місяць тому

      Hi, my landscape material is mostly procedural, based on simple perlin noise and slope mask, I also have ability to paint layers by hand. Textures are from mega scans, cliff meshes are generated using PCG, grass is made using procedural grass via landscape material. But I had to say that this material isn't perfect, so I'm not planning any tutorial on this topic right now, maybe in future :D Also tip. If you want to use nanite meshes for grass or trees, don't use masked because its heavier for performance than full opaque mesh with more triangles

  • @Suffi8150
    @Suffi8150 Місяць тому

    Will this be part of a card game series?

    • @UnrealLearn
      @UnrealLearn Місяць тому

      Right now I'm doing just an examples of effects, but I would like to do some devlogs mixed with tutorials in the future :D

    • @Suffi8150
      @Suffi8150 Місяць тому

      @@UnrealLearn it would be cool to see a series expanding on the trading card tutorial and maybe making a mini Yu-Gi-Oh like game.

    • @UnrealLearn
      @UnrealLearn Місяць тому

      @@Suffi8150 Right now I don't feel good enough with blueprints to show advanced stuff, I don't want to teach bad practices :D For now, I will do blueprints only for simple stuff

  • @klaudiasze5840
    @klaudiasze5840 Місяць тому

    Wow, that's awesome! Thank you for this video

  • @klaudiasze5840
    @klaudiasze5840 Місяць тому

    Great video, thanks

  • @UnrealLearn
    @UnrealLearn Місяць тому

    2:04 50 cm, not 15 cm*, sorry for that also, those custom small nodes that I made are called "Named Reroute" and I use them for organization and clarity purpose

  • @klaudiasze5840
    @klaudiasze5840 2 місяці тому

    Another great tutorial, thank you for your work!

  • @UnrealLearn
    @UnrealLearn 2 місяці тому

    About the transform node: It just makes the bounds size values be in simulation space (relative to the system position). It was late when I was recording it, so I may not have explained this part well. Without it, the debug box will not match the bounding box. Sorry for that.

  • @JackAnderson-s5s
    @JackAnderson-s5s 2 місяці тому

    I hope to see more like this! I was wondering if you were able to show how you would create a custom scratch pad for debug lines on the Shape Location as they removed them in UE5 and above :(

    • @UnrealLearn
      @UnrealLearn 2 місяці тому

      Hi, it's very easy, here is a simple version for sphere location, but it will also work with box location or other shapes. 1. make a new parameter called float (Emitter)"radius" in your emitter spawn stage 2. add new scratchpad in your particle spawn stage with debugDraw sphere and input your emitter "radius" parameter 3. add your emitter "radius" parameter to Sphere radius inside shape spawn module So you will have a single value in your emitter spawn that will control size of module spawn(sphere) radius and also your debug radius :) same thing for other type of shapes I will be recording another video related to DebugDraw Interface this weekend about particles bbox

  • @klaudiasze5840
    @klaudiasze5840 2 місяці тому

    Thanks, your tutorial was really helpful!