unityでデータベースの作成などで活用できるScriptableObject。その能力と出来ることを軽く整理してみようと思います。 ScriptableObjectとは 詳しくは公式サイトにて。 正直publicにすると他所からデータを弄れてしまうのであんまり良くないのだが、これで動くから ...
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 ...
セリフのデータを格納するSarifuDataはScriptableObjectで作成しましたが、設定することが多く、セリフの数も多いため、いちいちインスペクタで設定するのは手間がかかりすぎます。そのためcsvファイルからデータを流し込めるようにしました。 using System; using ...
A powerful Unity tool for seamless bidirectional conversion between JSON and ScriptableObjects. Create, edit, save, and load JSON data directly in the Unity Editor with full serialization support.