Search Issue Tracker
Fixed in 5.0.1
Votes
2
Found in
5.0.0b19
Issue ID
663460
Regression
Yes
[EdgeCollider]2D circle collider falls through edge colliders
To reproduce:
1. Open attached project
2. Open test scene
3. Press play
4. Notice that the CircleCollider object will fall through after the first hump in the terrain
Comments (3)
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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
UltraParadigm
Aug 19, 2016 19:34
Using unity 5.4 in Ubuntu. Same thing still happens. Too bad. I like edge colliders. Have to use polygon now. I notice that edge colliders don't have a path like polygon colliders do. And they no longer have a "density" either. I wonder if that has anything to do with the difference in behavior in 5.x
dustinandrew
Mar 06, 2015 17:31
Same for me, installed 5.0.0f4 and my 2D colliders are falling through edge colliders. Opened a backup of the project in 4.6 and it works fine. I assume this is related to physics updates in unity 5.
The only work around for now is to recreate the edge colliders as polygon colliders. ;(
VOTRUBEC
Feb 08, 2015 12:26
Installed b22 and this was THE FIRST thing I noticed as I had circle colliders running across edge colliders.