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
- Color picker does not show the correct color when selecting color on the moving object
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
Add comment