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
7000.0.0a1
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
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"