Search Issue Tracker
Fixed in 5.0.1
Votes
0
Found in
5.0.0b21
Issue ID
666017
Regression
Yes
64bit Editor crashes upon division by zero
The issue is not reproducible with 32bit Editor.
Steps to reproduce:
1. Download and open attached project. It contains a usual MonoBehaviour class with:
public int a;
void Start()
{
Foobar(10/a);
}
public void Foobar(int amount) {}
Attached to a game object
2. Enter play mode. Editor crashes. This is reproducible with a function defined in the same class. Issue using Mathf.Abs() was not reproduced, editor would throw division by zero exception.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- A Console error is not handled correctly when using #pragma kernel with the Kernel name not provided
- L(a,b) expression in float fields has erratic behaviour when ordering due to using instanceID as an index
- InvalidOperationException is thrown when switching to a custom Debug Draw Mode in Scene View
- [Android][Vulkan] Skybox and Environment effects flicker in the Player when using the Vulkan Graphics API
- "Shortcuts conflict" warning pops up when the shortcuts are different ("Shift + Mouse 2" and "Mouse 2")
Add comment