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 Source Image property gets set to 'None' when using a specific Sprite and Play mode is entered
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
Add comment