- Home /
Question by
charitylovesvr · Jun 26, 2017 at 08:22 PM ·
triggerparticlesystem
ParticleSystem Call
Hello,
I am attempting to work through this tutorial: http://catlikecoding.com/unity/tutorials/graphs/ . When it gets to the part of writing the ParticleSystem call:
particleSystem.SetParticles(points, points.Length); }****void Update () {
I get an error. I am not sure what to input at this point to get the particles to actually begin firing. This is everything so far: 
example.png
(31.0 kB)
Comment
"Get an error" is not a good way to describe a problem. What error do you get? You must post the full error message when asking for help.
Answer by charitylovesvr · Jun 26, 2017 at 11:23 PM
2 separate errors on ParticleSystem and SetParticles respectively.


error1.png
(7.8 kB)
error2.png
(3.7 kB)
Your answer