Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: getluky on January 07, 2013, 04:09:39 PM

Title: Suggestions for Title Safe region adjustments?
Post 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?
Title: Re: Suggestions for Title Safe region adjustments?
Post by: ArenMook on January 07, 2013, 11:11:54 PM
I'd say go relative with this one. I don't even think Unity exposes a way to read this "safe region" information.
Title: Re: Suggestions for Title Safe region adjustments?
Post by: getluky on January 07, 2013, 11:15:59 PM
Alrighty, thanks ArenMook.