An open API service indexing awesome lists of open source software.

https://github.com/solutena/grappassrenderfeature


https://github.com/solutena/grappassrenderfeature

2d grabpass renderfeature unity urp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# GrapPassRenderFeature

`URP 환경`에서는 `Grabpass`를 사용할 수 없는데,

`RenderFeature`를 사용하여 그랩패스처럼 사용할 수 있습니다.

## 사용방법

![image](https://user-images.githubusercontent.com/22467083/203536351-c369e9eb-e2c5-4862-b3e0-4c6ee13b0d27.png)

`Renderer Data`에서 `Add Renderer Feature`를 선택합니다.

![image](https://user-images.githubusercontent.com/22467083/203536427-9ced7462-113f-4cdb-8528-9895694d2631.png)

`Grabpass Renderer Feature`를 선택합니다.

![image](https://user-images.githubusercontent.com/22467083/203536499-1bf1613e-d0ea-44ec-b7a1-96fa41da51eb.png)

`Image Effect Shader`로 작성된 메테리얼을 넣으면

메테리얼이 적용된 그랩패스가 화면에 출력됩니다.