Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.1.5f1
Issue ID
1160776
Regression
No
Aborted UnityWebRequest does not clean up partly downloaded resources
Steps to reproduce:
1. Open the attached project
2. Build and run to Android device
3. On device, open Settings -> Apps -> AssetBundleTest
4. Under the 'Storage' section, observe how much memory is used
5. Go back to Player
6. Press Download (to start downloading AB) and Cancel (to Abort the request)
7. Go back to Settings and notice that the amount of memory used has increased
Expected result: aborting webRequest should clean up the partly downloaded data
Actual result: repeating Download AB webRequest and aborting it will keep collecting partly downloaded data without any cleanup
Reproduced with: 2019.1.7f1, 2019.2.0b8, 2019.3.0a6
Unable to reproduce with older versions due to errors
Devices tested:
VLNQA00144, Samsung Galaxy S9 (SM-G960U1), Android 9, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Add comment