Search found 25 matches

by Seiryu32
Fri May 25, 2018 8:19 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Autosave disabled
Replies: 3
Views: 4099

Autosave disabled

So this is a weird situation. I'm using Autosave in several scenes in my project. I've noticed that it stays active in only one of them. I go back to the other scenes and Autosave is disabled again even if I reload the scene. Nothing is changed in my settings. Can Autosave only be used in one scene ...
by Seiryu32
Thu Mar 15, 2018 8:57 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Errors after updating
Replies: 5
Views: 7067

Re: Errors after updating

Well that didn't work. Here's the list: Assets/Easy Save 2/Types/ES2_AudioClip.cs: Error Cso246 The Type or namespace name "ES2Type" could not be found. Are you missing an assembly reference? Assets/Easy Save 2/Examples/Upload and Download/UploadandDownloadTexture.cs: Error Cso246 The Type...
by Seiryu32
Thu Mar 15, 2018 6:47 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Errors after updating
Replies: 5
Views: 7067

Re: Errors after updating

I did a clean install of a new project and re-installed it so the ES2, ES2editor and MoodkieSecurity DLLs don't exist anymore. It returns error Cs0234 Es2playmaker.cs Are you missing an assembly reference?
by Seiryu32
Thu Mar 15, 2018 4:57 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Errors after updating
Replies: 5
Views: 7067

Errors after updating

So weird anomaly: I recently updated ES2 and it works fine in UWP no errors but then I switch to Standalone and I get Assembly errors when I build it. I would normally tweak the DLL settings to fix it but since the most recent versions of ES2 are run through Script instead of DLL, how do i fix it? I...
by Seiryu32
Mon Jul 31, 2017 9:31 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Playmaker save/load last saved scene
Replies: 1
Views: 5022

Playmaker save/load last saved scene

How do I save/load laSt scene played using Playmaker? I've seen the tutorial for C# but not totally sure how to work that with Playmaker. Would Autosave work?
by Seiryu32
Fri Jun 09, 2017 1:20 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Compiler errors
Replies: 10
Views: 21383

Re: Compiler errors

I did notice I was getting errors similar to this during the build process: Reference Rewrite found some errors while running command --target="Temp\StagingArea\Assembly-CSHarp-firstpass.dll" It doesn't stop the build so it's not a critical error but I wonder if that might be why the solut...
by Seiryu32
Wed Jun 07, 2017 2:14 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Compiler errors
Replies: 10
Views: 21383

Re: Compiler errors

Well that problem was resolved but now I'm having problems building the app. If I understand the process you have to import the project solution Unity kicks out once it builds into Visual Studio. I did that but when I hit Build I get this error: Severity Code Description Project File Line Suppressio...
by Seiryu32
Wed May 31, 2017 7:52 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Compiler errors
Replies: 10
Views: 21383

Re: Compiler errors

To be fair UWP is fairly new so I guess they haven't fully integrated it yet. Really buggy. I had to re-open my project in another file with only my assets and re-install all my plugins.
by Seiryu32
Wed May 31, 2017 4:27 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Compiler errors
Replies: 10
Views: 21383

Re: Compiler errors

Re-imported the package, checked in the import setting and clicked everything on. Still getting the same errors. What am I missing?
by Seiryu32
Sat May 27, 2017 1:32 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Compiler errors
Replies: 10
Views: 21383

Compiler errors

This has been something of an ongoing problem. Trying to build for UWP but keep getting the following errors: Assets/Playmaker/Actions/ES2playmaker.cs(34,18): error CSO246: the type or namespace 'ES2Settings' could not be found. Are you missing an assembly reference? Assets/Playmaker/Actions/ES2play...