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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Add comment