Search Issue Tracker
Active
Under Consideration for 2022.3.X, 6000.0.X, 6000.1.X
Votes
0
Found in
2022.3.49f1
6000.0.22f1
6000.1.0a7
Issue ID
UUM-83691
Regression
No
Addressable asset download size remains non-zero when cached in WebGL Player
Reproduction steps:
1. Open the attached project “WebGL_Addressable_Test copy.zip“
2. Go to File → Build Profiles, select “Web” platform
3. Build the project by clicking on “Build” button
4. Load the built project using local web server
5. Open the web page of the built project in the browser
6. Open the Inspection mode of the browser
7. Navigate to Inspector’s Console tab
8. In the WebGL Player, click on the “Button“ button (note that in the Inspector’s Console tab the download size is 139134)
9. Refresh the page
10. Click on the “Button“ button again
11. Notice in the Inspector’s Console tab, that the download size is the same
Expected result: After the second download, the size is 0, as it is cached by the browser
Actual result: The downloaded file is cached, but the size of the file is still greater than zero
Reproducible in: 2022.3.49f1, 6000.0.22f1
Could not test with: 2021.3.44f1 (Unfixable errors when building the Player)
Reproducible on: MacOS 14.6.1 (M1 Pro), Windows 10
Notes:
* Tested with: Google Chrome (Version 129.0.6668.70), Firefox (Version 131.0) Safari (Version 17.6)
* Make sure to “Build” and not “Build & Run“ as it disables caching
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment