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

Physics

-

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

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.