Screen Space Reflection Shader

On this page of Unity Documentation, there’s this line:

I’ve searched all around the web and didn’t find anything from the Dark Unity project. Problem is that the shader has been made by Unity guys and they didn’t share it with the community. Does anybody know how to handle ScreenPos to make Screen Space Local Reflection? I know how to do refraction using a Grab Pass, but nothing about reflection…

I know that some shaders on the asset store actually do this, but for whoever wants to develop their own things for their specific needs, I think it would be great to have at least a snippet of code as an example.

UP!
i also searching for this shader. its fast and realistic in some cases.

You could look at how they did it in the CryEngine. There are some slides available from a lecture about some rendering tricks they applied, like Screen Space Reflection. It’s very compact though, so having the actual shader used by that Unity demo might be more convenient.

This guy has published all his code for a quick demo. Should probably help you doing it: http://www.gamedev.net/blog/1323/entry-2254101-real-time-local-reflections/

I am trying to do this myself too… got to work very basic version, but then hit the wall when I try to convert it into post processing effects…

http://forum.unity3d.com/threads/205549-Screen-Space-Local-Reflection?p=1389788#post1389788

any help or comments appreciated