-
@mcclure111 @4xisblack yeah, something like for(int i =0; i<transform.childCount;i++){ list.Append(transform.GetChild(i)); } although as @LordNed says, if you for loop backwards you should be able to use this to delete in one pass without making a list separately
-
@mcclure111 @4xisblack (sorry, @4xisblack)