Caching RawImage

Discussion in 'Rust Development' started by Estex, Nov 10, 2015.

  1. i use some images in UnityEngine.UI.RawImage by url, and the problem is, that when i destroy and recreate GUI that content this images, its always redownloaded from site. So i try to find the way, to cached images. Does it real?
     
  2. This is for efficiency problems?
     
  3. efficiency and visibility, so image opens only in few second after gui open
     
  4. All plugins that i know, work with this solution :/