playMaker

Author Topic: Activate Multiple Game Objects.  (Read 2576 times)

Aaddiction

  • Full Member
  • ***
  • Posts: 166
Activate Multiple Game Objects.
« 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.

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: Activate Multiple Game Objects.
« Reply #1 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..