Related Posts
April 6, 2017
[Unity3D] Copy to Clipboard Script for iOS & Android
Handy Unity3D script to copy to clipboard for mobile devices
August 11, 2017
[How] Parse.com Get Data as Multidimensional List in Unity3D C#
I recently found that you're able to save multidimensional data to Parse. Saving the data wasn't a problem though, but getting it back from a ParseObject took me a while before I finally got it working.