How to Approach Setting up Remote Addressable which are downloaded without Addressable

Hi there,

I’m new to Addressable, I’m using a backend plugin which automatically downloads the file and put them in Application.persistentDataPath, as I cant use Addressable directly to download the files because downloading happens by that plugin.

So how do i setup Addressable so its still remote but when it starts downloading it look for assets under Application.persistentDataPath

Please advise
Thanks

This /should/ be possible by setting up the RemoteLoadPath in the Addressables profile settings.

But how do i set Application.persistentDataPath (because it changes depending on platform) to RemoteLoadPath ?

Curly braces are evaluated at runtime. {UnityEngine.Application.persistentDataPath}/SomePath should work.