Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.19.17
Issue ID
ADDR-2479
Regression
No
Out of memory in GenerateSubAssetPathMaps when building addressables
Reproduction steps:
1. Open the attached project
2. Open OutdoorsScene Scene in the Assets folder
3. Go to the Window -> Asset Management -> Addressables -> Groups
4. Run the Addressables build (Build -> New Build -> Default Build Script)
Expected result: The build succeeds
Actual result: The build fails with an out of memory exception
Reproducible with: 1.19.17 (2019.4.36f1, 2020.3.27f1, 2021.2.9f1, 2022.1.0b5, 2022.2.0a3)
Note: Building the addressable group can take up to an hour
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
- Packman: "My Assets" filters section doesn't rescale on filter sections collapse
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
Resolution Note:
Please enable the Disable Visible Sub Asset Representations option in AddressableAssetSettings > Build, to improve build performance for this .fbx with many subassets. Was able to reduce the total build time to 30 min, and GenerateSubAssetPathMaps only took 0.945 ms.