FirebaseExtended / unity-solutions

Use Firebase tools to incorporate common features into your games!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The type 'Task<T>' exists in both 'Unity.Tasks' and 'mscorlib'

AgrMayank opened this issue · comments

image

Assets\Scripts\Firebase Leaderboard\LeaderboardController.cs(419,12): error CS0433: The type 'Task' exists in both 'Unity.Tasks, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'mscorlib

I can't use any scripts with 'Tasks' in Unity 2019.3.3f1 and Firebase 6.14 (latest).

Same.

I'll take a look.