UnityLauncherPro
UnityLauncherPro copied to clipboard
tool to add unity editor folders and project folders to windows defender excluded paths
having folders excluded from (virus) scanners, can improve iteration times, maybe: https://forum.unity.com/threads/improving-iteration-time-on-c-script-changes.1184446/page-8#post-8386818
command line: https://stackoverflow.com/questions/40233123/windows-defender-add-exclusion-folder-programmatically
todo
- [ ] button in tools page(?) to "add all unity editors to defender excluded paths" or so
- [ ] button in tools page(?) to "add project root paths to defender excluded paths", but this might be too much (if project root is "Documents/" or some other common folder.. then all child folders are excluded too..?)
- [ ] it creates ready commandline text in notepad or into clipboard
- [ ] then user runs that manually in elevated powershell
windows 11 has DevDrive, https://devblogs.microsoft.com/visualstudio/devdrive/