|
Hi. I need to instantiate a new game object, but I need it to be the component/child of an already existing game object. I tried searchin' in the scripting references, but to no avail. Thanks in advance!
(comments are locked)
|

note that "components" and "child" are quite different ideas. I'm pretty sure what you want here is the child/parent relationship. (Which travels with the Transform, it's worth remembering.)