Search Issue Tracker
By Design
Votes
0
Found in
2018.1.0a1
2020.1
2020.1.0a19
Issue ID
1214048
Regression
No
Profiler Record toggle is disabled after loading a file
How to reproduce:
1. Open the attached "1214048.zip" project and open the Profiler window
2. Enter Play Mode to begin profiling
3. Exit Play Mode and save profiling information to a file
4. Load the file that contains profiling information using the Profiler's 'Load' button. This will display the previously captured Profiler data in the Profiler window
Expected Result: The Profiler Window's record button stays toggled on
Actual Result: The the Record toggle is off (Does not reproduce for 2017.4.35f1)
5. Enter Play Mode
Expected Result: The Profiler begins profiling, data is shown in the Profiler window
Actual Result: The profiler window appears to not be profiling and the Record toggle is off (Does not reproduce for 2017.4.35f1)
Alternative Steps (particularly for 2017.4 and earlier):
1. Open the attached "1214048.zip" project and open the Profiler window
2. Enter Play Mode to begin profiling
3. Exit Play Mode and save profiling information to a file
4. Enter Play Mode
4. Load the file that contains profiling information using the Profiler's 'Load' button. This will display the previously captured Profiler data in the Profiler window
Expected Result: The Profiler loads the file and then continues profiling, data is shown in the Profiler window
Actual Result: The Profiler Window stops receiving new frames (and for versions after 2018.1, the Record toggle is off)
Reproducible with: 2018.1.0a1,2018.4.16f1, 2019.2.20f1, 2019.3.0f6, 2020.1.0a21, 2017.4.35f1
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note (2020.1.X):
Since recording data on top of just loaded data might push that data out of the retained frame scope, and also potentially include recording the frame in which the data was loaded, this behavior is intentional.