You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Iterate between StreamingAssets and Persistent
2. If not found in both, add asset as "Missing"
3. If found in one but asked for other path, then move the asset to the correct path
LogWriteLine($"File [T: {RepairAssetType.Generic}]: {(string.IsNullOrEmpty(repairFile)?asset.localName:repairFile)} is not found or has unmatched size",LogType.Warning,true);
226
-
return;
203
+
AddNotFoundOrMismatchAsset(asset);
204
+
}
205
+
206
+
// Iterate between Persistent and StreamingAssets folder if it sees the file is not exist
LogWriteLine($"File [T: {RepairAssetType.Generic}]: {(string.IsNullOrEmpty(repairFile)?assetInner.localName:repairFile)} is not found or has unmatched size",
0 commit comments