You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 months ago | |
|---|---|---|
| .. | ||
| Editor | 3 months ago | |
| Gizmos | 3 months ago | |
| Runtime | 3 months ago | |
| Tests | 3 months ago | |
| CHANGELOG.md | 3 months ago | |
| CHANGELOG.md.meta | 3 months ago | |
| Editor.meta | 3 months ago | |
| Gizmos.meta | 3 months ago | |
| LICENSE | 3 months ago | |
| LICENSE.meta | 3 months ago | |
| README.md | 3 months ago | |
| README.md.meta | 3 months ago | |
| Runtime.meta | 3 months ago | |
| Tests.meta | 3 months ago | |
| package.json | 3 months ago | |
| package.json.meta | 3 months ago | |
README.md
kMirrors
Planar reflections for Unity’s Universal Render Pipeline.
An example of global and local reflections.
kMirrors is a system for defining and rendering planar reflection cameras in Unity's Universal Render Pipeline. It supports Global mode, where a single reflection camera can be used across an entire scene (useful for water and other large reflective surfaces) and Local mode, where a list of Renderers can be defined to receive reflections (useful for smaller surfaces like wall mirrors).
Refer to the Wiki for more information.
Instructions
- Open your project manifest file (
MyProject/Packages/manifest.json). - Add
"com.kink3d.mirrors": "https://github.com/Kink3d/kMirrors.git"to thedependencieslist. - Open or focus on Unity Editor to resolve packages.
Requirements
- Unity 2019.3.0f3 or higher.