How was this look achieved?

This game was made in Unity. I was wondering how did they make it look pixelated? If its a shader how would I go about doing it? Thanks

Looks like they just rendered to a low-res RenderTexture, then upscaled that when rendering to the screen.