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
- Can not navigate through the Scene view when using a drawing tablet
- Crash on EditorDisplayDialogProc when opening Dialog box containing buttons with unusually long labels
- Crash on AsyncWriteImageToR2dFile when baking lightmaps using custom parameter with 16x Anti Aliasing samples
- Application Cloud Connection Id is incorrect when using Build Profile with Player Setting Overrides.
- [Android] [GameActivity] UI is unresponsive when Application Entry Point is set to GameActivity
Add comment