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
- Shader error and warnings thrown when setting HDRP as an Active Target in Blank Shader Graph
- Visual Studio Code does not integrate with the project when the .slnx project is opened
- Shader Graph template titles blink and render incorrectly in “Create New Shader Graph Asset” window
- Profiler Captures List foldouts do not open when clicked on the foldout title
- Profiler Captures List date title is not centered vertically
This is a duplicate of issue #1180386