UnityLauncherPro icon indicating copy to clipboard operation
UnityLauncherPro copied to clipboard

tool to add unity editor folders and project folders to windows defender excluded paths

Open unitycoder opened this issue 3 years ago • 1 comments

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

unitycoder avatar Aug 24 '22 13:08 unitycoder

windows 11 has DevDrive, https://devblogs.microsoft.com/visualstudio/devdrive/

unitycoder avatar May 27 '23 08:05 unitycoder