Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 tasks
unitycoder opened this issue Aug 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@unitycoder
Copy link
Owner

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 unitycoder added the enhancement New feature or request label Aug 24, 2022
@unitycoder
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant