+5
Support for 3DTextures
Hi, I am working on an asset which utilizes 3d textures. I would like to make it compatible with shader forge, but shader forge deletes any 3dtexture properties when it compiles. Just allowing for the code node to access the 3d texture is all that is needed.
Сервис поддержки клиентов работает на платформе UserEcho
Our current workaround is to just make the shader as best we can with 2D features. Then I set a custom code texture lookup block and 2D samplers and hack the generated code to change over the sampler2D and declarations to 3D.
This is far from ideal. 3D samplers would be a godsend.