Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: getluky on January 07, 2013, 04:09:39 PM
-
I've been porting my game to OUYA, and it looks like we will need to be adjusting existing mobile titles to move the UI to a title safe region for TV's. Is there any automatic adjustment in UICamera or even UIRoot that would make repositioning into the title safe region automatic with a flag? Or do I need to go through and set relative offsets on every anchor?
-
I'd say go relative with this one. I don't even think Unity exposes a way to read this "safe region" information.
-
Alrighty, thanks ArenMook.