Search Issue Tracker
Fixed
Fixed in 1.19.18
Votes
0
Found in [Package]
1.19.9
Issue ID
ADDR-2441
Regression
Yes
Asset Group Template can not be added to AddressableAssetSettings.asset
How to reproduce:
1. Open the attached “1388175.zip” project
2. In the Project window select “AddressableAssetSettings.asset”
3. In the Inspector add an “Asset Group Template” by pressing “+” under the “Asset Group Templates”
Expected result: Asset Group Template is added
Actual result: 2 warnings appear in the Console and the Asset Group Template is not added
Reproducible with: 1.19.9 (2019.4.34f1, 2020.3.25f1), 1.19.15 (2019.4.34f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0b2)
Not reproducible with: 1.19.6 (2019.4.34f1, 2020.3.25f1)
Errors:
Invalid AssetDatabase path: /Assets/AddressableAssetsData/AssetGroupTemplates/test.asset. Use path relative to the project folder.
Failed to load Asset at /Users/mantas.kandrotas/Downloads/Adresssibles/Assets/AddressableAssetsData/AssetGroupTemplates/test.asset.
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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note (fix version 1.19.18):
Fixed