Search Issue Tracker
Fixed in 6.9.2-preview
Votes
0
Found in [Package]
6.9.1-preview
Issue ID
1193585
Regression
No
[HDRP] Large memory load occurs when building a Scene with many dependencies
How to reproduce:
1. Create a new Unity project
2. Create a Scene with many references to external Scriptable Objects, which have references to many Textures
3. Assign the Scene to one AssetBundle, and Scriptable Objects to a variety of other AssetBundles
4. Build the first AssetBundle which has the Scene
Expected result: while the AssetBundle with the Scene is being built, Textures are not loaded
Actual result: during building, the Scene Asset is loaded along with all of its dependencies, causing a big memory load
Reproduced on: 2019.2.9f1 (HDRP 6.9.1-preview)
Note: the cause of the large memory load is due to poor code logic in HDRP.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Add comment