Search Issue Tracker
Fixed in 0.2.6-preview.1
Votes
0
Found in [Package]
0.2.3-preview.2
Issue ID
1236058
Regression
No
[Memory Profiler] Diff values are "Same" for different types of data and Unique String is shared when comparing Memory Snapshots
How to reproduce:
1. Open the attached project "case_1236058-Project.zip"
2. Open the Memory Profiler (Window->Analysis->Memory Profiler)
3. Open one of the Memory Snapshots
4. Click on the "Name" column header
5. Select "Match..."
6. Match by "18345b720"
7. Inspect the filtered Type and Unique String
8. Repeat the 4-7 steps with the second Memory Snapshot
9. With both of the Snapshots opened, click the "Diff" button
10. Match the Name column by "18345b720"
11. Observe the filtered Diff, Type and Unique String values
Expected result: Diff result is not the "Same" and Unique String is not shared
Actual result: Diff result is the same for different types of data and Unique String is shared
Reproducible with Unity: 2018.4.22f1, 2019.3.13f1, 2020.1.0b8, 2020.2.0a11 (0.1.0-preview.9, 0.2.3-preview.2)
Couldn't test with Unity: 2017.4.40f1 (Package Manager does not exist)
Couldn't test with Package: 0.1.0-preview.1, 0.1.0-preview.8 (Internal Package errors)
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
- “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
Resolution Note (fix version 0.2.6-preview.1):
Package available in Unity 2018.4.0a1 and versions above