in unity 5.X, if I want the UV to flow once, I just need to set the texture like this
in unity 2017, if I follow the previous settings,
It looks wrong,why this happens?
in unity 5.X, if I want the UV to flow once, I just need to set the texture like this
That looks exactly how I imagine it would if you clamped it. What is it you’re trying to accomplish?
It’s just a backface culling trouble. In the shader settings change “double sided” to “backface culling”
^^