Search Issue Tracker
Fixed in 2018.3.5f1
Fixed in 2018.3.X, 2019.1.X
Votes
1
Found in
2017.4.0f1
2018.3.0a1
2018.3.1f1
2019.1.0a1
2019.2.0a1
Issue ID
1119018
Regression
No
Static Circle and Dynamic Capsule 2D colliders do not collide when x coordinates are equal on both GameObjects
How to reproduce:
1. Open the "SampleScene_Track" scene in the attached "Bumper Cars Prototype 001.zip" project
2. Change the x coordinate to 0 on Playfield > Obstacle001
3. Constrain x Position and z Rotation on PlayerCar's RigidBody
4. Enter Play Mode
5. Press "w" or up arrow to move the PlayerCar until you reach the yellow obstacle
Expected Behavior: The PlayerCar collides with the obstacle
Actual Behavior: The PlayerCar moves through the obstacle like it is not there
Reproducible with: 2017.4.19f1, 2018.3.3f1, 2019.1.0b1, 2019.2.0a2
Note: Collision Events are called, but no collision happens. Both GameObjects must have equal x coordinates(it happens even when x is not 0). If you uncheck the constraints on the PlayerCar and do the same you will see that the PlayerCar collides with the obstacle but has a slight x Coordinate translation and the Rotation changes. The issue seems to only happen between Capsule and Circle Colliders.
--------------------------------
fixed in: 2018.3.5f1, 2019.1.0b3, 2019.2.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Multiple exceptions are thrown after exiting Play mode when Layout Group component is displayed in Debug Inspector and Padding section is expanded
- ScrollView elements are not restored to their original positions after removing a Layout Group with Undo action
- "Assembly with name already exists" errors are thrown when two packages with different technical names resolve to the same namespace
- A Select Scene Entry is added to Undo History when Deleting while a Scene is selected in the Hierarchy
- The Add Component Menu's back arrow accumulates phantom levels when the Menu is repeatedly opened into a Category and closed without selecting
Add comment