BiplanarMapping
BiplanarMapping copied to clipboard
HDRP 10
Thanks!
For some reason, in HDRP 10 you need to add those includes:
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Common.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/SpaceTransforms.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Packing.hlsl"
That's weird. I created this project with HDRP 10.2.0. Which version exactly are you using? HDRP 10.0.0?
Very weird indeed as I'm using HDRP 10.2.0 too. (Unity 2020.2.0b11 on macOS)