playMaker

Author Topic: Convert Array to Playmaker Array List  (Read 1064 times)

SamH

  • Playmaker Newbie
  • *
  • Posts: 41
Convert Array to Playmaker Array List
« on: August 17, 2021, 06:58:21 PM »
Hey there, I'm using a 3rd party plugin to detect gameobjects in view. It has playmaker support and has an action to save all detected objects to a standard unity array. Does anyone know of any playmaker actions that will convert an array into a Playmaker array list?
I know I can loop through the array and add the items 1 by 1, but anyone know of an action that will do this in a single step?

'Thanks
« Last Edit: August 18, 2021, 03:07:21 PM by SamH »