Sign In Register

How can we help you today?

Start a new topic

Freezing in Unity? Make a 1-click-kill batch file!

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

Hi Dylan,


Thanks for that. If anyone reading this is having specific issues with the Unity SDK please contact support directly. 


Regards,

Liam

Login to post a comment