Closed
Description
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
- exclude single project folder from context menu (dont want to exclude all, just the critical ones..)