Under review

Hi, what do you mean with "recorders"?

"1. Using the Recorder Component

RealVirtual.io provides a Recorder component that can log various types of data, such as sensor readings, drive values, and object states, during the simulation. This data can be saved and later analyzed or exported." This is from you AI assistance is saying I can export data with recorder components...I'm new with unity, but just basically trying to make a small sample digital twin for my research and export data from it.

Maybe the AI pointed you into the wrong direction.

We have recorders like that:
https://doc.realvirtual.io/components-and-scripts/recorder#drives-recorder

But they write to scriptable objects and not to an external readable data structure.

You can check the scripts but you woule need to implement the data export based on your own needs.

Best regards
Thomas