Search Issue Tracker
Fixed in 5.0.1
Votes
0
Found in
5.0.0f4
Issue ID
680467
Regression
No
Collider2D.IsTouching(null) crashes Unity
Steps to reproduce:
1. Open attached project's scene "DualityStart".
2. Attach Collider2D to Foreground/EnginnerPlayer and Foreground/MagePlayer game objects.
3. Enter play mode. Unity crashes.
Crash is caused by "PlayerMove.cs" script's 35 line's if condition "pBounds.IsTouching(floorTile) == false", where floorTile is not defined
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder's Hierarchy and StyleSheets tabs are missing the tab highlight
- "There can only be one active Event System" Warning is logged when entering Play Mode in the BenchmarkScene of the 3D Universal sample Template
- Motion blur is forced and exaggerated through transparents when "Sort with Refractive" and Motion blur is enabled
- MaterialPropertyBlock of a SpriteRenderer is reset when it is updated through the color picker
- Vertical scrollbar appears in the "Packages" section when it is not needed
Add comment