Hi. > I'll preempt Robert's reply by telling you that the purpose of clone() > is to permit cloning an object of unknown type. Thanks for answer, it is good thought that clone() is used for copying of objects with unknown type, but in my example I don't know exact type of copied Transform and therefore can't copy it directly.