Version: 2023.2
言語: 日本語
インポートしたアセットをプロジェクトから削除する
複数のパッケージに対するアクションの実行

Asset Store のキャッシュからパッケージを削除する

.unitypackage ファイルをダウンロードすると、Unity Package Manager はそれを Asset Store キャッシュに保存します。ダウンロードしたパッケージやカスタムパッケージをインポートするたびに、Unity Package Manager はそれをプロジェクトの Assets ディレクトリに保存します。

状況によっては、ローカルハードディスクの空き容量を確保するために Asset Store のキャッシュからパッケージを削除したい場合も考えられます。Asset Store のキャッシュからパッケージを削除する主な理由がドライブの空き容量である場合は、Asset Store キャッシュの場所を変更する ことを検討してください。

Important: Deleting a package from the Asset Store cache doesn’t remove the same package from any projects where you use that package. If you also want to remove the same package from a project, refer to Remove imported assets from a project.

Asset Store のキャッシュからパッケージを削除するには、以下を行ってください。

  1. Package Manager ウィンドウを開きます。

  2. Select the My Assets context from the navigation panel.

  3. Select the package you want to delete from the list panel.

  4. 後のステップで必要となる、以下の 2 つの重要な値を控えておいてください。
    • The publisher’s name, located below the display name in the details panel of the Package Manager window.

    • The Display name value, located in the Inspector window.

      Package Manager ウィンドウのパブリッシャー名 (左) と Inspector ウィンドウの Display name (右)
      Package Manager ウィンドウのパブリッシャー名 (左) と Inspector ウィンドウの Display name (右)
  5. 以下の手順で、Asset Store のキャッシュディレクトリのルートに移動します。
    • Unity エディター 2022.1 以降用:

      a) Unity エディターの Preferences ウィンドウを開きます。

      b) Package Manager カテゴリを選択します。

      c) My Assets > Cache Location の横にあるフォルダーアイコンをクリックします。

      d) Show in Explorer (Windows) または Reveal in Finder (macOS) を選択します。

    • Unity エディター 2021.3 以前:

      a) ダウンロードしたアセットファイルの場所 を参照して、使用しているオペレーティングシステムのキャッシュの場所を特定します。

      b) オペレーティングシステムのファイルマネージャーアプリケーションを使用して、そのディレクトリに移動します。

  6. 上記のステップで控えておいたパブリッシャー名に対応するサブディレクトリを選択してください。

    パブリッシャー名に対応するフォルダーを選択して .unitypackage ファイルを見つける
    パブリッシャー名に対応するフォルダーを選択して .unitypackage ファイルを見つける
  7. パブリッシャーのディレクトリには 1 つ以上のサブディレクトリがあります。このサブディレクトリの名前はパブリッシャーが決定します。
    • サブディレクトリが 1 つだけある場合は、それを開きます。
    • サブディレクトリが複数ある場合は、削除したいパッケージを含むものが見つかるまで、それらのサブディレクトリ内を探します。
  8. Select the <name>.unitypackage file, where <name> corresponds to the Inspector window’s Display name value that you identified in an earlier step.

  9. ファイルを削除します。

これで、このパッケージは Asset Store のキャッシュから削除されましたが、インポートされたアセットは、それが使用されているプロジェクト内に残っています。

削除したパッケージを Asset Store のキャッシュに戻す

If the package that you deleted was an Asset Store package, and you want to add this package back to your Asset Store cache, refer to Importing an Asset Store package.

その他の参考資料

インポートしたアセットをプロジェクトから削除する
複数のパッケージに対するアクションの実行