Spark.publish v particle.publish()

I’m confused with the publish methods. Can some educate me about what’s the difference between these two types of publish? I’ve seen examples of both but none that explain why they use one publish method or the other.

I would like to construct a c# app with a thread that reads the events but I have only been able to do it in Unity with a StartCoroutine.

Spark.publish is the old deprecated version of Particle.publish. I’d highly recommend going with Particle.publish.

1 Like

Thank you! I’ve been reading and reading and just could not get it.

1 Like