Search Issue Tracker
Fixed in 2018.4.X
Duplicate in 2017.4.X
Votes
10
Found in
2018.4.16f1
Issue ID
1215446
Regression
Yes
Asset Bundles fail to load when using async loading methods
How to reproduce:
1. Open 'SampleScene' from attached project
2. Start Play mode
3. In Game window click "Load Broken"
4. Inspect Console
Expected result: Only "Loaded: 61 assets" message appears
Actual result: 'Loaded' message may or may not appear, multiple warning pairs get thrown either a few times or continuously:
"Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak"
"To Debug, enable the define: TLA_DEBUG_STACK_LEAK in ThreadsafeLinearAllocator.cpp. This will output the callstacks of the leaked allocations"
Reproducible with: 2018.4.16f1, 2018.4.17f1
Not reproducible with: 2017.4.36f1, 2018.4.15f1, 2019.2.20f1, 2019.3.0f6, 2020.1.0a22
Workaround: Access assets directly like "AssetBundleRequest.allAssets" before calling yield
Notes:
1) Some interactions with Editor might stop the loading loop and cause it to finish.
2) Bundle with fewer textures(3 while original is 61) does not produce warnings but still fails to load.
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
- "Create Empty Child" Option Creates Root Object When No Parent Is Selected
- Freeze/Crash when entering Play Mode in a specific project
- Lack of documentation regarding VFX Ray Tracing support
- Shader properties do not appear on the GameObject when switching ShaderGraphs during runtime in the Player
- Multiple '-' symbols are allowed to appear in a row when inputting '.' into a non-decimal numeric field
Resolution Note (fix version 2018.4):
Fixed in 2018.4.18f1