Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Aaddiction on April 30, 2017, 09:10:46 AM

Title: Activate Multiple Game Objects.
Post by: Aaddiction on April 30, 2017, 09:10:46 AM
There was such action long ago, but I can't find it and don't know if it still works.
Very often I need to activate multiple game objects and the only way to do it is with multiple Activate Game Object actions.

Is there an action for activating/de-activating multiple game objects please?

Thank you.
Title: Re: Activate Multiple Game Objects.
Post by: dudebxl on May 01, 2017, 04:53:18 AM
Use an array and loop the array..

or

search ecosystem for SetMultiGameObjectValue

or https://github.com/dudebxl/PlayMakerCustomActions_U5/tree/master/Assets/PlayMaker%20Custom%20Actions/GameObject [SetMultiGameObjectValue.cs]

more info: http://hutonggames.com/playmakerforum/index.php?topic=9989.0

maybe it helps..