I use the position node to change value, but can not connect them with combine node. Why?
The types don’t match (color and vertex3) I think you have to put it through another node first but I’m on my phone and don’t remember what type.
Edit: Ignore me dgoyette knows more.
The types are fine. But you probably have things connected to a SampleTexture2D, which isn’t allowed for plugging into the vertex settings of the output. Try changing it to SampleTexture2DLOD if you want the texture to adjust the vertex properties.
1 Like
@dgoyette @PraetorBlue I’ll check it out, thank you very much.:):)
This happens to me now and then too. Often it goes away if I click “Save Asset” or close and reopen the graph.
1 Like