Version: 2023.1
言語: 日本語
ローカルアセットパッケージのインポート
アーカイブ

Removing local asset packages

When you import local asset packages, the Unity Editor places them in the Assets directory in your project.

使用されていないことが分かっているアセットは、プロジェクトから手動で削除することができます。プロジェクトのディレクトリを整理したり、ローカルハードドライブの空き容量を確保したい場合は、このアクションを検討してください。

Warning: Make sure your project isn’t using any of the assets you remove. Unlike installed packages, the Package Manager doesn’t track assets that you imported from local asset packages, so it can’t detect when you remove dependent assets.

はじめに

この作業を始める前に、以下の重要な注意事項を理解してください。

  • Use this procedure to remove assets only if you added them to the current project by importing them by following the Importing local asset packages procedure.
    • Don’t use this procedure to try to remove packages that you installed from a registry. For information about removing packages that you installed from a registry, refer to Removing an installed package from a project.
    • Don’t use this procedure to try to remove Asset Store packages that you downloaded and imported to your project by using the Package Manager window. For information about removing Asset Store packages that you downloaded and imported by using the Package Manager window, refer to Remove imported assets from a project.
  • This procedure removes assets from the current project. It doesn’t remove the same assets that might exist in other projects.

手順

To remove one or more local asset package items from your project:

  1. プロジェクトを開きます。

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

  3. Packages メニューを開き、My Assets コンテキストを選択します。

  4. プロジェクトから削除したいパッケージを選択し、パッケージ名 (A) とパブリッシャー名 (B) を控えておきます。後のステップでアセットのディレクトリを見つける時に、これらの名前が役立つ場合があります。

    My Assets コンテキストには、パッケージ名 (A) とパブリッシャー名 (B) が表示されます。
    My Assets コンテキストには、パッケージ名 (A) とパブリッシャー名 (B) が表示されます。
  5. Project ウィンドウを開きます。

  6. Expand the Assets directory and locate the subdirectory for the package you identified in the Package Manager window in an earlier step.

  7. Explore the directory structure that the publisher created (C), confirm it’s the correct package, and identify the assets you want to delete (D). Note: Unity doesn’t impose directory names or structures on publishers, so their assets might not be in an easily identifiable directory. The directory structure might be simple or complex.

    Project ウィンドウで、アセットのフォルダー (C) とその内容 (D) が選択されています。
    Project ウィンドウで、アセットのフォルダー (C) とその内容 (D) が選択されています。
  8. Select the asset or assets you want to delete. Your selection can be a single asset, multiple assets, all assets in a subdirectory, or more.

  9. Right-click the selected items, and select Delete.

Important: Scenes that depend on deleted assets aren’t reported as errors in the Console window. If you suspect the removal caused issues, import the package again. Refer to Importing an Asset Store package.

その他の参考資料

ローカルアセットパッケージのインポート
アーカイブ