Component Input Default Values for R8 C# Plugin from Script Editor

I am exporting a plugin from C# components using Script editor; this has been working perfectly until I updated Rhino 8 recently ((Rhino 8, 8.29.26063.11001), and now the default input values in the components of the exported plugin are no longer showing up, whereas before the update whatever data was manually set as a data item in the referenced C# component was carried over to the plugin components.

Does anyone know if this feature was removed deliberately or if it is a bug? I will switch over to VS to finish up the plugin properly, but it was quite convenient to plug and play straight from Script Editor, and I would be keen to know if there is a quicker solution.

Thanks,

Devin

It is definitely not dropped intentionally. I will look into it and will update. What was your previous Rhino version before 8.29? That helps me narrow it down.

I tested as far as 8.27 and published components do not carry the persistent values set from Grasshopper interface. I do not think this was ever meant to be a feature TBH.

Would love to have a small example that replicates what was working before and after.