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
- Game View Tab Scale changes erratically when a Unity Tab is on a different screen with a differing Display Scale
- Six way lighting receiving wrong lighting from APV when set to World Space
- Crash on SortByExecutionOrder when interrupting the .androidpack import process
- ShaderGraph tab header changes the icon to the VFX Graph icon when ShaderGraph and VFX Graph with the same name are both opened
- The Build Profiles window has usability issues when the panel takes up less than 30% of the screen width
Add comment