セリフのデータを格納するSarifuDataはScriptableObjectで作成しましたが、設定することが多く、セリフの数も多いため、いちいちインスペクタで設定するのは手間がかかりすぎます。そのためcsvファイルからデータを流し込めるようにしました。 インスペクタの ...
玉転がし(Roll-a-Ball)チュートリアルを「Unity 2021.3.16f1 LTS」で、試してみたので事例としてメモしておく。 上記の玉転がしチュートリアル公開時期が2019年と古いのだが、 数少ないビジュアルスクリプティングのチュートリアルなので貴重。 この ...
Animation_Bridge(monobehaviour) this lives on the Game Object holding your Animator. You will need to assign an Animation_ParmeterObject, as well as any curve controlled float values you want sent ...
A set of script templates to use when creating scripts in Unity. Replaces the default script template with an empty one (removes Start and Update, and unused imports). For video instructions, click ...