Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.4.2f2
Issue ID
859299
Regression
No
For built projects Deep Profile is enabled when button displayed as it is turned off
Reproduction steps:
1) Download and open "859299_DeepProfileInverted.zip" project
2) Build and run "ScA" scene on any platform
3) Open profiler window and profile installed game
Results:
4) Press "Deep Profile" (Turn it on)
-- Notice that in "CPU Usage"s Overview section "BehaviourUpdate" has only one method shown ("LogStringToConsole")
5) Press "Deep Profile" again (Turn it off)
-- Notice that in "CPU Usage"s Overview section "BehaviourUpdate" has more information - called method is displayed (UpdateCaller.Update())
Expected result:
"Deep Profile" active button should be inverted:
Enabled "Deep Profile" - BehaviourUpdate should show "UpdateCaller.Update()" method (as it is being called)
Disabled "Deep Profile" - BehaviourUpdate should show only "LogStringToConsole"
Expected result can be observed when profiling project run in Editor
Reproduced with:
5.3.7p3, 5.4.4f1, 5.5.0p3, 5.6.0b2;
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Add comment