Search Issue Tracker
Fixed
Fixed in 2021.3.14f1
Votes
0
Found in
2021.3.13f1
Issue ID
UUM-19061
Regression
No
"NullReferenceException: Object reference not set to an instance of an object" errors become visible when "Maximize" window function is used in "Runner Game" tutorial section
How to reproduce:
1. Create a new project using the "Runner Game" template;
2. Go to "Tutorial" section;
3. Click on meatball menu and select "Maximize";
4. In new maximized view select the same menu and select the same "Maximize" function;
5. Observe "Console" window.
Expected results: Window should be returned to the initial view. No errors should be in console.
Actual results: Console displays errors.
Reproducible with: 2021.3.13f1
Could not test with: 2020.3.41f1, 2022.1.22f1, 2022.2.0b14, 2023.1.0a18 (Template is not available)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (fix version 2021.3.14f1):
Issue verified on "Runner Game" version 1.0.2.
Maximize function works correctly.