Search Issue Tracker
By Design
Votes
0
Found in
5.5.1p1
Issue ID
897843
Regression
No
[WebGL] Loading large Prefab from Resources folder takes a lot of time
Reproduction steps:
1. Open the attached "Load" project.
2. Build and run the "MainScene" for WebGL.
3. Click space.
4. Notice the printed time after a few seconds (It shows loading time).
5. Compare it between different platforms and browsers.
- Editor - 0.33 s
- OSX Standalone - 0.25 s
- WebGL Firefox - 1.33 s
- WebGL Chrome - 2.94 s
- WebGL Safari - 2.48 s
Notes:
- May be related to _UNITY_LZ4_decompress_safe function, that was called from Resources.Load.
- Prefab size should be ~2+ Mb size.
Workaround:
- Load files through Asset Bundles.
Reproduced with:
5.5.0b1, 5.6.0f3, 2017.1.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment