umiyuki / UnityAFrameExporter

Export A-Frame From Unity Scene.
MIT License
81 stars 14 forks source link

Assets/AFrameExporter/AFrameExporter.cs(76,14): error CS0117: `System.IO.File' does not contain a definition for `WriteAllText' #3

Open cjroth opened 8 years ago

cjroth commented 8 years ago

Hi,

I'm getting this error when I attempt to load Assets/AFrameExporter/AFrameExporter:

Assets/AFrameExporter/AFrameExporter.cs(76,14): error CS0117: `System.IO.File' does not contain a definition for `WriteAllText'

I attempted to fix it with this and it didn't work: http://forum.unity3d.com/threads/system-io-file-does-not-contain-a-definition-for-writealltext.102090/