Tool to prevent Start and Update comment generation for new MonoBehaviour scripts.
- Support for automatic detection of current running Unity Editor processes
- Support for manual path input to Unity Editor directory
For Script:
- Run powershell as administrator
- Change the directory to the location of the script
- Run the script with ./UnityCommentCleaner.ps1
For Executable:
- Simply run as administrator
If you have problems running the script, run this command first:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force