Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by AKWolf · Aug 12, 2016 at 09:05 PM · unity 5triggertriggersmeshcollidermesh collider

Unity 5 Mesh Triggers - OnTriggerEnter / OnTriggerExit called repeatedly

We're using mesh colliders as triggers to specify areas in a level where particle effects are active (i.e. ember effects when near lava).

Player

  • Capsule Collider

  • Has a Rigidbody

Effect Zone

  • Mesh Collider

  • Marked as Convex

  • Marked as a Trigger

In 4.6, everything worked fine, but in 5.4, we get an endless cycle of OnTriggerEnter and OnTriggerExit calls back to back while the player is in the effect zone--causing the particle effects to start and stop and restart constantly. Adding a rigidbody to the mesh trigger doesn't do anything.

Is this a bug or expected behavior?

Other collider shapes work fine, but we need the flexibility of a mesh trigger to better fit the level. I've seen other similar questions asked, but none were from Unity 5 and none described an endless loop of OnTriggerEnter and OnTriggerExit like I'm seeing.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by AKWolf · Aug 17, 2016 at 01:56 AM

Found the solution, but it was not what I expected.

There were enemies in the scene that enable and disable collision between with the player based on state. We are using Physics.IgnoreCollision for this. Apparently in 5.4, "IgnoreCollision will reset the trigger state of affected colliders, so you might receive OnTriggerExit and OnTriggerEnter messages in response to calling this." See: https://docs.unity3d.com/ScriptReference/Physics.IgnoreCollision.html

So, while our player was inside the trigger volume, every time the enemy script called IgnoreCollision, the OnTriggerEnter and OnTriggerExit callbacks were hit.

We are looking into a solution where we do not have to use IgnoreCollision for those enemies, but a workaround is to use a sentinel bool in OnTriggerEnter to prevent extra starts from happening, and using a dead man's switch (a timeout) in OnTriggerExit.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

99 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Workaround for Non-convex MeshCollider cannot be used as a trigger in Unity 5 0 Answers

Collide crafting system 0 Answers

Changing / Updating Mesh Collider without Rigidbody 1 Answer

Anyway to make my object not fall through the floor without convex? 0 Answers

How do i make a button appear when my FPSController walks through a tigger collider? 4 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges