Hello guys.
I post this again because of your no reply.
i've added TrailRenderer effect to my Bullet Sprite and it works good enough.
But when a bullet moves through any other sprites the trail effect appears behind the sprites.
i've read other Posts enough and they says trailRenderer.renderer.sortingLayerName = "Foreground" is every thing for this problem. But in my project it doesn't work.
Here is my C# code for Bullet Sprite
void Start () {
TrailRenderer trailRenderer =...
is this TrailRenderer bug?
I post this again because of your no reply.
i've added TrailRenderer effect to my Bullet Sprite and it works good enough.
But when a bullet moves through any other sprites the trail effect appears behind the sprites.
i've read other Posts enough and they says trailRenderer.renderer.sortingLayerName = "Foreground" is every thing for this problem. But in my project it doesn't work.
Here is my C# code for Bullet Sprite
void Start () {
TrailRenderer trailRenderer =...
is this TrailRenderer bug?