Questions tagged [vfxgraph]
The vfxgraph tag has no summary.
8 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
66
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 ...
0
votes
0
answers
111
views
How to disable play on awake for Unity VFX graph effect?
I have a VFX graph U want to play upon collision and not on awake, but I cannot figure out why I am not getting the expected result.
Attempted solutions:
Delete "OnPlay" from Initial Event ...
1
vote
1
answer
98
views
Visual Effects Experimental Block
Currently I am using Unity version 2022年3月12日f1, and I have downloaded the Visual Effects Graph from the package manager (Version 14.0.9). From what I can see from other people's VFX tutorials, they ...
1
vote
1
answer
640
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 ...
0
votes
1
answer
572
views
Where to place "Set XYZ over life" blocks in Unity VFX graph?
As the title says, I am learning VFX graph in Unity and I am curious where I should place "Set ... over Life", for example ...
1
vote
1
answer
856
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. ...
3
votes
1
answer
349
views
How can I recreate the Darwin Project's Particle?
I want to recreate electronic particle in Darwin Project.but I don't know how can I use vfx graph to make this effect.I upload this effect in youtube you can see in the link below:
Darwin Project ...
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.