Search Issue Tracker
By Design
By Design in 2.0.X
Votes
0
Found in [Package]
2.0.3
Issue ID
ADDR-3439
Regression
No
"RemoteProviderException : Unable to load asset bundle” error is thrown when the Caching class is used and the WebGL platform is selected
Reproduction steps:
1. Open the attached “ASDQWE” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Open the Addresables Group Window (Window > Asset Management > Addressables > Group)
4. In the Addresables Group Window, select (Build > New Build > Default Build Script)
5. Enter the Play Mode
6. Inside the Game View, press the “go to scene2” button
7. Observe the Console Window
Expected result: No error is thrown
Actual result: “RemoteProviderException : Unable to load asset bundle” error is thrown
Reproducible with: 1.21.12 (2021.3.28f1, 2022.3.3f1, 2023.1.3f1, 2023.2.0a22), 1.21.14 (2022.3.3f1, 2023.1.3f1, 2023.2.0a22)
Could not test with: 1.21.14 (2021.3.28f1) (“Web request failed to load from cache” when pressing the “go to scene2” button and pink Game View when pressing “sc3” button)
Reproducible on: Intel MacOS 13.4
Notes:
- WebGL Platform must be selected for the reproduction to occur
- In 2021.3.28f1, 2022.3.3f1, 2023.1.3f1, and 2023.2.0a22, pressing the “sc3” button results in the Game View turning pink in the Editor
- Selecting the Standalone platform does not reproduce the issue in the Editor or the built Player with: 2021.3.28f1, 2022.3.3f1, 2023.1.3f1, 2023.2.0a22. However, in the Editor, when pressing the “go to scene2” button, the “Web request failed to load from cache” error is thrown, while the “sc3” button works correctly
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
The project as given has a set url to download the bundles from. I have to assume that the bundles aren't getting uploaded since changing that hardcoded url to one I know the bundles are at for testing purposes, works as expected.
Resolution Note (2.0.X):
The project as given has a set url to download the bundles from. I have to assume that the bundles aren't getting uploaded since changing that hardcoded url to one I know the bundles are at for testing purposes, works as expected.