- Home /
Unity 3.5 errors
Hi everyone :D
Today when I open my unity project I see some errors as these:
Couldn't call method Postprocess because the method Postprocess couldn't be found.
MissingMethodException: Cannot find the requested method. UnityEditor.AppStatusBar.OnGUI () (at C:/BuildAgent/work/300357e52574df36/Editor/Mono/GUI/AppStatusBar.cs:117)
dataBegin
size <=0
Anyone have idea what happened with my project or how I can fix it?
Do you have a plug-in that you're trying to integrate, or did you update some of your software ( such as XCode, eclipse, etc ). Post process scripts are generally run to automatically integrate changes you made in Unity to a third-party ID$$anonymous$$
Also an important question: which platform(s) are you targeting?
$$anonymous$$y game its for Android and I have third-party software like uScript and Sprite$$anonymous$$anager.
I hate to bump old threads but I just ran into this same damn problem and would really love to see this question answered.