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
- Extra empty space appear in Project Settings > Scene Template Types scroll list when scrolled right
- Not all Types in Project Settings > Scene Template are truncated and margin is missing next to scrollbar
- “[In Project] Unknown filter “i”” message is thrown in Search window
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android
Add comment