I am using Unity in Linux and want to read data which is generated at runtime from a hardware upon executing c++ executable file
I have used Files where c++ writes to a file and C# reads from it , but its slow due to I/O operations
Can I get a sample code which can help me read c++ data from c# code