Reply To: Trouble Setting Lists within Custom Struct

FlowCanvas Forums Support Trouble Setting Lists within Custom Struct Reply To: Trouble Setting Lists within Custom Struct

#3123
fisj
Participant

Thanks for the response! Project attached as a zip. Minus the actual installation of flowcanvas. I’m simply using the latest. Unity version 2018.4.36f1.

The struct is as simple as it gets:

public struct Struct4
{
public float number;
public List<float> numList;
}

Attachments:
  1. FlowCheck.zip