Render to texture in a 2d game

How do I display a render texture in a 2D game? I know I can convert it to a Texture2D and then to a sprite, but that is really slow. Is there a 2d GameObject I can assign the material with the render texture to and it will be displayed like a sprite? Thanks.

Create a quad and assign it a material with the renderer texture.