セリフのデータを格納するSarifuDataはScriptableObjectで作成しましたが、設定することが多く、セリフの数も多いため、いちいちインスペクタで設定するのは手間がかかりすぎます。そのためcsvファイルからデータを流し込めるようにしました。 インスペクタの ...
This package provides utilities for implementing game architecture which is oriented around ScriptableObject assets and game events. Most of these ideas are based on Unite2017. In some situations, ...
What is a Scriptable Data Asset? A Scriptable Data Asset, in the context of this repository, is a ScriptableObject that is automatically instantiated and can be accessed from anywhere in your code ...
初めての方はこちら:#1 音ゲーの土台を作ろう(シーン・UI・素材準備) 前の記事:#6 ノーツの自動生成スクリプトを作ってみよう 次の記事:#8 クリックだけでノーツタイミングを記録できる仕組みを作ろう 前回までは 1 レーンのみでノーツを落とし ...