Search Issue Tracker
Fixed in 1.1.0-exp.1
Votes
0
Found in [Package]
1.0.0
Issue ID
PROFB-58
Regression
No
PrefabImporterEditor.cs throws a null reference exception when opened from the Memory Profiler
Reproduction steps:
1. Download and open the project “BoatAttack”
2. Make sure that Memory Profiler is installed in Package Manager
3. Open “scenes/demo_island” scene
4. Open Memory Profiler “Window > Analysis > Memory Profiler”
5. Enter Play Mode
6. Capture a new Snapshot in Memory Profiler
7. Select the snapshot and navigate to “Unity Objects > Prefab Importer” and expand it
8. Click on <No Name>
9. Observe the Console
Expected result: No errors are shown
Actual result: Null Reference Exception is shown.
Reproducible with: 1.0.0-pre.1 (2022.2.0b8), 1.0.0-pre.2 (2022.2.0b8), 1.0.0-pre.3 (2022.2.0b8), 1.0.0 (2022.2.0f1, 2023.1.0a21)
Couldn’t test with: 0.4.2-preview.1, 0.6.0-preview.1, 0.7.0-preview.1, 0.7.1-preview.1 (2020.3.42f1, 2021.3.15f1) (The interface that causes the issue doesn’t exist in these versions)
Reproducible on: macOS 12.4 (Intel)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Clicking on the project's title does not open the project when the long path tooltip is shown
- [Linux] "Select Preset..." window closes without creating another preset when "Create New Preset..." is double-clicked again after creating the first preset
- “Screen position out of view frustum” error is thrown and Game window renders black when Camera Clipping Planes fields are set to “Infinity”
- Foldouts in the Library section of UI Builder do not open when clicked on title and Tree View is enabled
- VisualElement with DynamicTransform and animated scale from 0 is not rendered until hovered when parent uses GroupTransform
Add comment