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
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
cozyurt_unity
Jul 17, 2020 13:59
kedi maması köpek maması www.patilimama.com
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.