google-signin-unity
google-signin-unity copied to clipboard
2022.3.10f1 import error
I worked M1 Mac when import unitypackage has error
Assembly 'Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.89.0.dll' will not be loaded due to errors:
Assembly name 'Google.VersionHandlerImpl' does not match file name 'Google.VersionHandlerImpl_v1.2.89.0'
Does anyone have a good solution?
Yeah looking for the same solution
Looking for a solution too
My problem was that I first got Ambiguous reference: System.Threading.Tasks exception after importing the google-signin-plugin-1.0.4.unitypackage. Then i found a solution that said you should delete the two files in Assets/Parse/Plugins Unity.Compat and Unity.Tasks. That fixed the first error but produced this new one error. After that i use this solution https://github.com/googlesamples/google-signin-unity/issues/210 witout deleting this files it works and this two Errors are gone now -> Assembly 'Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.89.0.dll' will not be loaded due to errors: Assembly name 'Google.VersionHandlerImpl' does not match file name 'Google.VersionHandlerImpl_v1.2.89.0'
Update: Today i opened the project again the error popup again.
@Assambra When you got this error: Assembly 'Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.89.0.dll' will not be loaded due to errors: Assembly name 'Google.VersionHandlerImpl' does not match file name 'Google.VersionHandlerImpl_v1.2.89.0'
You just need to click on the unity package and reimport Google.VersionHandlerImpl, make sure you uncheck file in Parse folder