Results 1 comments of Stewart G

> This work for me in URP: > > 1. Use `RenderPipelineManager.beginCameraRendering` as the alternative of `OnPreCull` as it doesn't support SRP. > > ``` > void Awake() > {...