Search Issue Tracker
Fixed in 2018.1.X
Fixed in 5.6.X, 2017.1.X, 2017.2.X, 2017.3.X
Votes
0
Found in
2017.2.0f3
Issue ID
972024
Regression
Yes
[Linux Player] Cached Asset bundles take longer to load relatively to cache server size
Steps to reproduce:
1. Download Unity5_3Project.zip
2. Build for Linux Standalone
3. Run the build
4. Go to: http://localhost:9921/start/0/100
4. Wait for the downloading process to complete
5. Refresh the page (so the assets are loaded from cache)
6. Observe the average load time
7. Repeat steps 4-6, but change the link to: http://localhost:9921/start/0/1000
8. Repeat steps 4-6, but change the link to: http://localhost:9921/start/0/2000
Expected results: the average load time is the same in all 3 cases
Actual results (5.6): When 100 assets are cached average load time is 120ms. 1000 - 200ms, 2000 - 250ms
Reproduced on: 5.6.4p1, 2017.3.0f1
Did not reproduce on (same average load time regardless of the cache size): 5.3.8p2 (~130ms), 5.4.6f2(~100ms), 5.5.5f1 (~190ms)
Notes:
* After testing with a version I cleared the cache folder before testing with another one
* Does not reproduce on macOS
* You can check all the results of the session by going to http://localhost:9921/report/all
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Script causes Console error "Reading pixels out of bounds of the current active render texture" when entering the Play mode on a HDRP project
- Adding a git url package shows it in the Unity Registry section of Package Manager
- Mesh Renderer is frozen when there are duplicate Static GameObjects
- ScalableBufferManager.widthScaleFactor always returns 1 when using DirectX 11
- [iOS] Camera loses focus when the device is near an object on some iOS devices
Add comment