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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment