I’m currently trying to sample a virtual texture, but throws
(Node Custom) Bad type TextureVirtual for Custom input Texture
Anyone know if it’s possible, I’m not quite sure what would be the replacement.
I’m currently trying to sample a virtual texture, but throws
(Node Custom) Bad type TextureVirtual for Custom input Texture
Anyone know if it’s possible, I’m not quite sure what would be the replacement.
In our case, we got this error message when switching to higher-resolution textures. The core problem was that the new textures were jpg rather than png so the alpha channel was missing. Once we converted to png with alpha it worked again.