How to use local cache resources

I detected an update to the resource, but I don’t want to update it now, and I want to use the old one.

You need find your own way to detect the asset update status. Then set the RemoteLoadPath in runtime according to your logic. This is flexible enough to implement most update logic.

However, you can only do this once before addressable initialized, which limits the use case.