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.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

TriggerEnter CollisionEnter not work

Discussion in '2020.1 Beta' started by polysoft3D, Nov 9, 2019.

  1. polysoft3D

    polysoft3D

    Joined:
    Aug 3, 2015
    Posts:
    29
    After updating to unity 2019.3.9b
    TriggerEnter not work. Trigger-collision / Trigger-terrain
    CollisionEnter not work too
    I have switch to 2020.1 but the same. No collision enter and trigger enter detections. Yes i have rigidbody on colliders and triggers.

    "Auto Simulation" not checked after update! Now TriggerEnter work :mad:
     
    Last edited: Nov 9, 2019
  2. Lars-Steenhoff

    Lars-Steenhoff

    Joined:
    Aug 7, 2007
    Posts:
    3,288
  3. Tayd3ll

    Tayd3ll

    Joined:
    Jun 4, 2015
    Posts:
    13
    So this is just an assumption from reading @Lars-Steenhoff posted article and from some personal experience. I interpreted the articles "Trigger-Trigger overlap removal" to mean that triggers will no longer interact with each other. With some testing i found that if i only use a single trigger it works perfectly fine. So make sure your game-objects that interact only have a single trigger between them. Hope this helps!

    TLDR: Only use 1 trigger on interacting game-objects