Easy Save 2.55 on the Windows Phone

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
Mintshire
Posts: 2
Joined: Fri Dec 19, 2014 9:11 am

Easy Save 2.55 on the Windows Phone

Post by Mintshire »

Hello!

My project worked a while ago just fine and worked without problems on a Lumia device. But then after I updated Easy Save to 2.55 my project won't compile anymore.
I get the following error messages on the Visual Studio when you try to build and deploy the app to the device:

Error 5 The command "echo UnityInstallationDir 'C:\Program Files (x86)\Unity\Editor'
echo UnityProjectDir 'C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break'
echo Copying assemblies...
copy /Y "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\Unprocessed\*" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\"
copy /Y "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Unprocessed\Assembly-CSharp.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Assembly-CSharp.dll"
copy /Y "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Unprocessed\Assembly-CSharp-firstpass.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Assembly-CSharp-firstpass.dll"
if exist "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Unprocessed\Assembly-CSharp.pdb" copy /Y "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Unprocessed\Assembly-CSharp.pdb" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Assembly-CSharp.pdb"
if exist "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Unprocessed\Assembly-CSharp-firstpass.pdb" copy /Y "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Unprocessed\Assembly-CSharp-firstpass.pdb" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Assembly-CSharp-firstpass.pdb"
echo Running AssemblyConverter...
"C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\MetroSupport\Tools\AssemblyConverter.exe" -platform=wp81 "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Assembly-CSharp.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\bin\Phone 8.1\ARM\Master\Assembly-CSharp-firstpass.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\\Assembly-UnityScript-firstpass.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\\Assembly-UnityScript.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\\ES2.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\\MoodkieSecurity.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\\P31RestKit.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\\UnityEngine.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\\UnityEngine.UI.dll" "C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Export\Jebajuu Windows Phone\Smoothie Breaker\\WinRTLegacy.dll"
echo AssemblyConverter done.
" exited with code 1. Smoothie Breaker

Error 2 The type or namespace name 'ES2_BoneWeight' could not be found (are you missing a using directive or an assembly reference?) C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Assets\Easy Save 2\ES2Init.cs 18 1538 Assembly-CSharp-windows-phone-8.1

Error 1 The type or namespace name 'ES2_Matrix4x4' could not be found (are you missing a using directive or an assembly reference?) C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Assets\Easy Save 2\ES2Init.cs 18 1484 Assembly-CSharp-windows-phone-8.1

Error 3 The type or namespace name 'ES2_SkinnedMeshRenderer' could not be found (are you missing a using directive or an assembly reference?) C:\Users\jet_e_000\Documents\Unity Projects\Smoothie Break\Assets\Easy Save 2\ES2Init.cs 18 1602 Assembly-CSharp-windows-phone-8.1


So please could you help me with this? Thank you!
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Easy Save 2.55 on the Windows Phone

Post by Joel »

Hi there,

For some reason the Asset Store is still distributing the old versions of the WP8 and Metro DLLs, but this will be fixed in v2.56.

In the meantime I'll send you over a UnityPackage to fix this.

All the best,
Joel
Mintshire
Posts: 2
Joined: Fri Dec 19, 2014 9:11 am

Re: Easy Save 2.55 on the Windows Phone

Post by Mintshire »

Thank you! It works now :)
Locked