I have created a gameObject called "Sphere". After 5 secs the gameobject starts rotating. Along with the rotation I need to emit partical from the object. How can I do this?
Take the 2-minute tour
×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.
You need to add your particle system to your gameObject. then you can activate it by something like this:
you need to turn of the emission component of the particle system in the editor |
|||
|