Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.4.0b6
Issue ID
771029
Regression
No
Calling Profiler.AddFramesFromFile with a null argument crashes Unity
Add the following code to the Start method of any script attached to a gameobject in your current active scene and press Play. Unity crashes!
Profiler.AddFramesFromFile((System.String)null);
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Backport request] Race condition during domain reload
- Particle size is not correctly reflected in Edit Mode when a particle system is used as a Sub Emitter
- [Usability] No warnings about having sufficient space before generating the Lighting
- "Invalid AABB inAABB" and "Assertion failed on expression: 'awake.loadStarted'" errors are thrown when when instantiating a prefab with InstantiateAsync
- Line Break Position Changes in Traditional Chinese when consecutive punctuation is used
Add comment