mu.cluster.cluster-creator-kit
Version:
Cluster Creator Kit is a tool for creating your own Worlds, Craft Items and Accessories experienced in Cluster.
195 lines (99 loc) • 4.71 kB
Markdown
# Cluster Creator Kit Sample
## English
This is a sample using Cluster Creator Kit.
### MinimalSample
`Assets/ClusterVR/Scenes/MinimalSample.unity`
A world with minimal elements.
A ground with a collider, SpawnPoint, and DespawnHeight are placed.
### ColliderSample
`Assets/ClusterVR/Scenes/ColliderSample.unity`
You can check the movement restrictions due to colliders.
### ItemSample
`Assets/ClusterVR/Scenes/ItemSample.unity`
You can check the item settings.
### ScreenSample
`Assets/ClusterVR/Scenes/ScreenSample.unity`
You can check the operation of the main screen, ranking screen, and comment screen.
### RealtimeLightingSample
`Assets/ClusterVR/Scenes/RealtimeLightingSample.unity`
You can check the Realtime Lighting settings.
### MixedLightingSample
`Assets/ClusterVR/Scenes/MixedLightingSample.unity`
You can check the Mixed Lighting settings.
### SampleScene
`Assets/ClusterVR/Scenes/SampleScene.unity`
This is a complete venue for events with screens and lighting already set up.
### WarpSample
`Assets/ClusterVR/Scenes/WarpSample.unity`
You can check the operation of WarpPortals.
### WorldGateSample
`Assets/ClusterVR/Scenes/WorldGateSample.unity`
A WorldGate has been set up to take you to the tutorial world.
(works after world upload)
### TriggerSample
`Assets/ClusterVR/Scenes/TriggerSample.unity`
You can check the operation of Triggers.
### GimmickSample
`Assets/ClusterVR/Scenes/GimmickSample.unity`
You can check the operation of Gimmicks.
### TimerSample
`Assets/ClusterVR/Scenes/TimerSample.unity`
You can check the operation of the Timer, one the Operation components.
### LotterySample
`Assets/ClusterVR/Scenes/LotterySample.unity`
You can check the operation of the Lottery, one the Operation components.
### LogicSample
`Assets/ClusterVR/Scenes/LogicSample.unity`
You can check the operation of the Logic, one the Operation components.
### License
This sample is distributed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).
If you publish a content with all or part of this sample on [Cluster](https://cluster.mu), you do not need to give credit to Cluster, Inc.
## 日本語
Cluster Creator Kit を用いたサンプルです。
### MinimalSample
`Assets/ClusterVR/Scenes/MinimalSample.unity`
最小要素で構成されたワールドです。
地面となるコライダーとSpawnPoint、DespawnHeightが配置されています。
### ColliderSample
`Assets/ClusterVR/Scenes/ColliderSample.unity`
コライダーによる移動の制限を確認できます。
### ItemSample
`Assets/ClusterVR/Scenes/ItemSample.unity`
アイテムの設定を確認できます。
### ScreenSample
`Assets/ClusterVR/Scenes/ScreenSample.unity`
メインスクリーン、ランキングスクリーン、コメントスクリーンの動作を確認できます。
### RealtimeLightingSample
`Assets/ClusterVR/Scenes/RealtimeLightingSample.unity`
Realtime Lightingの設定を確認できます。
### MixedLightingSample
`Assets/ClusterVR/Scenes/MixedLightingSample.unity`
Mixed Lightingの設定を確認できます。
### SampleScene
`Assets/ClusterVR/Scenes/SampleScene.unity`
スクリーンやライティング設定済みのイベント向け完成会場です。
### WarpSample
`Assets/ClusterVR/Scenes/WarpSample.unity`
WarpPortalの動作を確認できます。
### WorldGateSample
`Assets/ClusterVR/Scenes/WorldGateSample.unity`
チュートリアルワールドに移動するWorldGateが設置されています。
(ワールドアップロード後に動作します)
### TriggerSample
`Assets/ClusterVR/Scenes/TriggerSample.unity`
トリガーの動作を確認できます。
### GimmickSample
`Assets/ClusterVR/Scenes/GimmickSample.unity`
ギミックの動作を確認できます。
### TimerSample
`Assets/ClusterVR/Scenes/TimerSample.unity`
オペレーションコンポーネントのうちタイマーの動作を確認できます。
### LotterySample
`Assets/ClusterVR/Scenes/LotterySample.unity`
オペレーションコンポーネントのうち抽選の動作を確認できます。
### LogicSample
`Assets/ClusterVR/Scenes/LogicSample.unity`
オペレーションコンポーネントのうちロジックの動作を確認できます。
### ライセンス
本サンプルは [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) で提供されています。
本サンプルの全部もしくは一部を使用して作成されたコンテンツを [cluster](https://cluster.mu/) で公開する場合は Cluster, Inc. のクレジット表示は不要です。