Hi,
I'm using the anchoring of UIWidgets to anchor to GameObjects (like characters). Is there any way to have the widget stay on screen even if the GameObject itself is off-screen? So if I move the camera so that the GameObject is off-screen to the right of the camera, the widget will just stay along the right edge of the screen.
I've done this type of thing when manually creating code to follow objects with NGUI elements before this new anchoring system, so just wondering if there's a easy way to do this without having to write brand new anchoring code? of if there's an example script of this already out there.
-JJ