how to add some prefabs into an empty container?

as the movieclip in flash,how can I add some prefabs into an empty container?The empty container how I defined,which run class should I use?

1 Answer

1

You "empty container" could be any empty game object. You can put instantiated prefabs under other game objects by setting their transform.parent to the transform of the container.

thanks Jashan very well,I will try....