Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.4.X
Votes
0
Found in
2018.1.0a1
2018.4
2019.2
2019.3
2020.1
2020.1.0a11
Issue ID
1193516
Regression
Yes
Unable to load a Profile Capture from Unity 2017 when Unity 2018 or above is used
How to reproduce:
1. Create a new project
2. Open the Profiler window
3. Load the attached profiler capture named "Data_1193516"
4. Observe the console window
Expected result: Capture is loaded without any errors
Actual result: "Profiler data stream has invalid signature. Are you using a player built with an older Unity version ?" Error is thrown
Reproducible with: 2018.1.0a1, 2018.4.12f1, 2019.2.11f1, 2019.3.0b9, 2020.1.0a11
Not reproducible with: 2017.4.34f1
Notes:
Loading the profile capture using 2018.1.0a1 results in a silent crash
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
- Tilemap.SetTile() does not change the tiles when called from Update() in the Player
- Custom Shader Material is pink when the project is built for the WebGL platform
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
- Touch.rawPosition always returns (0,0) when clicking or dragging anywhere on the screen in the Play Mode
Resolution Note (fix version 2020.1):
As the error message suggests, the Profiler is not necessarily backwards compatible to old profiler data formats. From 2019.2 onwards, we are currently maintaining backwards compatibility but can't guaranty that we won't break it in the future.
Fixed in - 2020.2.0b1
Resolution Note (fix version 2019.4):
Fixed in - 2019.4.14f1