Search Issue Tracker
By Design
Votes
0
Found in
2017.1.2p2
Issue ID
966451
Regression
No
UnityWebRequest does not report an error on non-existing file when another file with the same name has already been loaded
To reproduce:
1. Open the project, attached by the user (404Test.zip)
2. Open the "Test" scene
3. Enter Play mode
4. Observe the console
5. (Optional) Observe the Test.cs script
Expected: loading a non-existing file with the same name as previously loaded file should make isNetworkError (or isHttpError) true
Actual: if a file "blanket.assetbundle" is loaded successfully, then loading the file "blanket.unity3d" shows no errors about it not existing, and you still can try downloading it with DownloadHandlerAssetBundle
Reproduced in 2017.1.2p2, 2017.2.0p1, 2017.3.0b8, 2018.1.0a3
Cound not test for regression, in 5.6 UnityWebRequest doesn't have isNetworkError or isHttpError fields.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
- Errors and warnings are thrown after installing Visual Effect Graph Learning Samples
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
Add comment