GameObjects appear different on device than on Unity3d scene mode

i’m doing 3d project. On the Unity Player, I have it set to iPad Wide (4:3). All of the objects in my scene are placed according to the iPad screen size, and there’s no problem in unity.

However, when I build and run on the device, most of the objects will be resized and placed incorrectly. I don’t have any scripts that modify the transform of these objects, so they should appear exactly how they should on the Unity player.

Is there any reason why the unity player would give a different output than running the same thing on the device?

Try this go to player settings. Then In the inspector panel … Make sure tab for iOS devices is selected …Press on other settings tab… Locate the option for target resolution and try setting it to auto best quality and then build or check a resolution comparable to your iPad 3 resolution…

Red

hey …

you can try this assets project : Unity Asset Store - The Best Assets for Game Making

Thanks…