Author Topic: Suggestions for Title Safe region adjustments?  (Read 3169 times)

getluky

  • Guest
Suggestions for Title Safe region adjustments?
« 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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Suggestions for Title Safe region adjustments?
« Reply #1 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.

getluky

  • Guest
Re: Suggestions for Title Safe region adjustments?
« Reply #2 on: January 07, 2013, 11:15:59 PM »
Alrighty, thanks ArenMook.