midworld / unity-googledrive

Google Drive for Unity3D
Apache License 2.0
121 stars 28 forks source link

Fixes an iOS bug when building with Unity 5.4.0b22 #12

Closed normmcgarry closed 7 years ago

normmcgarry commented 8 years ago
Type '[Assembly-CSharp]WebViewObject' has an extra field 'token' of type 'System.String' in the player and thus can't be serialized
Type '[Assembly-CSharp]WebViewObject' has an extra field 'cancelled' of type 'System.Boolean' in the player and thus can't be serialized
Fields serialized in Editor, class 'WebViewObject'
Fields serialized in target platform, class 'WebViewObject'
    'token' of type 'System.String'
    'cancelled' of type 'System.Boolean'

Fixes #11 .