Advanced Particle-to-Particle Cascade
The Problem with the Standard tyFlow Pipeline:In tyFlow, there is a native way to scatter Particle "B" onto the surface of Particle "A" using the standard Spawn operator. This way, you can build a chain of any nesting depth (for example, A-B-C-D). But making this entire deep recursion continuously and honestly inherit the transform is practically impossible with standard nodes. Of course, there is Tyson, who probably knows how to do this. But for regular users, transferring the first-level matrix (from A to B) is the limit of capabilities. Beyond that, the amount of overhead data and dependencies grows like a snowball. At the 5th level of nesting, it pretty much turns into hell.I have implemented a clean, convenient, and simple algorithm where the entire hierarchy chain is assembled on the principle of "just specify the name of the parent event," freeing the system from a labyrinth of connections.Key features and benefits:-Dynamic birth and deletion, transferring particles to another event: The algorithm recalculates lists of live IDs on each frame of the simulation, preserving inheritance, dynamically changing its scattering structure. If the parent particles are born or deleted, the child cascade never breaks. If the number of parent particles is 0, the script will simply skip the step.-Independent animation of layers: Each particle at any level of the hierarchy retains its native, original scale (Scale) and random offsets, while holding the world orbit of the parent's rotation with a dead grip.-Universality in one line: The script is absolutely identical for all levels of the matryoshka — you just need to change the name of the parent event:string parentEventName = "A"; or string parentEventName = "B";-Honest tree structure (Data cascade): Complete freedom of tree branching. You can make several different child events simultaneously read the transform of one ancestor or build an infinite sequential nesting.Tutorial: https://youtu.be/rMbZ6Bm9GeMTool requires basic knowledge of tyFlow, provided "as is" without warranties.The pack includes 5 scenes, I use max 2023 +tyflow FREE.
Get it → losvaxx.gumroad.com