playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.47k stars 966 forks source link

AndroidJNI.CallStaticByteMethod is depricated #2559

Open Hamed1984 opened 5 years ago

Hamed1984 commented 5 years ago

hi in this file :Assets\GooglePlayGames\Platforms\Android\Developers\JavaObjWrapper.cs AndroidJNI.CallByteMethod and AndroidJNI.CallStaticByteMethod is depricated

can i replace AndroidJNI.CallSByteMethod and AndroidJNI.CallStaticSByteMethod instead?

thanks

cyraid commented 5 years ago

It should be changed. Will be the quickest fix to do. Unity made those methods obsolete. Google just needs to add an S that's it. But I changed them myself because I didn't like the obsolete warnings. You could also until they fix it.