Unity-Technologies / VisualEffectGraph-Samples

Visual Effect Graph - Samples Project
Other
1.86k stars 387 forks source link

How can I make fluid stream in Visual Effect System? #3

Open rntva opened 5 years ago

rntva commented 5 years ago

I want to make a kind of blood fluid stream in 3D Modeling. image

I added a modeling in scene and add mesh collider component at modeling. image image

It is working well with unity Particle System image but Visual Effect Graph's particles pass through the modeling.

If the problem is caused by difference of CPU base or GPU base, how can I solve it?