Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: ViRiX Dreamcore on February 10, 2017, 02:45:15 AM
-
Hi,
I am having an issue where I would like to control multiple objects with one material. The material has a few float values I'd like to animate, but the material is coped on over 60 objects and I'd like to control them all at once.
Thanks!
-
Can you not just loop through them, and apply desired actions on each?
-
You mean like some kind of array? ... I suppose so? Is that a PlayMaker thing? How would you do that?
-
Ok I got it to work with NEXT CHILD node. Thanks.