Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ViRiX Dreamcore on February 10, 2017, 02:45:15 AM

Title: Control one material on multiple objects[SOLVED]
Post 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!
Title: Re: Control one material on multiple objects
Post by: elusiven on February 10, 2017, 05:11:13 AM
Can you not just loop through them, and apply desired actions on each?
Title: Re: Control one material on multiple objects
Post by: ViRiX Dreamcore on February 10, 2017, 07:29:14 PM
You mean like some kind of array? ... I suppose so? Is that a PlayMaker thing?   How would you do that?
Title: Re: Control one material on multiple objects
Post by: ViRiX Dreamcore on February 11, 2017, 04:34:07 PM
Ok I got it to work with NEXT CHILD node. Thanks.