This version of Unity is unsupported.

Display.requiresBlitToBackbuffer

public bool requiresBlitToBackbuffer;

Description

True when the back buffer requires an intermediate texture to render.

This property indicates whether the back buffer requires an intermediate render texture and a blit to render. For example, when you are using linear color space and the back buffer does not support automatic conversion to sRGB.