Wolf = unit.transform;
DestroyImmediate(unit.gameObject);
//little bit later
for(int i = 0; i < countOfWolves; i++)
{
Transform t = Instantiate(Wolf);
//some other action with them which dont actually matter
}
how can i do this (this doesnt work because Wolf = unit.transform;
just create a link to it