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
- 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
Resolution Note (fix version 0.2.6-preview.1):
Package available in Unity 2018.4.0a1 and versions above