I thinks it is probably pretty simple,but i don’t know how to do it.
I have a particle system and i have a particle system variable.
I want to assign the particle system to the variable at the start() method.
For example,for my MainPlayer game object i simple use:
MainPlayer = GameObject.FindGameObjectWithTag("MainPlayer");
I want to do EXACTLY the same thing,but with my particle system.