Search Unity

[SOLVED] Custom asset bundle provider doesn't show up

Discussion in 'Addressables' started by zzy0600, Apr 8, 2020.

  1. zzy0600

    zzy0600

    Joined:
    Oct 30, 2018
    Posts:
    3
    I made a customized class, which inherits
    AssetBundleProvider
    . Let's say it's called CustomAssetBundleProvider. But this option doesn't show up in AssetBundle Provider in the group settings. Any idea?

    Screenshot 2020-04-08 at 17.48.33.png

    I'm using Unity 2019.3.4f1, Addressables v1.7.5.
     
  2. zzy0600

    zzy0600

    Joined:
    Oct 30, 2018
    Posts:
    3
    Solved. It needs
    [DisplayName()]
    on top of the class.
     
    Xarbrough likes this.