| Feature | Action | |---------|--------| | | After copy, right-click folder → Resolve GUID Conflicts | | Ignore Meta Files | Toggle in settings (if moving between projects) | | Filter by Type | Copy only .prefab + .mat | | Preserve Folder Structure | Check "Keep hierarchy" in queue | | Dry Run | Preview changes before executing |
| Aspect | Details | |--------|---------| | OS Support | Windows 10, 11 (64-bit primarily). Older versions may need legacy SuperCopier 4 or earlier. | | File Systems | NTFS, FAT32, exFAT, network drives, external USB drives. | | Integration | Works with Explorer, but may conflict with third-party file managers. | supercopier 5 unity
ProcessStartInfo startInfo = new ProcessStartInfo(); startInfo.FileName = @"C:\Program Files\SuperCopier5\SuperCopier.exe"; startInfo.Arguments = $"/copy \"sourcePath\" \"targetPath\" /threads:8 /verify:on"; startInfo.UseShellExecute = false; | Feature | Action | |---------|--------| | |