Hello all,
I was playing around with the Unity 4.6 Beta, to test out the new UI elements,
What I wanted to do is make a menu appear when a button is pressed.
I tried to make a smooth Transition of the menu with iTween, but this resulted in strange things, as iTween modifies the normal Transform component.
So my question is , is there a way to Access the new Rect Transform by code , so I can make the Transition manually ?
or how do you guys animate the UI ?
Thanks alot ,
T