Questions tagged [vfxgraph]
The vfxgraph tag has no summary.
7 questions
0 votes
0 answers
104 views
VFX Graph: Particle Strip Trails Stretching Due to Reused Indices – How to Set Unique Strip Index?
I have a system in Unity’s VFX Graph where: A source particle collides → triggers a GPU Event This event spawns a new particle which also triggers a strip trail I am trying to get one trail per ...
1 vote
1 answer
667 views
VFX Graph projectile trail shows gaps
I'm learning to use Unity's VFX Graph to create projectiles. One projectile I'm working on is starting to get where I want it to be, but there's an issue where gaps are visible in the trail when I ...
1 vote
1 answer
881 views
Unity Visual Effect: Play() has no effect
I am making my first visual effects, and I make effect, when my ship is flying. So I am want to play it only when the ship is actually moving. I would suppose it's easy, you call Play(), it will play. ...
6 votes
1 answer
13k views
How can I play and stop a Visual Effect Graph effect through script?
Can anyone please give an example lines of code one could use to play/stop a VFX through C# script.