Search Issue Tracker
Fixed
Fixed in 2021.3.41f1, 2022.3.36f1, 6000.0.9f1, 7000.0.0a1
Votes
0
Found in
2021.3.37f1
2022.3.26f1
6000.0.0b16
Issue ID
UUM-71008
Regression
No
MaterialPropertyBlocks' allocated memory is displayed under "Unknown" when observed through the Memory Profiler
How to reproduce:
1. Open the attached “memoryprofiler_issue“ project
2. Open the Build Settings (File → Build Settings) and ensure “Development Build“ is enabled
3. Press “Build And Run”
4. While the Player is running, open the Memory Profiler (Window → Analysis → Memory Profiler)
5. In the menu bar of the Memory Profiler, select the “Target Selection” (default value is “Editor”) drop-down and choose the recently opened instance of the Player
6. press the “Capture New Snapshot” button
7. Select the newly generated snapshot from the tab on the left side
8. Select the “All Of Memory” tab
9. Navigate to “Native → Unity Subsystems → Unknown”
Expected result: Only a small amount of memory is allocated under “Unknown”
Actual result: A significant amount of memory is allocated under “Unknown” (~1GB+)
Reproducible in: 1.0.0 (2022.3.12f1, 2023.2.0b16), 1.1.0 (2022.3.25f1, 2023.2.19f1, 6000.0.0b15)
Could not test with: 0.7.1-preview.1 (2021.3.37f1) (feature does not exist)
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environments tested
Note: In 1.0.0, the MaterialPropertyBlocks' allocated memory is displayed under “Native Memory → Reserved”
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
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
- Reflections are visible on objects without Recursive Rendering when viewed through transparent parts of another object with Recursive Rendering and Alpha Clipping enabled
- Visual artifacts appear when using "clip" method in custom shader and running on GLES
Resolution Note (fix version 7000.0.0a1):
Fixed material property blocks allocations being reported under "Unknown"
Resolution Note (fix version 6000.0.9f1):
Fixed material property blocks allocations being reported under "Unknown"
Resolution Note (fix version 2022.3.36f1):
Fixed material property blocks allocations being reported under "Unknown"
Resolution Note (fix version 2021.3.41f1):
Fixed material property blocks allocations being reported under "Unknown"