Hello all.
We're just porting a project with a complex UI made with NGUI to PS Vita. It's a portrait game, so the user is expected to play it holding PS Vita sideways.
My problem is that, while Unity has a portrait/landscape option on iOS and Android Player Settings, there's no such a thing for the PS Vita Player Settings.
This means I'll have to find a way of rotating a PixelPerfect (but locked to 2048 px height), 2D UI in 90ยบ so it gets sideways.
How can such a thing be done?!