The problem is when the ribbon is coming from behind of other player.
The other player can not see it.
When the ribbon is in front the other player, then he can see it.
I think it could be some optimization setting problem. (some culling settings or something like that).
I was looking in the character settings, in the camera setting, in the project settings, in the particle system settings, but at the moment i found nothing to fix it.
In this video you can see what is happening:
And (just in case) i think i have the material and the particle system is configured well.
Hey there @Ivan3z! When I see an issue like this it’s either due to net relevancy or the visual culling. In your case, I’m banking on the fact that because it’s actually showing when close to in view it’s actually bounding box related. Since (GPU)particles need to be on screen to be rendered, they are handled by a bounding box and if outside of it do not render at all as a performance measure. You might be able to increase the bounding box to force them to render for all in the area. Give that a try and let me know how it goes!