Search Issue Tracker
Fixed
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment