Connecting Platforms

Here are some links to use the method of exporting files from one platform to be read by another.

Unity

Writing/Exporting text files

System.IO - follow this tutorial I found on YouTube:

Loading files

Resources.Load() - Loads a file that matches the needed file type.

Arduino Data to Processing Sketches

Here's a tutorial I found:

Last updated