anyuser / vectorshapes-unity

Library for drawing vector shapes in Unity.
MIT License
79 stars 15 forks source link

Problem with shader application #4

Closed PXLcat closed 2 years ago

PXLcat commented 2 years ago

Hi! I herited a project using vectorshape, and so far we have been using a shader that repeated on the shape we generated : Thing is, we wanted to try another shader (using ShaderGraph), but this is what happens : image Whatever the shape is (and the parameters I choose), it seems to only apply on a 1*1 square. image

Is this something that other users had and can be fixed? I apologize if the problem comes from something else.

anyuser commented 2 years ago

Should be fixed now, I accidentally broke the tiling functionality when updating the shader to support linear color space.