Search Unity

Question How to find the exactly dependency assets of an addressable asset

Discussion in 'Addressables' started by kk3hi3123, Feb 16, 2021.

  1. kk3hi3123

    kk3hi3123

    Joined:
    Aug 17, 2016
    Posts:
    31
    Hello
    I want to create a simple pop up window for new player using addressables asset. But the pop up comes very slow and I found that the pop up has a lot of dependencies.

    upload_2021-2-16_17-34-59.png
    (I know some assets cannot be loaded. But that is not the point)

    Are there any tools to check which assets (i.e. Font, Image) is depended to other assets group? Or could I get a detail log when building the assets? I want to edit the pop up in order to reduce dependencies. Thanks.