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
- Changing the Visual Element size moves it when two visual elements are close to each other
- Open Reference for Default Style Sheet asset redirects to missing page
- Undoing changes to Default Style Sheet does not show change until editor refresh
- TextMeshPro Caret has an active raycast when TMP_InputField is non-interactable
- Shadows do not smoothly fade in when transitioning between real-time shadows and baked distance shadows
Add comment