Search Issue Tracker
Fixed
Fixed in 2021.3.23f1, 2023.2.0a10
Votes
0
Found in
2021.3.16f1
Issue ID
UUM-29300
Regression
No
Release player is consuming InitializationProfilerStartFrameRegistrator in non-development mode
User-provided reproduction steps:
1. Install Superluminal
2. Open the project “IN_32317”
3. Build the project
4. Add the Superluminal DLL besides the Unity Player Executable. Just like explained here: [https://www.superluminal.eu/docs/documentation.html#unity_support|https://www.superluminal.eu/docs/documentation.html#unity_support]
5. Configure Superluminal as shown in the “superluminalConfig.png" image
6. From Superluminal, record a session of the built Player
7. Wait for the Superluminal capture to process, and search for "InitializationProfilerStartFrameRegistrator" in the "function Statistics" searcher
Expected result: nothing was found in the search
Actual result: result related to “InitializationProfilerStartFrameRegistrator” was found
Reproducible with: 2021.3.16f1
Reproducible on: Windows 11
More provided info:
We're seeing that "InitPlayerLoopCallbacks()::InitializationProfilerStartFrameRegistrator::Forward" is still consuming time in a non-development build.
We would like to still be able to use the ProfilerRecorder to gather some performance data in some of our non-dev builds, but it should be disabled in the builds that we will ship.
Note: CQA couldn’t reproduce this issue
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The terrain appears darker when "Per-pixel Normal" is enabled
- [Linux] Editor assertion causes Test Runner to fail when executing it in Batch Mode
- Color selection by the mouse cursor is still enabled when the "Esc" button is pressed
- Game view becomes black and the Scene window becomes grey, “ArgumentOutOfRangeException” errors and “Render Pipeline error” warnings appear after changing the name or deleting URP/HDRP global settings file
- Transform Component is not accessible inside the Player when RuntimeInitializeOnLoadMethod is used
Add comment