Akane Sayama

Results 2 issues of Akane Sayama

PhysBone 等が一切入っていないアバタでは VRMSpringBone の ColliderGroups が null になっているため,以下のように NullReferenceException が発生します. (このときも,VRMSpringBone は `GetComponentsInChilderen()` で取得できます) ``` System.NullReferenceException: Object reference not set to an instance of an object at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x0005e]...

enhancement
VRChat→VRM

TSIA. PhysBone 等が一切入っていないアバタでは,(`VRMSpringBone` は `GetComponentsInChilderen` で取得できますが) `ColliderGroups` が null になっているため,以下のように `NullReferenceException` が発生します. Null check を入れました. ``` System.NullReferenceException: Object reference not set to an instance of an object at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext ()...