Play-games-plugin-for-unity: double registration of ResolverVer1_2

Created on 2 Sep 2016  路  3Comments  路  Source: playgameservices/play-games-plugin-for-unity

Unity: 5.3.4f1
GPG: GooglePlayGames.PluginVersion.VersionString = "0.9.34"

Curiously there is double registration of resolver inside file Assets/PlayServicesResolver/Editor/ResolverVer1_2.cs

        static ResolverVer1_2()
        {
            PlayServicesResolver.RegisterResolver(new ResolverVer1_2());
            Debug.Log("Registering resolver version " + MajorVersion + "." +
                MinorVersion + "." + PointVersion);
            PlayServicesResolver.RegisterResolver(new ResolverVer1_2());

        }

Looks like mistake...or maybe not?

bug

Most helpful comment

Fixed in 0.9.35

All 3 comments

Also I am seeing a lot of spam being logged to the console regarding the resolver version.

Upon loading project into the Unity editor:

image

Each time I enter play mode:

image

Thanks for the feedback - the next release will improve the resolver.

Fixed in 0.9.35

Was this page helpful?
0 / 5 - 0 ratings