Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

How to force addressables to use only local cache,without disabling internet?

Discussion in 'Addressables' started by Atlantiss, Jan 2, 2020.

  1. Atlantiss

    Atlantiss

    Joined:
    Aug 5, 2018
    Posts:
    14
    For my project,I have to preload the levels before the user actually enters the game,so for this i use addressables to preload the dependencies of the levels the user selects before.After that it needs to load only from local cache,whenever there is an updated version of level,it should only be updated from the initial menu,what to do in this case?
     
    chanon81 likes this.
  2. chanon81

    chanon81

    Joined:
    Oct 6, 2015
    Posts:
    168
    I would also like to know this. Thank you.
     
  3. Atlantiss

    Atlantiss

    Joined:
    Aug 5, 2018
    Posts:
    14
    Anyone knows how to do this if possible?