- Home /
Question by
A-7r3Dy · Apr 22, 2019 at 05:04 PM ·
particle systemlinerendererline rendereremissionmodules
Line Renderer Emission module error
So, I have a line renderer. I change the emission like this:
private ParticleSystem.EmissionModule emmit;
emmit.rateOverTime = 3;
but I used to change it like this:
ourParticles.emissionRate = 3;
but its deprecated.
Now, when I change scenes and return to the scene where I was using a line renderer. Sometimes the error in the image appears. What does this mean??
particlemodule.png
(21.3 kB)
Comment