Going further
If you’re curious about the differences between the three Unity render pipelines or CommandBuffers
, here are a few interesting resources to check out or continue your journey with:
- The Unity render pipelines:
- Render pipelines (official documentation), Unity: https://docs.unity3d.com/Manual/render-pipelines.html
- What are the Unity render pipelines and which to use? | HDRP vs URP 2022, B. Dickinson (2022): https://www.youtube.com/watch?v=xS6g15XL8jQ
- Scriptable Render Pipeline: What You Need To Know, Unity (2018): https://www.youtube.com/watch?v=2wUPgl7upnU
- SRP Batcher: Speed up your rendering, A. Carré: https://blog.unity.com/engine-platform/srp-batcher-speed-up-your-rendering
CommandBuffers
:- Extending Unity 5 rendering pipeline: Command Buffers, A. Pranckevičius (2015): https://blog.unity.com/technology/extending-unity-5-rendering-pipeline-command-buffers
- Using Command Buffers in Unity: Selective Bloom, L. Reid (2018): https://lindenreidblog.com...