The options Strip Unity Version from AssetBundles
and Disable Visible Sub Asset Representations
were added to Addressables 1.18.9. Changing these options is not persistent. The changes are lost when restarting Unity.
Reproduce
- Open attached project
- Select
Assets/AddressableAssetsData/AddressableAssetSettings.asset
- Change “Strip Unity Version from AssetBundles” in Inspector
- Change “Disable Visible Sub Asset Representations” in Inspector
- Restart Unity
Actual
The “Strip Unity Version from AssetBundles” change is lost.
The “Disable Visible Sub Asset Representations” change is lost.
Expected
Changes to AddressableAssetSettings are persistent.