Search Issue Tracker
By Design
Votes
0
Found in
5.4.1p3
Issue ID
840545
Regression
No
[UnityWebRequest] Unable to write data when downloading asset bundle which had CRC changed
Steps to reproduce:
1. Open attached project
2. Open scene "TestScene"
3. Build asset bundle using "Assets/Build AssetBundles" menu
4. Run scene and notice message in console that bundle was downloaded successfully
5. Exit play mode
6. Open "_Game/Textures/test1.bmp" using paint and edit it a little
7. Build bundle again and run scene
8. Notice errors:
"Error while downloading Asset Bundle: CRC Mismatch. Provided 7b124d9a, calculated ab4aa80b from data. Will not load AssetBundle"
"UnityWebRequest Error : Unable to write data"
Note: not reproducible using WWW
Reproduced with: 5.3.6p7, 5.4.2f1, 5.5.0b7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment