|
I am currently working on a custom respawn point, that is basically just a large particle system. However, I want to include in my program a section that turns on and off the "Does animate color?" section. I do know the basic scripting (i.e
but I don't know the actual term for it (as I tried doesanimatecolor, and it was not a valid command). Any help on how to do this would be appreciated.
(comments are locked)
|
|
http://unity3d.com/support/documentation/ScriptReference/ParticleAnimator-doesAnimateColor.html So the correct syntax would be something like: Lol, yep. .......
Jan 05 '11 at 12:19 AM
Justin Warner
(comments are locked)
|
|
http://unity3d.com/support/documentation/ScriptReference/ParticleAnimator-doesAnimateColor.html ParticleAnimator.doesAnimateColor It's a boolean, so you'd most likely go
And then change it from there... I believe. Hope you figure it out (If you do could you post it?) dammit, was typing when you submitted! haha
Jan 05 '11 at 12:03 AM
PrimeDerektive
Meh, you got the actual code, I just roughed it out =P I gave you an +, he should give you the check though lol.
Jan 05 '11 at 12:33 AM
Justin Warner
I will post the script if and when I get it working. I will make it an answer to this question.
Jan 05 '11 at 01:05 AM
Timmyglen2
(comments are locked)
|
|
Here is the code that turns it off if it collides with anything:
I also tried changing OnCollisionEnter with OnCharacterControllerHit, but when I did that, though my character could not enter the particle system (because of my collider), it did not work, though the other one did with a cube when it touched. Any Idea why my character controller (the direct prefab from the standard assets) would not activate the script?
(comments are locked)
|
