今日は、今までテストデータを使っていたところを、実データ(ScriptableObject)を読み込むように変更しました。 昨日まではランタイムにおけるデータの持ち方の修正に手間がかかっていましたが、やっと修正が終わったので、まずはアイテム定義データ ...
今回は、シューティングゲームの敵の移動パターンを効率よく作るために考えたことを共有します。 noteに書けることができて内心ウハウハでございます。 今回は(というか今回も)DOTweenを使います。 ScriptableObjectについての説明はこちらのサイトでもみて ...
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 ...
And object c gets send to Java and the Java code tries to access the name property through the Map interface, it won't find it. Is that the desired behavior? Reason I'm asking is not so much that I ...