9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Windows]UnityをアンインストールするにはUninstall.exe

Last updated at Posted at 2018-01-18

複数バージョンのUnityをインストールしていた場合、[Windows]-[設定]-[アプリと機能]からアンインストールされるのは最新バージョンだけみたい。
[アプリと機能]からUnityを選んでアンインストールすると、もう[アプリと機能]のリストにはUnityが出てこないけど、旧バージョンのUnityはそのまま残っている。。。

そんな場合は、Unity.exeと同じフォルダにあるUninstall.exeを実行すればよいっぽい。(例:C:\Program Files\Unity\Editor)

あとは、Unity公式の再インストール手順にもある通り、データファイルが残っていたら消した方がいいかも。(私はUnity公式サイト見て先にこっちを消してしまったので、Uninstall.exeでこのデータファイルも一緒に消えてくれるのかは不明。)

次のファイルがある場合は削除します。

Windows
%AllUsersProfile%\Unity\ (typically C:\ProgramData\Unity)
MacOS:
/Library/Application Support/Unity/

コンピューターを再起動します。

9
7
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?