profileSettings.GetValueByName not working properly anymore

Hi,

We used to be able to get the current profile’s RemoteLoadPath like this, it returns null however since 1.19.4 (can’t be sure about other unreleased versions after 1.18.15).

var addressablesSettings = AddressableAssetSettingsDefaultObject.Settings;
var remoteLoadPath = addressablesSettings.profileSettings.GetValueByName(
                addressablesSettings.activeProfileId,
                AddressableAssetSettings.kRemoteLoadPath);

Good catch! There I see my chances to update to 1.19.4 go away.

I filed a bug-report for the issue, otherwise I’m not sure if it’ll get fixed:

Great, thanks for your effort of documenting it in detail!

1 Like