Can anyone explain how I can create a mirror effect like the one in this YouTube video using Unity Pro?
I know that I need to use render textures to do it, but I am not sure how.
Can anyone explain how I can create a mirror effect like the one in this YouTube video using Unity Pro?
I know that I need to use render textures to do it, but I am not sure how.
Those are done with Render textures . Simply create a new Render Texture to your project and a camera to your scene. Then assign that camera's Target Texture to the Render Texture you created.