Page 1 of 1

[Solved] HDRP and matrix shader errors

PostPosted: Sun Dec 23, 2018 11:29 pm
by ShaderCube
Hey there,
are common transform matrices are unsupported by HDRP?
I constantly get an error when trying to use Common Transform Matrices node (other matrix as well).
Code: Select all
Shader error in 'OmniDecal': undeclared identifier 'UNITY_MATRIX_MV' at line 274 (on d3d11)

Unity 2018.3.0f2. HDRP 4.6.0

***
Solved with new ASE update

Re: HDRP and matrix shader errors

PostPosted: Thu Dec 27, 2018 3:04 pm
by Ricardo Teixeira
ShaderCube wrote:Hey there,
are common transform matrices are unsupported by HDRP?
I constantly get an error when trying to use Common Transform Matrices node (other matrix as well).
Code: Select all
Shader error in 'OmniDecal': undeclared identifier 'UNITY_MATRIX_MV' at line 274 (on d3d11)

Unity 2018.3.0f2. HDRP 4.6.0


Greetings,

Not entirely sure, thanks for the heads-up.

Can you share a shader sample for further analysis?

Thanks!

Re: HDRP and matrix shader errors

PostPosted: Thu Dec 27, 2018 5:03 pm
by ShaderCube
Yes. Very simple example, but gives the same error.

https://pastebin.com/n1myS4Fs

Re: HDRP and matrix shader errors

PostPosted: Wed Jan 02, 2019 12:43 pm
by Amplify_Borba
Hello, thank you for sharing a sample!

The present error is due to the node not having yet been converted to the HDRP, which is something that we hope to tackle as soon as possible.

We'll be sure to get back in touch as soon as we have any developments regarding this.