Seji
Seji

Reputation:

Unity-based Android game screen cut diagonally in half under Lollipop (but not under Jelly Bean)

The screen in my Android phone is cut in half diagonally.

IMG:
(Click image to enlarge)

I'm using Unity 3D game engine. After building it and installing it in my phone which is running Android Lollipop, the screen of the game I created is cut in half diagonally. I tried to install it in another phone running Android Jelly Bean, and it works properly.

I've searched many forums already. I hope someone can help me.

Upvotes: 4

Views: 689

Answers (1)

Roland Ohlsson
Roland Ohlsson

Reputation: 57

It is a Z position problem. you can either move all objects to -1(or less), or you can move the Quad(if that what you are using, to 1 (or greater), that will fix it

Upvotes: 1

Related Questions