Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0
Members

making a copy of an actor

A topic by kensands created Apr 23, 2016 Views: 325
Viewing posts 1 to 1

Is there an easy way to create a copy or clone of an actor with all it's children and properties.

lets say I have an actor that has child actors making up the clothes etc, I hit it and want to create a second version of it independant from the first but with the same set of clothes etc. I've found that while I can say mynewactor = myoldactor and create a new one it is linked to the first, like a reference copy when I want a copy by value. Do I just need to put in a load of work?