Scatter Effect in Unity! (Visual Effect Graph)

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 50

  • @CodeMonkeyUnity
    @CodeMonkeyUnity  4 роки тому +9

    Scatter Effect! Excellent for display your Logo during your game intro!
    🌐 Have you found the videos Helpful and Valuable?
    ❤️ Support on Patreon www.patreon.com/unitycodemonkey or get the Game Bundle unitycodemonkey.com/gamebundle.php

    • @itsblubird7324
      @itsblubird7324 4 роки тому

      Unity particle system is better

    • @CodeMonkeyUnity
      @CodeMonkeyUnity  4 роки тому

      @@itsblubird7324 They serve different purposes. If you want interaction with Physics use the Particle System, if you want tons of particles like I'm using here use the VFX Graph

    • @CodeMonkeyUnity
      @CodeMonkeyUnity  4 роки тому

      @Maxwell Harris The only hard thing about programming is that it takes time to learn, the more code you write the better you become!

  • @DeviantDog
    @DeviantDog 4 роки тому +9

    So everytime you post a video I feel like I know nothing, which is a good thing! Love the videos!

    • @CodeMonkeyUnity
      @CodeMonkeyUnity  4 роки тому +4

      Life is a continuous never-ending learning journey!

  • @CodeMonkeyUnity
    @CodeMonkeyUnity  4 роки тому +1

    🌍 Get Code Monkey on Steam!
    👍 Interactive Tutorials, Complete Games and More!
    ✅ store.steampowered.com/app/1294220/

  • @jean-michel.houbre
    @jean-michel.houbre 4 роки тому +2

    Very nice effect, and thanks for showing this point cache tool.

  • @melhoresdotiktok5471
    @melhoresdotiktok5471 4 роки тому +1

    Your work is excellent, I like how you explain it and very simple, clear and direct. Continue with the course

  • @dspartan007
    @dspartan007 4 роки тому +1

    Thanks, excellent video, as always.

  • @kotaromarunouchi5262
    @kotaromarunouchi5262 2 роки тому

    Thank you for your great tutorial! The effect looks super stylish. I got a question. Is it possible that the dissolve effect works the other way around?? I mean a monkey logo fades away in the video. But is there a way to make it fade in??

  • @cyz2727327
    @cyz2727327 3 роки тому

    Hi, this is an awesome tutorial, however, I am not a big fan of using the pCache tool since it cannot be accessed by code during runtime to process on-the-fly images, at least to the best of my knowledge. So my question is, how do I create those 'Attribute Maps' for position and color from any image Texture2D. Any ideas? thank you so much!

  • @branidev
    @branidev 4 роки тому +2

    155 likes 0 dislikes love this community ;)

  • @wesleyhall6727
    @wesleyhall6727 2 роки тому

    Thanks!

  • @glenzhang3646
    @glenzhang3646 4 роки тому

    Wish to see a tut on localizing your game and steam achivements :D

  • @Venineitor2000
    @Venineitor2000 4 роки тому +1

    Yo can do the inverse effect?

  • @mubtasimsajidahmed_arian
    @mubtasimsajidahmed_arian 4 роки тому +2

    Hey, did you take part in GMTK-2K20 GameJam? I'd really love to see a behind the scenes video from you... Eagerly waiting!

    • @CodeMonkeyUnity
      @CodeMonkeyUnity  4 роки тому +2

      I really wanted to participate but sadly it happened exactly on the last weekend when I was working on the Steam app so I couldn't do it. Maybe I'll look into the next Ludum Dare

  • @staticaron
    @staticaron 4 роки тому +1

    Please make a video on profiler

  • @vsevolodmetelsky1275
    @vsevolodmetelsky1275 4 роки тому

    This is a great tutorial, thank you!
    Do you think it would be possible to give each particle a texture image? So I could, for example, make my logo turn into butterflies which would fly away?

    • @CodeMonkeyUnity
      @CodeMonkeyUnity  4 роки тому +1

      I'm not sure each particle can have an individual texture but just like this they already have individual colors so you would just change the update to make them scatter like butterflies instead of randomly

    • @sandeepm809
      @sandeepm809 4 роки тому +2

      You can add another system with butterfly texture and change its alpha to one when using turbulunce

  • @LoneXeaglE
    @LoneXeaglE 3 роки тому

    AWESOME

  • @techdave99
    @techdave99 4 роки тому

    another great video!
    I keep checking Steam for your learning game and its not there. Come on, Steam!

  • @arcday4281
    @arcday4281 4 роки тому

    Am I right? Does this only work in 3D? And the only way to use it in 2D, as a video LOGO? Or is it possible to split scenes into 2D and 3D in the same 2d game project?

    • @CodeMonkeyUnity
      @CodeMonkeyUnity  4 роки тому

      Not sure what you mean, the effect is essentially in 2D since its converting a flat sprite into particles. Only the random movement moves in 3D
      And yes you can have one scene in 2D and one in 3D, what defines that is simply the Camera type

    • @arcday4281
      @arcday4281 4 роки тому

      @@CodeMonkeyUnity I mean: Can this be applied to the disappearance of a character or other objects consisting of one or more sprites in a 2D game?

  • @lyamwills7513
    @lyamwills7513 4 роки тому +1

    Could you make a tutorial on bolt please

    • @CodeMonkeyUnity
      @CodeMonkeyUnity  4 роки тому

      Yup, I'm working on that right now! Hopefully soon!

  • @nock_5
    @nock_5 4 роки тому

    Code Monkey you're my only hope. I am trying to do a similar particle effect but instead of using a logo I am trying to use dynamic text that the player enters. Is this possible? The furthest I've gotten is to use a RenderTexture on a text field, but I can't seem to put that into my particle system as a texture. If anyone has ideas please let me know I'm in over my head!

    • @CodeMonkeyUnity
      @CodeMonkeyUnity  4 роки тому +1

      Your logic should work, why can't you pass a RenderTexture onto the particle system? Make sure you convert it into a Texture2D and it should work fine

    • @nock_5
      @nock_5 4 роки тому

      @@CodeMonkeyUnity You're amazing I can't believe I overlooked that. Now I just have to figure out how to convert it! This is by far my favorite project I'm working on and I think you just saved it!

  • @ninikiki7039
    @ninikiki7039 3 роки тому

    how to reverse this effect?

  • @blackjackveteran
    @blackjackveteran 4 роки тому

    i like your videos

  • @a.technology1446
    @a.technology1446 4 роки тому

    Best channle ever ❤️

  • @Skin1in
    @Skin1in 4 роки тому

    Mister Stark I don't feel good.

  • @DX413RB8
    @DX413RB8 4 роки тому

    Master.. I dont feel so good..

  • @WiZWaZo
    @WiZWaZo 4 роки тому +1

    #im SECOND oh and can you play my game on scratch I’m not sure if anybody can play it

  • @cubedev4838
    @cubedev4838 4 роки тому

    Can u make video expalaining the process how to publish our game in steam

  • @FlamingleGamesINC
    @FlamingleGamesINC 4 роки тому

    I'm currently working on my own 2D RPG Dev Log series on my UA-cam channel. Could anyone give me any support or advice?

  • @ahlemschool6829
    @ahlemschool6829 4 роки тому

    قناة متخصصة في تقديم فيديوات على شكل مجموعة من الشروحات في الكثير من المجالات منها دروس تعليم لغات و نصائح و حيل تعليمية مفيدة و اكثر من ذالك بكثير
    اسعى الى ايصال المعلومة بشكل بسيط حتى يستفيد الجميع من المعلومات المقدمة في كل فيديو.
    فمرحبا بك فى قناة (AhlemSchool)
    لاتنسى الاشتراك وتفعيل جرس التنبيهات حتى يصلك كل الدروس والحلقات بمجرد نزولها

  • @chickensalad1369
    @chickensalad1369 4 роки тому

    Second....

  • @ahmetfatihavc3751
    @ahmetfatihavc3751 4 роки тому +1

    First

  • @retronix3184
    @retronix3184 4 роки тому

    fourth