How to uninstall Unity on Mac

How to uninstall Unity on Mac

This is how to uninstall Unity on Mac.

Follow these simple steps and delete the following folders or files.

1. /Applications/Unity (Delete this folder)

2. ~/Library/Application Support/Unity (Delete this folder)

3. ~/Library/Caches/com.unity3d.* (Delete all files starting with com.unity3d)

4. ~/Library/Logs/Unity (Delete this folder)

5. ~/Library/Preferences/Unity (Delete this folder)

6. ~/Library/Preferences/com.unity3d.* (Delete all those files)

7. ~/Library/Preferences/com.OverTheEdge.BugReporter.plist (Delete this file)

8. ~/Library/Preferences/dk.Otee.* (Delete these files if you got them)

9. ~/Library/Unity (Delete this folder)

10. /Library/Application Support/PACE Anti-Piracy (Delete this folder)

11. /Library/Application Support/Unity (This contains the license file, so you might want to keep it)

PS! Note the difference between ~/Library and /Library. ~/Library is the library folder found in your home folder. /Library is found on the root of the hard drive.

Thats is how to uninstall Unity on Mac. So now you can install something else or re-install Unity.

Also read: Game engines list – 50+ engines

Happy uninstalling!

About Author

Related Posts

Unity persistant datapath

Unity Persistent Data Path

The Unity persistentDataPath is read only and will return the path where you can save data that will be persitent betwen sessions. Even app updates doesn’t touch…

Unity Random Bool with three different methods

Do you need to create a random Bool or Boolean in Unity? Here is 3 different methods to show you how to do Unity Random Bool. Bool…

Unity Random Number

Unity random number with examples

How to do a Unity random number for integers and float. Let us go thru a few examples with random integer and random float using unity random…

unity animation samples not showing

Unity animation samples not showing in Unity 2019.3

Unity animation samples not showing? Relax, they did not remove it. They have just hidden it. Not sure why it never bothered me when it was there…

unity curl error 7

Unity Curl error 7

I recently had this error in Unity. Unity Curl error 7: Failed to connect to cdp.cloud.unity3d.com port 443: Connection refused For a few days, I had been…

Unity call function every 0.1 seconds

Unity Call function every 0.1 seconds

In Unity call function every 0.1 seconds. This can be done in several ways. I will show two ways of calling a function every 0.1 seconds. Unity…