Esempio n. 1
0
 private void OnCheckerResourceNeedUpdate(ResourceName resourceName, LoadType loadType, int length, int hashCode, int zipLength, int zipHashCode)
 {
     m_ResourceUpdater.AddResourceUpdate(resourceName, loadType, length, hashCode, zipLength, zipHashCode, Utility.Path.GetCombinePath(m_ReadWritePath, Utility.Path.GetResourceNameWithSuffix(resourceName.FullName)), Utility.Path.GetRemotePath(m_UpdatePrefixUri, Utility.Path.GetResourceNameWithCrc32AndSuffix(resourceName.FullName, hashCode)), 0);
 }
Esempio n. 2
0
 private void OnCheckerResourceNeedUpdate(ResourceName, resourceName, LoadType loadType, int length)
 {
     m_ResourceUpdater.AddResourceUpdate(resourceName, loadType, length);
 }