Search Issue Tracker
Not Reproducible
In Progress in 1.8.X
Votes
3
Found in [Package]
1.8.6
Issue ID
TB-269
Regression
Yes
Runtime performance degrades when an Audio Track contains a lot of Audio Clips
Reproduction steps:
1. Open the attached “BugRepro“ project
2. Open the “Assets/Scenes/SampleScene“
3. Open the Profiler window (Window > Analysis > Profiler)
4. Enter The Play Mode
5. In the Profiler window, start the recording
6. After a couple of seconds, stop the recording
7. In the CPU usage module window, select Hierarchy
8. Find the “PostLateUpdate.UpdateAudio“ process and observe its “Time, ms“ reading
Expected result: “PostLateUpdate.UpdateAudio” takes an insignificant time, unaffected by the Audio Clip amount in the Audio Track
Actual result: “PostLateUpdate.UpdateAudio” takes 500ms or more
Reproducible with: 1.7.6 (2022.3.17f1), 1.8.6 (2022.3.17f1, 2023.2.5f1, 2023.3.0a19)
Not reproducible with: 1.7.6 (2021.3.35f1), 1.8.6 (2021.3.35f1)
Fixed in: 1.7.6 (2022.3.18f1), 1.8.6 (2022.3.18f1, 2023.2.6f1, 2023.3.0b1)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note:
Fixed by another fix, could not reproduce locally.