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
- Missing Render Feature "Full Screen Pass Render Feature" in any “Universal Renderer Data” asset when upgrading from 2022.3
- Inconsistent ParticleSystemVertexStream.PercentageAlongTrail data range in Trail Texture Modes except "Stretch"
- The Graph Debug Window can be right clicked through and the Node Workspace is manipulated instead
- [Linux] Top left corner of the screen is unresponsive when the Editor recompiles
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
Add comment