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?

More than 3 years have passed since last update.

cluster用アイテムの配布方法

Last updated at Posted at 2020-09-03

Unity: Unity 2019.4.1f1
ClusterCretorKit: ClusterCreatorKit v1.6.2
を想定しています。


1.ClusterCreatorKitを導入したUnityでアイテムやそのギミックのセットアップをする。

2.Unity上でそれらのアイテムをPrefab化する。
ヒエラルキーウィンドウからプロジェクトウィンドウにドラッグアンドドロップでPrefab化できる。

3.Unityのうえの方のAssets→Export Packageで、2.で作ったPrefabにチェックを入れて保存。

4.いろいろな人に配布したい場合は、boothが便利。zip形式でまとめればUnityPackageやVRM、Blenderファイルなども配布可能。


アイテムをPrefab化せずにUnityPackageでまとめただけだと他の人がそのまますぐに使うことはできないみたいです。Prefab化してからパッケージを出力しましょう。

【2021年4月30日追記】
cluster公式さんがよりわかりやすい記事を作成してくださいました。そちらも参考にしてみてください。
https://creator.cluster.mu/2020/11/11/export-unitypackage

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?