playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.43k stars 952 forks source link

'Range' is an ambiguous reference between 'UnityEngine.SocialPlatforms.Range' and 'UnityEngine.Range' #3125

Open RRuas opened 2 years ago

RRuas commented 2 years ago

Just installed the newest release 10.14 on an Unity 2020.3.28 and I´m getting the following errors:

Assets\GooglePlayGames\ISocialPlatform\PlayGamesLeaderboard.cs(75,16): error CS0104: 'Range' is an ambiguous reference between 'UnityEngine.SocialPlatforms.Range' and 'UnityEngine.Range'

Assets\GooglePlayGames\ISocialPlatform\PlayGamesLeaderboard.cs(26,41): error CS0738: 'PlayGamesLeaderboard' does not implement interface member 'ILeaderboard.range'. 'PlayGamesLeaderboard.range' cannot implement 'ILeaderboard.range' because it does not have the matching return type of 'Range'.

Assets\GooglePlayGames\ISocialPlatform\PlayGamesLeaderboard.cs(30,17): error CS0104: 'Range' is an ambiguous reference between 'UnityEngine.SocialPlatforms.Range' and 'UnityEngine.Range'