dgreenheck/OpenFracture

Need a callback to slice complete to track new created objects

Opened this issue · 0 comments

I didn't find any suitable option to find new created objects after slice. The only I use now is to find it by name in transform.parent.gameObject.Find("xxxSlices") and loop over the objects there. Pretty dirty way.