I have been building my app for android through unity 4.6 to 5.1.2. I just upgraded my Unity to 5.2.1 and have been receiving an error every time my app starts. It does not show a splash screen before it crashes. I have looked up similar issues regarding the issue of an Invalid serialized file version, but none of the solutions have worked to a full extent. Here is one of the related posts from 2012:
[http://answers.unity3d.com/questions/287214/invalid-serialized-file-version-expected-352f2-act.html][1]
Their solution does not work for me. I have completely uninstalled, cleared the registry of all things unity related, followed all the steps, and reinstalled. Has anyone had this issue happen recently and got it fixed? It seems that others have run into it during the Unity 4 cycle as well, but those forums did not do much help either, other than saying to revert back to your old version of Unity.
Here is the exact error I am getting from the LogCat in android Studio:
> 09-28 16:49:27.704 8256-8335/com.myComp.myWeb E/Unity﹕
> **Invalid serialized file version**. > File: "/data/app/com.myComp.myWeb-1/base.apk/assets/bin/Data/mainData". > **Expected version: 5.1.2f1. Actual version: 5.2.1f1.**> (Filename: ./Runtime/Serialize/SerializedFile.cpp Line: 1028)
This may be a simple fix, or maybe I just missed a minor file that needed to be moved or deleted, but I am going off answers from three or more years ago. So any help would be much appreciated. Thank you.
[1]: http://answers.unity3d.com/questions/287214/invalid-serialized-file-version-expected-352f2-act.html
↧