![]() |
Tyflow 016127 spawn node - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: Tyflow 016127 spawn node (/thread-2575.html) |
Tyflow 016127 spawn node - shirani - 08-11-2021 I think the spawn node has a bug RE: Tyflow 016127 spawn node - tyFlow - 08-11-2021 Hi Shirani, This is not a bug. Because you set spawn mode to "per step" and you haven't sent Spawned particles out to another event, you're building up a huge number of particles in the same event because you're doubling the particle count each frame and eventually running out of RAM: Code: frame 0: 5 particles RE: Tyflow 016127 spawn node - shirani - 08-11-2021 (08-11-2021, 02:46 PM)tyFlow Wrote: Hi Shirani, Right thank you |