Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Why Particle System 2D Not Bouncing

Discussion in 'General Graphics' started by Rachan, Aug 23, 2023.

  1. Rachan

    Rachan

    Joined:
    Dec 3, 2012
    Posts:
    707


    Hi there!

    I working on my project with Particle System 2D and I want them to bouncing
    by enabled Collision and set Mode : 2D Type : Word
    But they are not bouncing, they just hit and disappears
    I don't know why...

    Actually I thought it should be bouncing if I enable Collision and set a Type to World
    But this time is Not!

    anyone has any suggestion?

    Thanks!!!
     
  2. Rachan

    Rachan

    Joined:
    Dec 3, 2012
    Posts:
    707

    OMG I know that what happen
    I replied myself,

    I have to set Max Kill Speed to 100 or more!
    I don't know what it mean But if max kill speed
    is less that that it will not bouncing.
     
  3. karliss_coldwild

    karliss_coldwild

    Joined:
    Oct 1, 2020
    Posts:
    541
    Answered in the docs https://docs.unity3d.com/Manual/PartSysCollisionModule.html

     
    Rachan and richardkettlewell like this.