Esempio n. 1
0
 public static void RefreshCache()
 {
     EditorPrefs.DeleteKey(APCache.LOAD_FROM_LOCAL_KEY);
     APCache.ReloadCache(() =>
     {
         AssetNotification.webCommunicationService.RefreshAll();
         AssetNotification.webCommunicationService.Refresh();
     });
 }