playMaker

Author Topic: Get list of scripts  (Read 903 times)

Ademard

  • Playmaker Newbie
  • *
  • Posts: 1
Get list of scripts
« on: October 05, 2020, 07:36:54 AM »
Hello, I have а list of scripts in my c# code:
Code: [Select]
public List<ImageTargetController> currentTrackingControllers;

How can I get this list in PlayMaker and how get the first element of this list?
---

1. I find and get component "ImageTrackerBehaviour.cs"


2. When I try to get the list I see an error:


3. Here's an array I created in the playmaker to get a list from the script


Help me please!  :-[