Hello, I have а list of scripts in my c# code:
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!
