is it possible to undo DetachChildren() ?

Hi all,

Is it possible to undo DetachChildren() method?

I do DetachChildren() for all the selected objects and it is not effected via CTRL+Z.

The solution is to prevent to use DetachChildren(), and use SetTransformParent(Transform transform, Transform newParent, string name);

All was simple. As always :slight_smile: