|
Just double checking, will all instantiated objects of "Bill" be called "Bill(Clone)" ? (At least that is what they are reading as in In that case, to find these objects, would you use
(comments are locked)
|
|
That's the default name but you can change that. since by default all clones will be named "Clone(clone)", basically with the (clone) suffix, will you have to use Find("Clone(Clone)" instead of just Find ("Clone")?
Dec 28 '10 at 05:42 AM
ina
Yes, unless you rename them on instantiation like demoed above, add (Clone) to your prefab name when searching for it.
Dec 28 '10 at 07:53 AM
azzogat
(comments are locked)
|
