Freezing in Unity? Make a 1-click-kill batch file!
D
Dylan Hunt
started a topic
over 5 years ago
Whether you have this hanging issue or one of Unity's many other freezing bugs, have this by your side to save some headaches. Simply copy+Paste this into a text file and rename it to "killUnity.bat":
@ECHO OFF
ECHO Killing Unity...
Taskkill /IM Unity.exe /F
EXIT
1 Comment
Customer Support
said
over 5 years ago
Hi Dylan,
Thanks for that. If anyone reading this is having specific issues with the Unity SDK please contact support directly.
Dylan Hunt
Whether you have this hanging issue or one of Unity's many other freezing bugs, have this by your side to save some headaches. Simply copy+Paste this into a text file and rename it to "killUnity.bat":