Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.4f1
Issue ID
782471
Regression
No
[iOS] Deactivating a GameObject that has an Audio Source playing a sound spikes CPU usage
Steps to reproduce:
1. Open attached project
2. Build for iOS with 'Autoconnect Profiler' enabled
3. Build generated Xcode project to a low-end device
4. In the profiler, under CPU Usage tab, notice that GameObject.Deactivate spikes 1-5ms each time the game object with a playing audio source is deactivated
Note: You can load a scene using an in-game button that does the same (activates and deactivates objects) without audio sources and see that there are no spikes then.
Comments (1)
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
povilas
Apr 09, 2016 02:42
Caused by main thread preemption by the OS. It's not possible to fix this.