Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
2019.3
2019.3.3f1
2020.1
2020.2
Issue ID
1223748
Regression
No
LazyLoadReference Asset is unloaded when UnloadUnusedAssets is called
Steps to reproduce:
1. Open the attached project (case_1223748.zip)
2. Enter Play Mode
3. Press the "Load Asset" button in the Game Window to ensure the Asset is loaded
4. Press the "UnloadUnusedAssets" button in the Game Window
Expected result: Lazy loaded Asset is not unloaded (Asset is treated as a strong reference)
Actual result: Lazy loaded Asset is unloaded (Asset is treated as a weak reference)
Reproduced in: 2019.3.4f1, 2020.1.0a26, 2020.2.0a1
Cannot test with: 2017.4.37f1, 2018.4.18f1 (Lazy loading not available)
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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- User is redirected to a non-existing online documentation link when clicking on "?" help button inside Inspector window while Animator Override Controller is selected
HY888998
Mar 08, 2021 10:00
case_1223748.zip 如何获取示例?