How To Create An Explosion Effect In Unity

Поділитися
Вставка
  • Опубліковано 3 сер 2021
  • So I decided to inspect the Unity particle pack to see how they achieved the awesome effects they've provided to us. I took their much cooler explosion and simplified it to one that you guys can quickly implement and use.
    It's quite useful to do this step by step process, and it has taught me a whole heck of a lot about particle systems and how to use them.
    The Unity particle is still quite valid if your projects aren't using the universal render pipeline, but I am in the process of porting these tutorials to VFX graph and I will have those videos up soon so stay tuned!
    You can get the texture here: github.com/Tvtig/RocketLaunch...
    ___________________________________________________
    Subscribe: / @tvtig
    ____________________________________________________
  • Наука та технологія

КОМЕНТАРІ • 80

  • @cucumbaboi2872
    @cucumbaboi2872 Рік тому +32

    1:10 dragging and dropping the explosion texture to colour made my explosion look more like the one in the video instead of just yellow smoke

    • @Arxinos_
      @Arxinos_ Рік тому +6

      You are a life saver. Thank you

    • @TGhost74
      @TGhost74 Рік тому +2

      W. Spent 20 minutes trying to fix mine

    • @baimon7529
      @baimon7529 8 місяців тому +1

      thanks!

    • @user-tf6ch1oj2m
      @user-tf6ch1oj2m 8 місяців тому +1

      Thank you! 🤝

    • @ChiefMakes
      @ChiefMakes 4 місяці тому +1

      Our Savior has come, and it’s this dude

  • @Csumbi
    @Csumbi Рік тому +1

    short and straight to the point, love it. Awesome tutorial.

  • @robertbooth4645
    @robertbooth4645 Рік тому +2

    Awesome! You really packed a ton of useful information in a compact package! You have my gratitude!

  • @noiky6164
    @noiky6164 2 роки тому +1

    Cool effect, nice work

  • @Sawdust_
    @Sawdust_ Рік тому

    quick and simple, great job with this video, helped a lot!

  • @user-tf6ch1oj2m
    @user-tf6ch1oj2m 8 місяців тому

    Thank you mate! You explaination is brilliant and result is great!! You are talented

  • @Alex-tn7pv
    @Alex-tn7pv 2 роки тому +1

    This deserves more views!

  • @chickenwings2591
    @chickenwings2591 Рік тому +6

    Хоть видео и на английском, благодаря субтитрам от UA-cam я смог понять и сделать такой же крутой взрыв. Спасибо, парень!

  • @mubasarabbasi6448
    @mubasarabbasi6448 Рік тому +1

    love this tutorial there is no waste of time. keep it up

  • @andythedishwasher1117
    @andythedishwasher1117 2 роки тому +3

    Thanks so much dude! I'm using this in a game meant to mock The Metaverse by describing what people would probably do with it. I hope I don't accidentally end up promoting it, but we will be blowing up a lot of adbots and this will help very much.

    • @gigabit6226
      @gigabit6226 Рік тому +1

      Very clever concept! Any updates? I’d love to see where this goes

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

    Good tutorial Thank you so much!

  • @delightful-games
    @delightful-games Рік тому +9

    Perfect. No 15 minute intro for 5 minutes of content. Straight and to the point, relies on viewers knowing how to navigate Unity instead of painstakingly explaining every last bit. 😄

  • @CraftingTableMC
    @CraftingTableMC 2 роки тому +1

    Thank you so much!

  • @stickanims4468
    @stickanims4468 2 роки тому +1

    That's pretty cool

  • @imc0der
    @imc0der Рік тому

    Awesome thanks!

  • @3d8bits44
    @3d8bits44 Рік тому

    Awesome, Thank you for the tutorial, it saved my ass!

  • @akhjgaming7152
    @akhjgaming7152 26 днів тому

    Tysm bro im subscribing

  •  2 роки тому

    Thanks man

  • @emregurses8782
    @emregurses8782 6 місяців тому

    Thank you.

  • @hefferwolff3578
    @hefferwolff3578 20 днів тому

    thanks!

  • @felixg2062
    @felixg2062 Рік тому

    Thanks A performant way of making Explosions ..... Definitely faster than finding a free and working Sprite Packer for + 50 images

    • @Tvtig
      @Tvtig  Рік тому

      Ah yeah, I guess the only thing is that it's a Unity Particle Pack texture, so it's not exactly Unique. I'm sure many devs are using it in their projects.

    • @felixg2062
      @felixg2062 Рік тому

      @@Tvtig I have made my own explosion in blender but that’s a real hustle to create a good looking explosion with fluid simulation. And I ended up to use a material with masking and noise textures to simulate a explosion and then rendering it out with the texture packer plugin for it. That’s the only way I found for a fast and easy explosion that still looks good and doesn’t kills the pc on rendering 😅

  • @mmk9480
    @mmk9480 20 днів тому

    THANK YOU THANK YOU THANK YOU

  • @qsp1898
    @qsp1898 5 місяців тому

    nice!!

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

    Hi there, what is the copyright on the rocket explosion texture? Thanks!

  • @achonwamichael4526
    @achonwamichael4526 2 роки тому +2

    Thanks

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

      Welcome!

  • @moncicis
    @moncicis Рік тому

    can that explosion tif commercially used?

  • @risingforce9648
    @risingforce9648 Рік тому

    I dit it exactly but in my case the particicles are instantiate in the position of the game object that need to instantiate this particle system and random places I do not know why....

  • @muhammedeminyuksel5961
    @muhammedeminyuksel5961 2 роки тому +3

    i have a problem about color over lifetime. My color bar totally black when i activete the color over lifetime . I dont have transparan part as yours. So result is not as good as example. Any recommendation Thx.

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

      Hey man, if you click along the bottom of the colour picker it will add a key for you to add more colours. If you click along the top of the colour picker It will add a key for your to select the alpha value.

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

      ​@@Tvtig Thx . I got it. It is really cool.

  • @wing-views
    @wing-views Рік тому +1

    It looks fantastic in scene mode. But, in play mode it looks like yellow smoke in my case

    • @Tvtig
      @Tvtig  Рік тому

      Hmm, do you have any post processing turned on?

    • @wing-views
      @wing-views Рік тому

      @@Tvtig Sorry brother. It was my mistake. Had to play with the material settings. Like intensity and color. Works great. Thanks for the tutorial.

  • @clintonhawkins8666
    @clintonhawkins8666 2 роки тому +7

    I have done everything exactly as you have in this video over and over, when I select "color over lifetime" nothing changes. I can toggle it and change it and it never effects what the explosion looks like, I am stumped. Any Help??? My Color over lifetime matches the video exactly.

    • @joaogomes106
      @joaogomes106 2 роки тому +1

      I'm having the exact same problem, did you solve yours?

    • @clintonhawkins8666
      @clintonhawkins8666 2 роки тому +2

      @@joaogomes106 no, i finally have up. I found some free explosion effects online and am using that. Either from the asset store or Brackleys site. Don't remember which.

    • @AlexandreCoulonOldChannel
      @AlexandreCoulonOldChannel 2 роки тому +13

      In the Material options, try to drag and drop the smoke asset on the Maps>Emission>Color

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

      @@AlexandreCoulonOldChannel Thank you so much!

    • @laurence8528
      @laurence8528 Рік тому +1

      @@AlexandreCoulonOldChannel thanks

  • @nikosberain9889
    @nikosberain9889 2 роки тому +2

    it can't accept color over life time in the end? everything is good until last step

  • @ryanbokla397
    @ryanbokla397 Рік тому

    how do i apply this to my target now?

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

    can you make one for urp

  • @ohok8615
    @ohok8615 Рік тому

    how about the code when hiting gameobject?

  • @andrew.de.luca1236
    @andrew.de.luca1236 3 місяці тому

    hi the color wont work it stays on gray

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

    Hi, my particle effect stay white at the end. I didn't found why, even after re watch several times your video...
    I'm on Unity 2020.3.25f1

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

      Hmm I'm not sure - maybe hop into the discord and we can chat about it?

    • @blacklight8932
      @blacklight8932 2 роки тому +1

      same problem

    • @manuellaguarda2751
      @manuellaguarda2751 2 роки тому +1

      Try change in Blending Options>Maps>Albedo and Emisión , it worked for me

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

      @@manuellaguarda2751 Where is this option?

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

      @@clintonhawkins8666 00:54

  • @t83245
    @t83245 Рік тому

    see S500 missile, I find on CH play

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

    I couldn't get this texture from that URL...oh...

    • @Tvtig
      @Tvtig  2 роки тому +2

      Lol let me know if you're kidding or if you're really struggling to get it!

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

      @@Tvtig I'm sorry. It's my mistake.I could downloaded it properly.sorry...sorry...

  • @danamuise4117
    @danamuise4117 2 роки тому +1

    why dont you use VFX Graph?

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

      Hey there! I have done a video on explosions in VFX graph too. I love VFX graph lol.

  • @season2747
    @season2747 2 роки тому +3

    The explosion isn't looking as cool as yours, it just looks like smoke.

  • @ligiaprado998
    @ligiaprado998 2 роки тому +1

    My shader is all pink and no albedo :( halp

    • @hypertension1011
      @hypertension1011 2 роки тому +1

      me too

    • @gazeth
      @gazeth 2 роки тому +2

      If you're using URP on the material select Universeral Render Pipeline/Particles/Simple Lit.
      I also needed to change the color settings.

  • @diazpsp
    @diazpsp 10 місяців тому

    failed on the last step

  • @stourn2399
    @stourn2399 Рік тому +1

    how the hell do you know this shit????

    • @Tvtig
      @Tvtig  Рік тому

      Research! I think this one I went and studied how Unity made the explosion in the unity particle pack, and thought people might find it useful.

    • @stourn2399
      @stourn2399 Рік тому

      @@Tvtig I'm struggling with unity man...
      mostly with code.
      like, what and when do i use this and that? and how do i do this and? and what to know and stuff......
      i'm good at modeling and creating a scene but others... i suck big time.