Please read the latest documentation here
It is not a Planar or SSR solution! So read the doc and limitations etc. carefully before get it!
Supports only Universal (URP) Pipeline (Forward Renderer)!
Needs "Compute Shader" support on the target device (GPU)! Please read here.
Also includes Rotatable Box Projection Probes! With this package you can get incredibly fast mixed (realtime and baked) indoor reflections.
Pros:
1. Based on Lit shader, so supports everything that it supports (lightmaps, shadows, texture, bump, emission etc. everything is supported). After 2020.2 supports ComplexLit shader :)
2. Works for both perspective and ortho cams.
3. Tested with Windows (DirectX), MacOS (Metal), android (Vulkan) and iOS (Metal).
4. Faster than Planar or SSR reflections.
5. No frame skipping. Reflection syncs with actual frame (works after Unity 2020 and newer)!
6. Adjustable depth to draw only near objects to reflective object (can be mixed with "Box Projection Probes" and create more reliable reflections)!
7. A proxy rectangle can be declared to render only objects which are inside that rectangle (Only one proxy can be used right now-WIP)!
Cons:
1. Does not work with openGL.
2. It is not a perfect reflection like Planar. It just draws on-frame visible items. So when an object goes over from frame (or behind another object), it can not be reflected.
3. Not suitable for low end mobile devices!
4. Only horizontal (like floor) objects can be used right now (WIP).
5. Only one object can be used in a scene right now. So only one floor (etc) can be reflective in whole scene (WIP).
6. Transparent objects can not be reflected.
7. Reflection may flicker on mobile (or macOS Metal). But there is a parameter to decrease the flickering to almost none :)
8. Does not reflect skybox
9. Does not support VR
You can create:
Reflective floors,
Snowy (iced) roads,
Simple water simulations,
Refracted surfaces,
Rain (ripple) animations on masked or non-masked surfaces,
Alpha masked reflections,
Wave simulations (with mask) and much more...
MODELS which are used in videos or screenshots ARE NOT INCLUDED in package!