Search Unity

Question Is it possible to change the value for the default render texture?

Discussion in 'General Graphics' started by Hobodi, Jul 4, 2021.

  1. Hobodi

    Hobodi

    Joined:
    Dec 30, 2017
    Posts:
    101
    According to the documentation, the texture is selected according to the framebuffer and platform. Is it possible to override this setting?
    And the second question. Will it be faster to use render texture if I use a ARGB4444 or even R8 texture?
    Will the game be faster on mobile with 256 native colors?