GPU event not 100% working

Hello everyone,

Why is this GPU event not working ? The second particle system isn’t created in this very simple graph. It’s a major roadblock for my project as I rely on many GPU events (some chained) and I’m loosing too much time trying to make them work (sometimes they do but I can’t figure out why).

Are GPU events still too much experimental to be used safely ?

I can’t remember now for sure, but I think Update context should not be ommited and you are missing one in the second system.

1 Like

Yes that’s it ! Thank you very much I was going to give up with VFX !