이 페이지는 Unity의 스크립터블 렌더 파이프라인(SRP)이 동작하는 방식을 설명하고 몇 가지 주요 개념 및 용어를 설명합니다. 이 페이지의 정보는 유니버설 렌더 파이프라인(URP), 고해상도 렌더 파이프라인(HDRP), 그리고 SRP에 기반한 커스텀 렌더 파이프라인에 적용됩니다.
스크립터블 렌더 파이프라인은 C# 스크립트를 사용하여 렌더링 커맨드를 예약하고 설정할 수 있는 씬 API 레이어입니다. Unity는 이러한 커맨드를 저수준 그래픽스 아키텍처로 전달한 후 그래픽스 API에 명령을 전송합니다.
URP와 HDRP는 SRP를 기반으로 빌드됩니다. 또한 SRP를 기반으로 커스텀 렌더 파이프라인을 만들 수도 있습니다.
SRP에 기반한 모든 렌더 파이프라인에는 다음의 두 가지 주요 커스터마이징 요소가 있습니다.
RenderPipeline
에서 상속되는 클래스입니다. 이 클래스의 Render
메서드는 SRP의 주 엔트리 포인트입니다.커스텀 렌더 파이프라인에서 이러한 요소를 생성하는 방법은 렌더 파이프라인 에셋과 렌더 파이프라인 인스턴스 생성을 참조하십시오.
ScriptableRenderContext
는 렌더 파이프라인의 커스텀 C# 코드와 Unity의 저수준 그래픽스 코드 간의 인터페이스 역할을 하는 클래스입니다.
ScriptableRenderContext API를 사용하여 렌더링 커맨드를 예약하고 실행할 수 있습니다. 자세한 내용은 스크립터블 렌더 파이프라인에서 렌더링 커맨드 예약 및 실행을 참조하십시오.
SRP로 작업하는 경우 이를 통해 Unity가 특정 시점에 C# 코드를 호출하도록 만들 수 있습니다.
RenderPipeline
에서 상속되는 클래스의 Render
메서드는 SRP의 주 엔트리 포인트입니다. 커스텀 렌더 파이프라인을 작성하는 경우 여기에서 코드 작성을 시작해야 합니다.Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.