Projects made using URP are not compatible with the HDRPÂ or the built-in render pipeline. Before you start development, you must decide which render pipeline you want to use in your project. The Unity manual provides some information on how to choose a render pipeline:
A complete list of postprocessing volume effects can be found here:Â
You can learn more about the URP from the Unity manual and video:
- https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@9.0/manual/index.html
- https://www.youtube.com/watch?v=m6YqTrwjpP0
YouTube also has some useful tutorials, as follows:
- https://blogs.unity3d.com/2020/08/26/learn-how-to-bring-your-game-graphics-to-life/
- https://youtu.be/oXNy9mszKxw
- https://youtu.be/HqaQJfuK_u8
Another Unity feature is Camera Stacking. This allows you ...