+1
Исправлен

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

Matthew Brong 9 лет назад обновлен Freya Holmér (Developer) 8 лет назад 5

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

Ответ

Ответ
Исправлен

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)

Ответ
Исправлен

This has now been fixed in 1.27

thanks, how long will it take to be released?

Сервис поддержки клиентов работает на платформе UserEcho