# 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:

{% embed url="<https://www.youtube.com/watch?v=6bVcLSZWqK8>" %}

### Loading files

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

{% embed url="<https://docs.unity3d.com/ScriptReference/Resources.Load.html>" %}

## Arduino Data to Processing Sketches

Here's a tutorial I found:

{% embed url="<https://youtu.be/NhyB00J6PiM>" %}
