Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2018.4
2019.2
2019.3
2019.3.0a11
2020.1
Issue ID
1176960
Regression
No
Physics.Processing cpu time spike is displayed in the Profiler when an image is downloaded from Streaming Assets
How to reproduce:
1. Open the attached 'HeliosImageLoading.zip' project
2. Enter Play mode and press 'Space' key
3. Observe the Profiler window
Expected result: no Physics.Processing cpu time spike is displayed
Actual result: Physics.Processing cpu time spike is displayed
Reproducible with: 2017.4.32f1, 2018.4.7f1, 2019.2.3f1, 2019.3.0b1, 2020.1.0a1
Note: UnityWebRequestTexture.GetTexture method is used to download the image from Streaming Assets folder
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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note:
Here we observe the result of job stealing that happens during the physics simulation once there are no more physics tasks from pick from the main thread, but there are still some other physics jobs on-going. In this case, the main thread picks another high-priority job from the queue, and it can be anything really that is scheduled & ready at the moment.