Search Unity

Question How can make trail renderer having repeatable parts? or slice?

Discussion in 'General Graphics' started by seintcat1, Jan 22, 2022.

  1. seintcat1

    seintcat1

    Joined:
    Sep 16, 2020
    Posts:
    1
    After I slice the sprite(192 * 64) to three parts, I made trail by accident.

    2.png
    like this(reenact with UI image)

    few minutes later I try to rollback trail, but it doesn't works.
    wrong result below :
    3.png 4.png 5.png 6.png

    I used texture type in Texture2D, shader option in Material, Texture Mode in Trail Renderer.
    at least repeatable middle part doesn't works, how to maintain the proportion of starting part and last part?