1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

UnityAdvent Calendar 2024

Day 16

Asset StoreからUnityのAssetをインポートする

Posted at

AssetをWebブラウザからインポートの仕方について紹介します。

環境

  • Unity6 6000.0.32f1
  • Windows11
  • Google Chrome

やり方

Asset StoreにUnityのアカウントでログインします。
ほしいAssetを検索します。
無料なものや2D素材など条件を絞って検索することができます。

ほしいAssetを見つけたら、Add to My Assetというボタンを押します。
image.png

利用規約に同意しますかみたいなのが表示されたら内容を確認してAcceptを押しましょう。
image.png

このようにバナーが出るので、Open in Unityを開きます。この時、インポートしたいプロジェクトを開いておいてください。
image.png

するとこのようにPackage Managerが開きます。
image.png

Downloadを押してください。
ダウンロードできたらImport x.x.x to Projectという表示に変わるので、それを押します。

するとこのようにどれをインポートするかの選択画面が出ます。
image.png

必要なものにチェックを入れ、Importしてください。

これでAssetsフォルダ内にAssetがインポートされます。

以上!

1
0
0

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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?