Search Issue Tracker
Active
Votes
0
Found in
2021.3.32f1
2022.3.14f1
2023.2.1f1
2023.3.0a15
Issue ID
UUM-57941
Regression
No
GC.Collect process takes more time than specified garbage collection duration
Reproduction steps:
1. Open the attached “BugReport“ project
2. Open the Profiler window (Window > Sequencing > Timeline)
3. Build the Player (File > Build And Run)
4. After the building process is finished, let the Profiler record for a few seconds and then pause it
5. In the Profiler’s Hierarchy window search bar, enter “GC.Collect“
6. Select a frame from the Profiler’s CPU Usage module and then go forward one frame at a time, until a “GC.Collect” process appears in the Profiler’s Hierarchy window
7. Observe the “GC.Collect” process’s “Time ms”
Expected results: “Time ms“ should not exceed 1ms, because garbage collection duration is specified 1ms
Actual results: “Time ms“ exceeds the specified garbage collection duration
Reproducible with: 2021.3.32f1, 2022.3.14f1, 2023.2.1f1, 2023.3.0a15
Reproducible on: Windows 11, MacOS Ventura 13.3 (Intel)
Not reproducible on: No other environment tested
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's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Add comment