Canvas and resolution

HI Everyone, Having an issues with Canvas resolution when exporting to android device.

The size and position of my objects show the same in Scene and Game view however on my Android device they appear smaller and in different locations.

For settings i am using Render mode screen space Camera - which is linked to the one camera in the scene.
plane Distance to 8.

Any ideas one what i am missing here to get the two to display the same?

Thanks

Use scale with screen size:

http://docs.unity3d.com/Manual/script-CanvasScaler.html

Make sure you set the anchors in appropriate places

1 Like