Search found 4 matches

by martinou
Thu Jan 04, 2018 10:22 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: TypeInitialization Exception with UWP
Replies: 7
Views: 12227

Re: TypeInitialization Exception with UWP

It works flawlessly now,
thanks a lot !
by martinou
Wed Jan 03, 2018 6:58 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: TypeInitialization Exception with UWP
Replies: 7
Views: 12227

Re: TypeInitialization Exception with UWP

I PM you a link.

Thank you
by martinou
Mon Jan 01, 2018 11:41 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: TypeInitialization Exception with UWP
Replies: 7
Views: 12227

Re: TypeInitialization Exception with UWP

Happy New Year Joel, I made a test project with an empty scene where I attached this script using System.Collections; using System.Collections.Generic; using UnityEngine; public class Test : MonoBehaviour { // Use this for initialization void Start(){ ES2.Save("toto","savetest.bin?tag...
by martinou
Fri Dec 29, 2017 4:14 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: TypeInitialization Exception with UWP
Replies: 7
Views: 12227

TypeInitialization Exception with UWP

Hi, I had to use the last update from ES2 to get it to work with the last release from Unity. However it throw an exception on UWP (works fine in Editor and Android) when I use ES2.Save() and no file is created in the persistentDataPath (others plugins manage to write in this path); Example ES2.Save...