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
- Palette Settings link to the documentation isn’t working
- "Type Options" and "Node Library" dropdowns do not open when clicked on the title
- Public char variables uneditable in Inspector when project setting "Use IMGUI Default Inspector" is enabled
- IAP Listener component’s list titles go out of bounds when resizing the Inspector window horizontally
- Selected Camera sublayer blends with highlight color in Graphics Compositor window when Editor theme is set to Light
Add comment