Hello !
I just want to know if with Ex2D I can repeat a texture. Currently when I try to scale my SpriteObject, the texture is scaled to, I want to know if the sprite can kept the original texture and repeat it on the object
Thanks in advance !
Hello !
I just want to know if with Ex2D I can repeat a texture. Currently when I try to scale my SpriteObject, the texture is scaled to, I want to know if the sprite can kept the original texture and repeat it on the object
Thanks in advance !
Yes I have directly saw on the unity forum of ex2D and here is the answer :
If you want to repeat a texture, that means you will not use Atlas, but the single texture and set its filter mode to repeat. In current version of ex2D, this is not well supported. You have to put a texture to sprite without making it in the atlas, then set the tilling of the sprite’s material to the value you wish.
This feature will be improved in v2.0.