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
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
Add comment