Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

UnityEngine.Logger vs GooglePlayGames.OurUtils.Logger

Discussion in '5.3 Beta' started by cory_munky, Oct 30, 2015.

  1. cory_munky

    cory_munky

    Joined:
    Dec 10, 2014
    Posts:
    66
    Refactoring our code to disambiguate between the thousand calls to our existing Logger class and the new UnityEngine.Logger is a big enough PITA. But, then I run into this:

    Assets/GooglePlayGames/ISocialPlatform/PlayGamesPlatform.cs(93,21): error CS0104: `Logger' is an ambiguous reference between `UnityEngine.Logger' and `GooglePlayGames.OurUtils.Logger'

    https://github.com/playgameservices...layGames/ISocialPlatform/PlayGamesPlatform.cs

    Everyone who uses PlayGameServices is going to have to edit Google's code to get it to compile.
     
    GDFenna, Gimos and OrenMunkyFun like this.