LoginSignup
24
15

More than 5 years have passed since last update.

[Unity] Asset Bundle をビルドしてAWS S3 にアップロードする

Posted at

実行すると、Asset Bundle をビルドし、ビルドしたファイルを AWS S3 にアップロードするエディタ拡張

UnityAssetBundleBuilder.cs

使い方

上記スクリプトをダウンロードして、以下の項目を入力します。

  • s3Bucket
  • s3KeyBase
  • s3AccessKeyId
  • s3SecretAccessKey

入力したら、スクリプトを Assets/Editor に配置します。
メニューに Build -> Build Asset Bundles が出てくるので、
実行すると、Asseet Bundle のビルド -> S3へのアップロードが実行されます。

ビルド時のオプションとかは、いい感じに変更して使ってください。

24
15
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
24
15