hey all, i have a curve with a texture scrolling across it for an FX i am doing, but the texture is facing the wrong way on the mesh. is there a way for me to create a parameter that will allow me to rotate the UVs of the mesh to make the texture face correctly, or do i have to do this manually?
Also, if such a parameter can be made, am i able to apply it so that it lets me rotate on 90 degree intervals? say i have a texture that is horizontal that i want to scroll, but the mesh UVs are vertical, would i be able to rotate the UVs of said mesh to match that texture?
If your UVs are facing the wrong direction, you would need to flip/rotate it in a 3D software. To the best of my knowledge, rotating UVs in a material editor or shader does something else. You need to ensure your UVs are facing the right direction before exporting your mesh, except it is intended to face the wrong direction for artistic reasons.