[Solved] HDRP and matrix shader errors

Node-based Shader Editor
Post Reply
ShaderCube
Posts: 10
Joined: Fri Dec 21, 2018 9:20 am

[Solved] HDRP and matrix shader errors

Post 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
Last edited by ShaderCube on Mon Jan 21, 2019 10:56 pm, edited 1 time in total.
User avatar
Ricardo Teixeira
Posts: 954
Joined: Fri Aug 09, 2013 2:26 pm

Re: HDRP and matrix shader errors

Post 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!
Sales & Customer Relations at Amplify Creations
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!
ShaderCube
Posts: 10
Joined: Fri Dec 21, 2018 9:20 am

Re: HDRP and matrix shader errors

Post by ShaderCube »

Yes. Very simple example, but gives the same error.

https://pastebin.com/n1myS4Fs
Attachments
Test 1.zip
(4.5 KiB) Downloaded 238 times
User avatar
Amplify_Borba
Posts: 1239
Joined: Mon Jul 24, 2017 9:50 am

Re: HDRP and matrix shader errors

Post 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.
Customer Relations at Amplify Creations
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!
Post Reply