Need help on a strange issue with a node material

Hey all,
So I am working with a node shader where I create an input block vector2 and assign uv3 to it.
Example: Babylon.js Playground

The problem I have having is that while it seems to work in the playground when I try it in my code it the material won’t build.

What is interesting is that if I use “uv” or “uv2” it works just fine. But it seems if I use any of the others like “uv3, uv4, …” the material fails to build. I know its a bit of a long shot but any ideas why “uv” and “uv2” work but the others don’t?

The support has been introduced recently so it might be a version issue ???

Are you using the latest preview ?

Yes, you should use 5.0 as it is new in this version.

1 Like

Yep, that did the trick. Thanks!

1 Like