ノート: シーン、サンプル、ツール、その他のアセットを共有したい場合は、独自の Unity パッケージを作成 することを推奨します。ただし、アセットパッケージ (.unitypackage
) 形式を使用することもできます。例えば、アセットパッケージを作成して、多くのアセットやシーン全体をプロジェクト間でコピーしたい場合などです。
以下のいずれかの方法でアセットパッケージを作成できます。
独自のカスタムアセットパッケージを作成する方法は、以下の通りです。
エクスポートしたいアセットが含まれているプロジェクトを開きます。
メニューから Assets > Export Package を選択し、 Exporting package ダイアログボックスを開きます。
ダイアログボックスで、パッケージに加えるアセットのチェックボックスをクリックして選択します。
Include dependencies を有効のままにすると、すでに選択したアセットが使用するアセットをすべて自動選択します。
Export をクリックしてファイルエクスプローラーを開き、 パッケージファイルを保存する場所を選択します。
パッケージに名前を付けて、任意の場所に保存します。
ヒント: パッケージをエクスポートするとき Unity はすべての依存関係もエクスポートします。例えば、シーンを選択してすべての依存関係も含めてパッケージをエクスポートすると、シーンに表示されるすべてのモデル、テクスチャ、その他のアセットも同様にエクスポートされます。これは、一群のアセットを手動で検索することなくエクスポートする素早い方法です。
アセットパッケージのコンテンツを変更し、アセットパッケージの新しい、更新されたバージョンを作成したい場合は、パッケージに必要なアセットファイル (変更のないものと新しいものの両方) を選択します。次に、上記の手順に従ってファイルをエクスポートします。
更新したパッケージの名前を、MyAssetPackageVer1
、MyAssetPackageVer2
などのようにインクリメンタルな名前にします。Unity はそれを更新として認識します。そのため、自分自身とそのパッケージを共有する人にとって明確な命名規則を使用する必要があります。
注意: アセットパッケージからファイルを削除してから、同じ名前の異なるファイルを加えないでください。Unity は 独自の ID を使用 してファイルを追跡することによって、異なる、競合する可能性のあるファイルとして認識します。これらの場合、Unity はそれらをインポートするときに警告シンボルを表示します。ファイルを削除した後に置き換えることにした場合は、元の名前に近い名前であっても、異なる名前に変更します。
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.