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

WebRequest

-

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.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.