Search found 15 matches

by sgoffman
Tue Mar 03, 2015 4:23 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: WP8.1 build errors
Replies: 4
Views: 6555

Re: WP8.1 build errors

Just an update in case anyone else runs into this, Joel sent me the EasySave 2.6.2 Metro DLLs and they fixed the problem. So thanks Joel!

-Scott
by sgoffman
Mon Mar 02, 2015 5:58 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Windows Phone 8 limitations
Replies: 3
Views: 2978

Re: Windows Phone 8 limitations

Great, thanks for the info, that helps a lot. With regards to using paths with folders, it will ignore the folder path and just use the filename. So myFolder/myFile.txt and myFile.txt will save to the same place. We've not included support for folders because the way in which IsolatedStorage handles...
by sgoffman
Sat Feb 28, 2015 8:10 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Windows Phone 8 limitations
Replies: 3
Views: 2978

Windows Phone 8 limitations

Per the FAQ, folders and encryption aren't supported on Windows Phone 8. However, I'm not currently getting any errors reported from code that is using those features; can you clarify whether ES2 does any internal automatic error-handling for those cases that I can lean on, or should I assume that t...
by sgoffman
Mon Feb 23, 2015 5:49 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: WP8.1 build errors
Replies: 4
Views: 6555

Re: WP8.1 build errors

Thanks Joel. I'm using Unity 4.5.5f1, Easy Save 2.61, and further testing indicates that the problem is not on your end; adding platform-dependent "#if UNITY_WP8" blocks are also not being included. I probably need to update my Unity version as a next step. I'm able to work around the prob...
by sgoffman
Sat Feb 21, 2015 11:31 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: WP8.1 build errors
Replies: 4
Views: 6555

WP8.1 build errors

My project compiles successfully for Windows Phone 8, but if I switch to 8.1 (Platform "Windows Store", SDK "Phone 8.1"), then the build fails with an error for each ES2 call, e.g.: Reference Rewriter: Error: type `System.IO.File` doesn't exist in target framework. It is referenc...