Reply To: Trouble Setting Lists within Custom Struct

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

#12217
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;
    }