I use "NGUITools.AddChild(Panel, Button);"
Panel is parent and Button is model gameobject.
Why a clone have a different transform with it's model gameobject?
How to clone a gameobject with the same transform by it's model gameobject?
And Suggestions?