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
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Add comment