今回は、シューティングゲームの敵の移動パターンを効率よく作るために考えたことを共有します。 noteに書けることができて内心ウハウハでございます。 今回は(というか今回も)DOTweenを使います。 ScriptableObjectについての説明はこちらのサイトでもみて ...
セリフのデータを格納するSarifuDataはScriptableObjectで作成しましたが、設定することが多く、セリフの数も多いため、いちいちインスペクタで設定するのは手間がかかりすぎます。そのためcsvファイルからデータを流し込めるようにしました。 インスペクタの ...
In the Introduction to Scriptable Objects tutorial, they claim that Scriptable Objects are amazing data containers. However, it's not clear how useful Scriptable Objects really is, and what problems ...
If you store runtime state in an Addressable ScriptableObject, you must ensure that you always have at least one reference to the ScriptableObject at all times. This prevents the Addressables system ...