TPS Mesh Fading - Tutorial Episode 7

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • Welcome to the seventh episode of my tutorial series. In this module we are going to make any meshes that come between the player and the camera fade out.
    Git repository of the tutorial can be found here:
    github.com/glo...
    Join the Discord to get help, stay informed with new videos, or just meet some cool people:
    / discord
    Follow me on twitch to watch me make some games or make these tutorials:
    / neuroflow
    Like and Subscribes are much appreciated and help the channel grow.Thanks for watching, and feel free to request a tutorial in the comments, as well as ask any questions you may have about this video.
    Have a great day and stay safe out there! Wash your hands!

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

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

    Dude, I love you! This is exactly what I needed! Was bashing my head against the wall, trying to figure out how to remove objects from an array once the overlap ends, haha.

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

    I was trying to do this effect but couldn't find any tutorials, only tech demos or promotions of 50 dollars asset packs. You are a saivour. ty

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

      Same. Though I have a question. How can you apply this to any game object in the world. I don't want all of my object to have the same material on them so that they can look differently. But I would want to fade out most objects that come between the player and the camera.

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

      @@rogerfoster8020 There are couple of methods but easiest one threre is something called PBR, in short combines everthing under a material (texture,diff etc.) do everything you did for the white material, create an material instance, apply pbr then you are good to go. just be careful how you seperate your object, if you want to make inside of buildings visible for example, seperate buildings roof so only top of the building will disappear

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

    Great video and super helpfull. Worked like a charm, keep at it!

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

    Thank you for the technique! I’ll use it for my top-down project)

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

      hello have you adapted this to your top down?

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

      @@sunfix991 Hi! Yeah, with a few tweaks it worked quite well)

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

      @@InnocentyTheUnstopable helloo! i'm kinda new in UE, i'm using 5.2
      version and i can't find float - float? any help?
      Edit : I'm dumb, i guess it's just subtract now lmao. thank you anyways! i'm trying to create a top down game aswell.

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

      what changes did you make? I tried this and the fade out is no problem, but get the mesh to fade in agien seems to be a big problem

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

    thanks, but if my mesh have mutiple material , how to effect all material?

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

      i guess you need to add the Material Function to all your materials in your mesh

  • @吴大伟-r5x
    @吴大伟-r5x 9 месяцев назад

    but it lost shadow!