게임 엔진/Unity

[Error] CS0103: The name 'RenderPipeline' does not exist 처리

niamdank 2021. 3. 29. 19:48

error CS0103: The name 'RenderPipeline' does not exist in the current context

 

※ using UnityEngine.Experimental.Rendering을 using UnityEngine.Rendering으로 대체한다.


 

변경된 이유)

Unity 2019에서 RenderPipeline이 정식 출시되면서 네임스페이스가 변경됨.