Hi,
I’m getting a bunch of warnings in Unity with PlayFab SDK asset on the same style as this (350 + warnings):
Assets\PlayFabSDK\Shared\Ionic.Zlib\Inflate.cs(120,32): warning CS0436: The type ‘ZlibCodec’ in ‘E:\Portal\Unity\ARpresenter\Assets\PlayFabSDK\Shared\Ionic.Zlib\ZlibCodec.cs’ conflicts with the imported type ‘ZlibCodec’ in ‘Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c’. Using the type defined in ‘E:\Portal\Unity\ARpresenter\Assets\PlayFabSDK\Shared\Ionic.Zlib\ZlibCodec.cs’.
They all seem to be related to that folder:
Any idea on how can I get rid of those warnings?
I did posted on the Playfab forum :
https://community.playfab.com/questions/49763/playfab-and-unity-integration.html?childToView=50119#answer-50119
And this is what I got from PlayFab support:
We can’t reproduce this behavior in the empty testing project, PlayFab SDK should work fine. It seems a common question of Unity, you can refer to the similar threads in the Unity forum for troubleshooting, or contact the Unity supports for help.
I’m not sure what to do since it seems like it’s an assembly issue on their end right? or am I wrong?