Struggling with mirror reflection..??

I want to make simple plan realtime mirror in my scene. I have searched on net for it. I dont know the ABCD of programming.

I have got this link but involves some scripting i dont know how to implement in my scene???

http://www.unifycommunity.com/wiki/index.php?title=MirrorReflection

I have also tried render texture, i got rendering on object from new camera but cant find how to make that as mirror reflection in firstperson camera??

Guys badly struggling with this…?? pl. help.:face_with_spiral_eyes:

Reading is relay difficulty.
Create a shader called MirrorReflection.shader and copy past the code from the wiki into the shader.
Create a JavaScript file called MirrorReflectionScript.js and copy past the code from the wiki into the JavaScript file.

Did it myself along the tutorial on the wiki and it is working fine.

Edit: I attach a unitypackage file withe a prefab and the script and the shader thats needed , a simple ready to use mirror plane.

724290–26637–$Reflection.unitypackage (13.2 KB)

Thanks I will chk…