playMaker

Author Topic: ArrayListFindGameObjectsBy: MultiTag?  (Read 2119 times)

NvdS

  • Playmaker Newbie
  • *
  • Posts: 18
ArrayListFindGameObjectsBy: MultiTag?
« on: July 10, 2016, 05:17:59 AM »
Hi

I could use some Arraymaker assistance...

Array maker provides an action: "ArrayListFindGameObjectsByTag". This works perfectly fine with the 'standard' Unity Tag. I (would like to) work with the asset 'MultiTag'. When I do the action ArrayListFindGameObjectsByTag doesn't work.

I think I need an custom action which is a mix of the two actions (both attached):

1. ArrayListFindGameObjectsByTag.cs
2. ArrayMakerMultiTagsFindGameObject.cs

But I'm not an C++ expert...not at all actually. So I can't fix it...Can anyone help me to find a solution/workaround?

Thanks in advance!

Nico

Zeldag

  • Full Member
  • ***
  • Posts: 198
Re: ArrayListFindGameObjectsBy: MultiTag?
« Reply #1 on: July 10, 2016, 01:03:42 PM »
Hi,

Have you actually tried to use  'ArrayMakerMultiTagsFindGameObject.cs' ? As that seems (by name) like the action that should be doing it, unless I missed something...


NvdS

  • Playmaker Newbie
  • *
  • Posts: 18
Re: ArrayListFindGameObjectsBy: MultiTag?
« Reply #2 on: July 10, 2016, 04:43:57 PM »
Hi Zeldag, I sure did...But as far as I'm concerned this action only finds a single game object. I'm looking for an action that can create a list...