+1
Solucionado

Using matrix4x4 in custom code does not put float4x4 in the shader function

Matthew Brong hace 9 años actualizado por Freya Holmér (Developer) hace 8 años 5

If the matrix4x4 is used in a custom code node the incorrect type is inserted into the shader. This causes a compiler error.

Respuesta

Respuesta
Solucionado

This has now been fixed in 1.27

when generating a custom function and selecting matrix4x4 as output it actually uses matrix4x4 in the shader code which is not valid code! it's impossible to fix in shader forge, the shader must be edited manually after generating in shader forge (replace matrix4x4 by float4x4)

Respuesta
Solucionado

This has now been fixed in 1.27

thanks, how long will it take to be released?

Not sure. About a week perhaps?