Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: TIGGYsmalls on February 19, 2014, 09:00:06 AM

Title: Set Particle action.
Post by: TIGGYsmalls on February 19, 2014, 09:00:06 AM
I am sure I saw a Set Particle action on here somewhere and even downloaded it. But now I cant find it.

Where is it or was it just my imagination?
Title: Re: Set Particle action.
Post by: Frogspasm on February 20, 2014, 01:37:01 AM
Here's a couple:

http://hutonggames.com/playmakerforum/index.php?topic=5169.0

https://github.com/CodeStrumpet/Elemental/blob/master/Assets/Scripts/Actions/SetParticleEmission.cs

https://hutonggames.fogbugz.com/?W1141
Title: Re: Set Particle action.
Post by: TIGGYsmalls on February 20, 2014, 05:19:00 AM
I thought it was the one from github but no.

It had all the Variables to edit:

https://docs.unity3d.com/Documentation/ScriptReference/ParticleSystem.html

I swear its a real action and my brain isn't making it up.
Title: Re: Set Particle action.
Post by: Lane on February 20, 2014, 07:32:27 AM
You can access the basic variables with Get/Set Property, but the optional ones are hidden.

It would need to be a huge, elaborate action to access the entire system with one action and we don't have a package for Shuriken (yet).