Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Particles Escape Collider

Discussion in 'Editor & General Support' started by m_truly, Apr 28, 2016.

  1. m_truly

    m_truly

    Joined:
    May 6, 2015
    Posts:
    14
    Unity Pro 5.3.4f1

    I have a particle system setup that almost works properly... but some particles are getting past the collider. See the attached image.

    As you can see in the image, there is an invisible tube-like object with a mesh collider on it and a box-like object with a mesh collider on it. Collision quality is set to 'high'.

    I have re-made the both the tube object and box object with denser meshes and this helped... after doing this fewer particles escaped the collider but there are still some particles which escape. Visually, this ruins the effect. I need the particles to remain 100% contained.

    Is there anything I can do to make the colliders block 100% of the particles escaping?

    Is there some method of immediately killing any escaped particles?

    Is there some masking method which would hide the escaped particles so the viewer would never see the escapees? (keep in mind that the viewer can orbit around the pipe and see it from any angle).

    Thanks for any ideas!
     

    Attached Files:

    Last edited: Apr 28, 2016
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,227
    Can you submit a bug report with the project? We have fixed some collider issues so its possible is already fixed but hard to tell without the project.
     
  3. m_truly

    m_truly

    Joined:
    May 6, 2015
    Posts:
    14
    Thanks for the ideas Karl.

    I can't submit 'the' project because of NDA but I submitted a bug report with a stripped down version of the project that shows the issue (#792953).

    Thanks again.
     
    karl_jones likes this.
  4. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,227
    Thanks. Stripped down projects are even better :D
     
  5. dmlightup

    dmlightup

    Joined:
    Jun 7, 2017
    Posts:
    15
    Any resolution to this?