googlesamples / google-signin-unity

Google Sign-In API plugin for Unity game engine. Works with Android and iOS.
Other
415 stars 226 forks source link

Error with task conflict right after installation in clean project. #226

Closed diviatrix closed 1 year ago

diviatrix commented 1 year ago

Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Utilities\EditorLinqUtility.cs(18,81): error CS0433: The type 'CancellationToken' exists in both 'Unity.Tasks, Version=0.0.0.0,

unity 2021.3.16f1

ArkTarusov commented 1 year ago

Hello. You should simply delete the "Parse" folder that comes with this plugin. The plugin has not been updated for a very long time. In new versions of the Unity, the "Parse" library is already included in other unity plugins.

diviatrix commented 1 year ago

Thank you, it worked!