Unity 5 - Setting Up OnParticleCollision()

Sdílet
Vložit
  • čas přidán 23. 08. 2024
  • This works for Unity 4 and 5. I'm not sure about Unity 3.

Komentáře • 35

  • @peter11508
    @peter11508 Před 4 lety +7

    This was super helpful 5 years later! Thanks for making this so straight-forward and simple.

  • @dariussparkes7080
    @dariussparkes7080 Před 7 lety +3

    You covered everything essential in setting this up correctly - thanks a lot. Mine wasn't working due to the particle stupidly needing some form of velocity, your help is much appreciated. :D

  • @mrstarfish
    @mrstarfish Před 2 lety +1

    You are my savior I spent a whole night trying to figure out why it wasnt working and thanks to you it now works!

  • @FuzzySeaman
    @FuzzySeaman Před 7 lety

    Hey bud two years later but seriously thank you, I could not get this too work until this. Thank you.

  • @panickal
    @panickal Před 2 lety

    Send collision messages was what I was missing. Thanks a ton!!

  • @ScarRstudio
    @ScarRstudio Před rokem

    it's been a while since the upload but it helped a lot

  • @yusufakyasan518
    @yusufakyasan518 Před 2 lety

    Unity Engine kullanacaklar için oldukça önemli bir konu teşekkürler.

  • @foreducation408
    @foreducation408 Před 3 měsíci

    awesome video helped me a lot.

  • @ATOMAXIS
    @ATOMAXIS Před 4 lety

    Helpful video, exactly what I was looking for! Thanks

  • @makemypetgamedevprocess6475

    THAAAAANKS!!!, I WAS STRUGLING SO MUCH WITH THIS. NEW SUB :)

  • @matheussantana4728
    @matheussantana4728 Před rokem

    God Bless You my friend!

  • @JameNotLame
    @JameNotLame Před rokem

    Thank you!!

  • @charlessnix7547
    @charlessnix7547 Před 7 lety

    short and informative, thumbs up.

  • @alicefkw5163
    @alicefkw5163 Před 3 lety

    amazing video

  • @SunsetRacer
    @SunsetRacer Před 6 lety

    Hi, Thanks for the video it helps me with my first trial on unity 7

  • @foolauto915
    @foolauto915 Před 3 lety

    thnx bro. awesome tutorial

  • @ZacharyAghaizu
    @ZacharyAghaizu Před 3 lety

    lovely!

  • @Strontius89
    @Strontius89 Před 7 lety

    Thanks, very useful and succinct

  • @matt1104
    @matt1104 Před 8 lety +1

    Thanks, this was useful

  • @Husmanmusic
    @Husmanmusic Před 3 lety

    Thank you!

  • @user-uo3wz4dq1j
    @user-uo3wz4dq1j Před 3 lety

    Thanks for the video, but does OnParticleTrigger work the same way?

  • @timothywu3278
    @timothywu3278 Před 6 lety

    Thanks, I found my mistake after watching this video.

  • @judgedev2789
    @judgedev2789 Před 11 měsíci

    Can we do that for Triggr? not for Collision

  • @MrEjcarrera
    @MrEjcarrera Před 6 lety +2

    "Send Collision Messages" is the trick :)

    • @garethdenyer21
      @garethdenyer21 Před 3 lety +1

      Yes. This a very good point and one of the key lessons from the video. I followed many threads when I could not get particle collisoins to work (with most ending in circular references back to the Unity documentation) but this is the only explanation that contains this important gem.

  • @mateocortesmachado5919

    Thanks mate!

  • @kent_s
    @kent_s Před 5 lety

    So I have a particle system that stays on top of a collider. How do I register a particle's collision only once, on first collision, instead of registering the collision event every frame?

    • @emilsingapurcan8054
      @emilsingapurcan8054 Před 4 lety

      would it work to just have an if statement based on a boolean that sets to false when the if statement is run, so that future collisions, although registered, won't run the code inside the if statement?

  • @JoseChavez-ff8vo
    @JoseChavez-ff8vo Před 6 lety

    Thanks!

  • @blekcode1416
    @blekcode1416 Před 4 lety

    thanks bud

  • @archerplayz1317
    @archerplayz1317 Před 4 lety

    how can i make a gun projectile with this

  • @milosnik747
    @milosnik747 Před 6 lety

    thanks!

  • @kamalprasathbalajim5409

    thanks !!

  • @proxtx
    @proxtx Před 4 lety

    Thank you!!