01-06-2021, 03:34 PM
I was wondering if there was a way to show a trail renderer attached to the particles, either using Unity's built-in system or using something like Ara Trails?
Obi Fluid + Trail Renderer
|
01-06-2021, 03:34 PM
I was wondering if there was a way to show a trail renderer attached to the particles, either using Unity's built-in system or using something like Ara Trails?
01-06-2021, 04:44 PM
If your trail renderer tool allows you to manually set the positions of the trails, you could write a script to read the positions of the particles directly from the emitter. With an ObiEmitter named "emitter", an array of the positions can be accessed as emitter.solver.positions.
|
« Next Oldest | Next Newest »
|