
説明
RelaxConnect - Last Update 09.05.2026 (day.month.year)
Video Trailer: https://youtu.be/bYU_gGFQ8PQ
Video Playlist: https://youtube.com/playlist?list=PLS5GTwokWJUIdmB24p08wZApoWVyIzAzn&si=2oyySEa-rGfPzluF
A Niagara module that allows you to create a variety of effects:
1 Spider webs, web shooting (like Spider-Man), patterned webs, or import web patterns from Houdini. Web Shooter.
2 Plexus Effects.
3 Fluid effect simulation, such as water (no meshing, only particles).
4 PBD - Self-Collision.
5 Path Finding - Finding the way - Find the path from the selected particles through other particles. - In the example with Lightning.
6 Infection - Spread of infection attribute with obstacle avoidance
7 Vines, Ivy
The module allows you to search for the 4-6-8 closest particles and build connections between them, creating physics based on them.
It works without Grid3D, using only loop for loops within the module. Connection is refined and accumulated every frame without going through all possible connections in one frame and allows flexible management of performance consumption depending on how quickly all connections need to be found. This makes it easy to use and create a variety of effects. Depending on the settings, it can consume from 0.07ms to ~0.5ms+ per frame.
!
For the asset to work, you need to enable several things in the project:
1.Need to enable distance field generation in the project settings - "Project Settings - Generate Mesh Distance Field". (Not necessarily, only for particle collisions)
















