How to uninstall Unity on Mac?

Steps to Uninstall Unity on Mac

  1. Close any running Unity editor instances.
  2. Open Terminal (You can find it in Applications -> Utilities or by searching for Terminal in Spotlight).
  3. Execute the following command:sudo rm -Rf /Applications/Unity
  4. Enter your password and press Return. Unity should now be uninstalled from your Mac.

Please note:

The sudo command gives you administrative access for this operation. It's advisable to use it with caution as it allows you to make critical changes to your system files.