DEV Community

Discussion on: Unity Visual Effect Graph Guide - Everything That You Need to Know

Collapse
 
hardikparmar1 profile image
Hardik Parmar

Image description

The latest unity version deprecated some colision method. You can use colision using Right-Click on Update Particle and select Create Block > Collision

Collapse
 
vambier profile image
Vambier

Thanks for the reply! But that way you can only collide particles with pre-defined geometry, not with the scene right?