Search Issue Tracker
Fixed in 5.6.0f3
Won't Fix in 5.3.X
Fixed in 5.4.X, 5.5.X
Votes
29
Found in
5.3.5f1
Issue ID
814968
Regression
No
UnityWebRequest high CPU usage when using it in editor
Reproduction steps:
1. Open "Case.zip" project
2. Open "UnityWebRequest" window from "Windows" menu
3. Click "New Web request" button.
4. Wait for few seconds.
5. If CPU usage returns to normal repeat from step 3.
NOTE: Entering play mode returns CPU usage to normal levels.
Expected result: Normal CPU usage
Actual result: High CPU usage
Reproduced on: 5.4.0f1, 5.3.5f1, 5.2.5p1
Comments (9)
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
- “Handles.Repaint called outside an editor OnGUI" error is thrown in the Console when creating a new Tile Palette from the Tile Palette Overlay in Scene view
- UI Shader Graph’s Main Preview has a right-click context menu with different preview options which do not work for a UI Shader Graph and does nothing when clicked
- Shader Graph window icon is blurry and low quality when the Shader Graph is created using the Universal 2D template
- “Export HDRP Sky to Image” command error message does not indicate that Game view must be visible
- Adaptive Performance Settings Framerate field doesn't display the "supported without VSync" warning, when the field is collapsed in Build Profiles
Favo-Yang
Jun 07, 2019 05:29
Could be the busy wait consume all the cpu time? Try this instead,
[ICODE]
while (!request.isDone)
Thread.Sleep(50);
[/ICODE]
huynh4_vng
Sep 18, 2017 14:03
Hi, I encountered this bug on 2017.1.1f1!!!!
Please fix again! Thanks!
(Windows 10 64bit)
mWundke
Aug 29, 2017 09:56
For now I just make a small HEAD request before attempting to download the bundles, so it's a valid workaround atm.
mWundke
Aug 29, 2017 09:05
Just reproduced it in 2017.1.0p4. While now it only happens when the AssetBundle failes to get downloaded or does not exists in the backend.
ganaware
Jan 10, 2017 10:27
I encounterd this bug on 5.4.3p4 windows 64bit.
On 5.4.3p2, there is no problem.
LeekingWeng
Jan 04, 2017 08:50
This is very, very annoying! Still exists 5.5.0p3 windows editor.
Kichang-Kim
Dec 22, 2016 11:55
This is very, very annoying! Still exists 5.4.3p3, 5.4.3p4 both windows and mac editor.
ciela_spike
Sep 29, 2016 08:05
This may finally cause the editor to crash, which makes creating web service backed editor plugin difficult.
Please fix this.