I’m using the Unity 4.6 beta right now trying to take advantage of the UGUI in there. I’m trying to add a button to an existing prefab but can’t get the button to display where I want it to.
Here’s what’s happening.
When I add the button it appears in the center of the screen. I’m making it a child of the prefab but its positioning doesn’t seem to be “in terms of” the prefab. I expected that if it was a child of the prefab it would be. Is this supposed to work this way? I’d like to be able to anchor it left or right and have it snap to the left or right of the prefab instead of the window.
Does anyone know how this works or if what I’m trying to do is possible?
Thanks!
Here’s some screenshots for completeness

