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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note (fix version 1.19.18):
Fixed