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
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
Add comment