D
D
Dima2016-10-05 09:35:43
Unity
Dima, 2016-10-05 09:35:43

Image quality in unity?

The game has an image where an array of images is assigned over time (which are adjusted to the size of the field itself). On the computer, everything looks beautiful, but as soon as I launched it on the phone, the quality of the pictures has greatly decreased. What could be the reason?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daniil Basmanov, 2016-10-05
@NekOdin

Without screenshots, it is impossible to understand exactly how the quality has decreased, so I'm guessing. There are several options:

  1. On the device, pictures are not shown in their native resolution and mipmaps are included . You can turn them off in the texture import settings, it will probably look better.uLNww
  2. The import settings have a compressed format, which leads to compression artifacts on the device. If the texture is used in the interface, it is better to put Truecolor.
    En2DV
  3. You are using non-standard shaders for the Image, which work differently on the device. I need to fix the shader.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question