Crappy Unity or Xcode?

Hi everybody,

I don’t understand but I have a lot of problems with export game to mobile devices with iOS.

  1. Crappy images
    When I run game in unity editor everything looks very good, but when I export to devices those images looks awful - like 10 times they were compressed, quality is very bad. So I changed quality in inspector (Truecolor, 2048x2048), but still is the same - still it doesn’t look like in unity editor. So WTF?

  2. No sound

When I run game in unity editor everything is fine, but after exporting to mobile device -theres no sound, nothing. I changed in inspector WAV to AIFF, mpeg to AIFF etc, but nothing works !
I used 3d sound off/on, mono off/on and … still no sound. WTF x 2

  1. No shadows - When I run game in unity editor everything is fine, but after exporting to mobile device -theres no shadows (directional light doesnt work, I use Hard shadows).
    Point lights work but directional light doesn’t work

Summary - what’s going on - Unity or Xcode?

I use:

Unity 4.6.7

Player settings/Graphics level : Automatic

Sounds like the quality settings. In the editor, go to Edit—>Project Settings—>Quality. There are a number of levels of quality the details of which you can adjust, and you can also select which level is used per platform.

check this out. I had a similar problem (even if not on iOS). It may not be apparent that I had problems with shadows too, but I actually had.

Hope it can help you out.