mcdenyer

Results 3 comments of mcdenyer

> > > I am currently using this fork: > https://github.com/lukezbihlyj/google-signin-unity > > To get 5.x.x pod working. Ok so dumb question. What is the proper way to install this...

"Assets\GoogleSignIn\Future.cs(72,40): error CS0433: The type 'TaskCompletionSource' exists in both 'Unity.Tasks, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51': someone made a package to update the 1.04 GoogleSignIn using the Lukezbihlyj...

> > > Google add Tasks.dll to support Unity targeting .Net 3.5 and it will cause duplication error on Unity with .Net 4.5 since Tasks are built-in in .Net 4.5....