So i have been reading for a while on the forum, and trying to figure out how to turn on and off my particle system. i have tried
the following when i want to turn it on:
particleSystem.particleEmitter.enabled = true;
I know that it starts on by default, so i have it being set to false in start function.
but it is not working. how can i get to the particle system since it is attached to my camera?