Search Unity

Question Addressables build question

Discussion in 'Addressables' started by RubberBandGames, Jan 3, 2022.

  1. RubberBandGames

    RubberBandGames

    Joined:
    Jul 20, 2020
    Posts:
    170
    Hello,

    Do I need to build my addressable every time I change platform? I couldn't find much online about this

    Thanks
     
  2. RubberBandGames

    RubberBandGames

    Joined:
    Jul 20, 2020
    Posts:
    170
  3. LuGus-Jan

    LuGus-Jan

    Joined:
    Oct 3, 2016
    Posts:
    179
    You need to build Addressables for each platform that you want to support (meaning: an Addressables build for Windows is not compatible with Mac or Android), but you don't need to build each time you switch to that platform. When you build Addressables, it keeps a cached version available in your Library folder for that platform.
     
    RubberBandGames likes this.