Search Unity

IResourceProvider or AsyncOperationBase what I need?

Discussion in 'Addressables' started by BackgroundMover, Jun 17, 2020.

  1. BackgroundMover

    BackgroundMover

    Joined:
    May 9, 2015
    Posts:
    224
    Newbie here, what I'm trying to do is let Addressables use a mod loader asset as a resource. I haven't worked with addressables before but my understanding is, I need to implement IResourceProvider but I don't understand the role of AsyncOperationBase. Is it necessary? Can I only make a shim between Addressables and the mod system and ignore AsyncOperationBase?
     
    Last edited: Jun 17, 2020