Hi @Victor.Soupday
First of all I am very happy with your unity asset. It helped me a lot. But now I have a problem.
I receive shader errors when compiling:
Shader error in 'Reallusion/Amplify/RL_CorneaShaderParallax_Baked_URP': unrecognized identifier 'CBUFFER_START' at /Users/kell/Documents/Agora/Library/PackageCache/
com.unity.render-pipelines.core@12.1.7/ShaderLibrary/UnityInstancing.hlsl(74) (on d3d11)
Shader error in 'Reallusion/Amplify/RL_SkinShader_Variants_URP': unrecognized identifier 'CBUFFER_START' at /Users/kell/Documents/Agora/Library/PackageCache/
com.unity.render-pipelines.core@12.1.7/ShaderLibrary/UnityInstancing.hlsl(74) (on d3d11)
Shader error in 'Reallusion/Amplify/RL_CorneaShaderParallax_URP': unrecognized identifier 'CBUFFER_START' at /Users/kell/Documents/Agora/Library/PackageCache/
com.unity.render-pipelines.core@12.1.7/ShaderLibrary/UnityInstancing.hlsl(74) (on d3d11)
Shader error in 'Reallusion/Amplify/RL_TongueShader_URP': unrecognized identifier 'CBUFFER_START' at /Users/kell/Documents/Agora/Library/PackageCache/
com.unity.render-pipelines.core@12.1.7/ShaderLibrary/UnityInstancing.hlsl(74) (on d3d11)
Shader error in 'Reallusion/Amplify/RL_TeethShader_URP': unrecognized identifier 'CBUFFER_START' at /Users/kell/Documents/Agora/Library/PackageCache/
com.unity.render-pipelines.core@12.1.7/ShaderLibrary/UnityInstancing.hlsl(74) (on d3d11)
Shader error in 'Reallusion/Amplify/LitSSS': unrecognized identifier 'CBUFFER_START' at /Users/kell/Documents/Agora/Library/PackageCache/
com.unity.render-pipelines.core@12.1.7/ShaderLibrary/UnityInstancing.hlsl(74) (on d3d11)
Obviously the use of the macro CBUFFER_START is a problem. Since this is not my domain of knowledge I wonder if you can help me.
I use Unity Version 2021.3.9 and URP.
I you need more information regarding project settings, please let me know.
kind regards
Thomas