Topic: Cache for multiple maps in one scene

Hello! I am using two online maps in the same scene. All works fine except cache, I have specified separate folders for saving tiles for each cache component, but they both use the same tilecacheatlas.dat file. Is there an easy way to make cache work correctly for two online maps?

Re: Cache for multiple maps in one scene

Hello.

It doesn't matter how many instances of the map you use, you should have only one instance of the cache. Move the first instance of the cache to some GameObject outside the maps, and delete the second instance of the cache.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Cache for multiple maps in one scene

Thanks, it works perfectly!