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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Add comment