Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2020.3.39f1
2021.3.9f1
2022.1.16f1
2022.2.0b8
2023.1.0a10
Issue ID
UUM-15342
Regression
No
There are 38 extra AudioSources in the Scene
To reproduce:
1. Open the attached project
2. Open the Profiler window (Window → Analysis)
3. Enter Play mode
4. Exit Play mode
5. Click on the Profiler window, Frame Charts section
Expected result: Total Audio Sources 4 under Frame Charts in the Profiler window
Actual result: Total Audio Sources 42
Reproducible with: 2020.3.39f1, 2021.3.9f1, 2022.1.16f1, 2022.2.0b8, 2023.1.0a10
Reproduced on: macOS Monterey 12.5.1 (Intel)
Note: Right-click on the scene in the Assets → Find in Finder → Open the Scene with text editor → Note that there are many AudioSources
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
The reproduced behavior is by design, the user created the objects using HideFlags.HideInHierarchy, therefore the objects were hidden, and only appeared in the profiler and the scene file.
The user correctly identified the behavior and updated the bug with this information.
Resolution Note (2023.1.X):
The reproduced behavior is by design, the user created the objects using HideFlags.HideInHierarchy, therefore the objects were hidden, and only appeared in the profiler and the scene file.
The user correctly identified the behavior and updated the bug with this information.