Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
0
Found in
2018.3.0a8
2018.3.8f1
Issue ID
1150495
Regression
No
Saving Profiler Data does not save Markers Metadata
To reproduce:
1. Open Unity and create a New Project
2. Open "SampleScene" scene
3. Open Build Settings and check Development Build and Autoconnect Profiler
4. Build and Run the project on Standalone, iOS or Android
5. When Project is built Profile several frames - in this case, find "File.Read" Marker and observe that it has Metadata
6. Save Profiler Data
7. Clear Profiler Data from Profiler Window
8. Load previously saved Profiler Data
9. Find "File.Read" Marker
Expected results: "File.Read" Marker still has Metadata
Actual results: "File.Read" Marker shows his Name and the Duration but no Metadata ("File.Read" should include info about the filename)
Notes:
- This issue appears on Windows Standalone, macOS Standalone, iOS, and Android
- Metadata is not available only when reloading a capture from file
- Images of Expected and Actual results are shared in the Comments section
Reproduced on Unity 2018.3.0a8, 2018.3.14f1, 2018.4.0f1, 2019.1.2f1, 2019.2.0a14 and 2019.3.0a1
Not reproduced on Unity 2018.3.0a7
Regression on Unity 2018.3.0a8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ConstraintProjectionTree::projectionTreeBuildStep when ConfigurableJoint uses JointProjectionMode.PositionAndRotation and connected Rigidbody switches from kinematic to non-kinematic
- ScriptableObject asset is accessed during the lookup of Build Profiles when opening the Build Profiles Window
- [Multiplayer TPS Sample] Grenade launcher explosion misses the Player when the Collider count exceeds HitColliderBuffer
- OS Notification Documentation is missing when following hyperlink in Notifications Settings in Hub
- Canvas Scaler sets local transforms (Position, Rotation, Scale) to 0 when Canvas is edited in Prefab Mode
Add comment