Search Issue Tracker
Duplicate
Votes
0
Found in
2019.3.0a9
2019.3.0b6
2020.1.0a1
Issue ID
1189965
Regression
Yes
OnTriggerEnter, OnTriggerStay, OnTriggerExit do not work when both Colliders are Triggers
Reproduction Steps:
1. Open project in "1189965Repro.zip"
2. Notice how (Cube and Sphere) & (Cylinder and sphere) collide with each other
3. Sphere and Cube are Triggers, Cylinder is not a Trigger
4. Sphere has a Script (OnTrigger.cs) attached which prints text in the console OnTriggerEnter()
5. Enter Play Mode and check the Console window
Expected results: OnTriggerEnter() gets executed by both: Cube and Cylinder
Actual results: OnTriggerEnter() only gets executed by Cylinder
Reproducible with: 2019.3.0b6, 2020.1.0a7
Not Reproducible with: 2017.4.32f1, 2018.4.9f1, 2019.2.8f1
Note: same issue with OnTriggerStay() & OnTriggerEnter()
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Reflection problems when unbaked Reflection Probes are present
- Light Explorer columns sorting arrow is too small
- Context menu actions (Collapse All, Expand All, Enable All, Disable All, Remove All, Reset All) do nothing in Volume component
- [Android] Audio volume decreases when returning to the app during screen recording
- Graphical issues are caused by GPU Occlusion Culling when using Amplify Shaders
This is a duplicate of issue #1180386