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 ...
It's used to transform data in xlsx (which defines field name and field type) directly into Unity ScriptableObject asset. It's aimed at convenience in xlsx sheet output and fast retrieving sheet data ...