Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 433 Bytes

AMD FSR (Fidelity Super Resolution) for Unity.

For Standard Pipeline

Implimented as an image effect.

  • Add FSR_StandardPipeline.cs to your camera.
  • It must be the first effect on the camera.

For Universal Render Pipeline

Implimented as a Pipeline Render Feature.

  • Add to your pipeline settings asset using the 'Add Render Feature' button.

Enjoy using this as an example for integration into your Unity projects!