Answers for "start particles from c# unity"

1

how to instatiate particles in unity

public ParticleSystem particles;
Instantiate(particles, transform.position, Quaternion.identity);
Posted by: Guest on September-03-2021
3

code to unity particle system

Another fun fact is blender partical system is good and yes from the same developers from unitys partical system
Posted by: Guest on June-24-2021

Browse Popular Code Answers by Language