UnityのgetComponentsInChildrenを使用したオブジェクトのリスト化方法の解説
getComponentsInChildrenメソッドの構文:Component[] getComponentsInChildren(Type type, bool includeInactive = false)>>More
getComponentsInChildrenメソッドの構文:Component[] getComponentsInChildren(Type type, bool includeInactive = false)>>More
JsonConvertクラスを使用する方法 JsonConvertクラスは、Newtonsoft.Jsonパッケージに含まれています。これを使用することで、簡単にオブジェクトリストをJSON配列に変換することができます。>>More