playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.46k stars 965 forks source link

Authenticate fail at first time,success at second time #655

Closed yayaigo2010 closed 9 years ago

yayaigo2010 commented 9 years ago

I click my button,I can see my google name at the top of the ui view,login success, Authenticate callback return false at first time, then click my button again,it just return true,but why? This is my code below:

void buttonEvent()
{

 Social.localUser.Authenticate((bool success) => {         
    if(success)
         ....
    else
       show fail message dialog
  });
}
claywilkinson commented 9 years ago

Can you provide a log of this happening? It will help understand what is going on.

yayaigo2010 commented 9 years ago

I run on android device, what log do you mean? Do you mean use "adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG" to get log?

....(skip) V/ActivityManager( 961): Display changed displayId=0 V/ActivityManager( 961): Display changed displayId=0 I/ActivityManager( 961): Cannot resolve ContentProvider=com.facebook.orca.notify.MessengerLoggedInUserProvider I/ActivityManager( 961): Killing 12759:com.htc.providers.settings:remote/u0a15 (adj 15): empty #17 I/ActivityManager( 961): Recipient 12759 I/ActivityManager( 961): Killing 12776:com.htc.cs.dm/u0a19 (adj 15): empty #17 I/ActivityManager( 961): Recipient 12776 I/ActivityManager( 961): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.leapleaf.temptation/com.unity3d.player.UnityPlayerActivity} from uid 10078 on display 0 I/ActivityManager( 961): Start proc com.leapleaf.temptation for activity com.leapleaf.temptation/com.unity3d.player.UnityPlayerActivity: pid=13438 uid=10973 gids={50973, 9997, 3003, 1028, 1015} abi=armeabi-v7a V/ActivityManager( 961): Display changed displayId=0 I/Unity (13438): splash_mode = 0 (integer) I/Unity (13438): hide_status_bar = True (bool) I/Unity (13438): useObb = False (bool) D/Unity (13438): surfaces: attach glview D/Unity (13438): Acquiring Unity-StartupWakeLock I/Unity (13438): Choreographer available: Enabling VSYNC timing I/Unity (13438): onResume D/Unity (13438): [EGL] Attaching window :0xb82bcb60 D/Unity (13438): [EGL] Attaching window :0xb82bcb60 I/Unity (13438): windowFocusChanged: true D/Unity (13438): SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 4, Memory = 1823mb I/ActivityManager( 961): Displayed com.leapleaf.temptation/com.unity3d.player.UnityPlayerActivity: +314ms D/Unity (13438): [SHA1] 29f2f01997fa3f49551f8d61718c5f17be15c253 21355741 bytes ~ lib/armeabi-v7a/libunity.so D/Unity (13438): [SHA1] 890e9cba0bb1be02eb70003ffa629b877d656041 24777389 bytes ~ lib/x86/libunity.so D/Unity (13438): Mono path[0] = '/data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed' D/Unity (13438): Mono config path = 'assets/bin/Data/Managed' D/Unity (13438): PlayerConnection initialized from /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data (debug = 0) D/Unity (13438): PlayerConnection initialized network socket : 0.0.0.0 55114 D/Unity (13438): PlayerConnection initialized unix socket : Unity-com.leapleaf.temptation D/Unity (13438): Multi-casting "[IP] 10.183.189.3 [Port] 55114 [Flags] 3 [Guid] 2067860821 [EditorId] 1718757443 [Version] 1048832 [Id] AndroidPlayer(HTC_HTC_M8x@10.183.189.3) [Debug] 1" to [225.0.0.222:54997]... D/Unity (13438): Waiting for connection from host on [10.183.189.3:55114]... I/ActivityManager( 961): Waited long enough for: ServiceRecord{34ae07af u0 com.htc.sense.hsp/.weather.location.AutoSettingService} D/Unity (13438): Timed out. Continuing without host connection. D/Unity (13438): Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56821 D/Unity (13438): InitializeMonoFromMain OK (ae707ee0) D/Unity (13438): PlayerConnection already initialized - listening to [10.183.189.3:55114] D/Unity (13438): PlayerInitEngineNoGraphics OK D/Unity (13438): [EGL] Request: ES3 RGB0 000 0/0 D/Unity (13438): [EGL] Selected: ID[1] ES3 RGB16 565 0/0 D/Unity (13438): [EGL] Request: ES3 RGBA32 8888 0/0 D/Unity (13438): [EGL] Selected: ID[5] ES3 RGBA32 8888 0/0 AFBT D/Unity (13438): ANativeWindow: (1080/1920) RequestedResolution: (0/0) EGLSurface: (1080/1920) D/Unity (13438): Renderer: Adreno (TM) 330 D/Unity (13438): Vendor: Qualcomm D/Unity (13438): Version: OpenGL ES 3.0 V@84.0 AU@05.00.02.042.012 (CL@) D/Unity (13438): GLES: 3 D/Unity (13438): GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_sync GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_depth_texture_cube_map GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_EXT_sRGB GL_EXT_sRGB_write_control GLEXT D/Unity (13438): texture_sRGB_decode GL_EXT_texture_filter_anisotropic GL_EXT_multisampled_render_to_texture GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_disjoint_timer_query D/Unity (13438): Creating OpenGL ES 3.0 graphics device D/Unity (13438): InitializeGfxDevice OK D/Unity (13438): Initialize engine version: 5.0.1f1 (5a2e8fe35a68) D/Unity (13438): Begin MonoManager ReloadAssembly D/Unity (13438): Platform assembly: /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/UnityEngine.dll (this message is harmless) D/Unity (13438): Loading /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/UnityEngine.dll into Unity Child Domain D/Unity (13438): Platform assembly: /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless) D/Unity (13438): Loading /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/Assembly-CSharp-firstpass.dll into Unity Child Domain D/Unity (13438): Platform assembly: /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/Assembly-CSharp.dll (this message is harmless) D/Unity (13438): Loading /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/Assembly-CSharp.dll into Unity Child Domain D/Unity (13438): Platform assembly: /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/Assembly-UnityScript.dll (this message is harmless) D/Unity (13438): Loading /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/Assembly-UnityScript.dll into Unity Child Domain D/Unity (13438): Platform assembly: /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/UnityEngine.UI.dll (this message is harmless) D/Unity (13438): Loading /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/UnityEngine.UI.dll into Unity Child Domain D/Unity (13438): Platform assembly: /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/IFacebook.dll (this message is harmless) D/Unity (13438): Loading /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/IFacebook.dll into Unity Child Domain D/Unity (13438): Platform assembly: /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/UtilityLib.dll (this message is harmless) D/Unity (13438): Loading /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/UtilityLib.dll into Unity Child Domain D/Unity (13438): - Completed reload, in 0.127 seconds D/Unity (13438): PlayerInitEngineGraphics OK D/Unity (13438): Found 23 native sensors D/Unity (13438): Sensor : Accelerometer ( 1) ; 0.010000 / 0.01s ; Accelerometer Sensor / HTC Group Ltd. D/Unity (13438): Sensor : Accelerometer ( 1) ; 0.010000 / 0.01s ; Accelerometer Sensor / HTC Group Ltd. D/Unity (13438): Requested framebuffer: resolution[1080x1920], rgba[8/8/8/8], depth+stencil[off], samples[0] D/Unity (13438): Created framebuffer: resolution[1080x1920], rgba[8/8/8/8], depth+stencil[0/0], samples[0] D/Unity (13438): Platform assembly: /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/System.Core.dll (this message is harmless) D/Unity (13438): Platform assembly: /data/app/com.leapleaf.temptation-1/base.apk/assets/bin/Data/Managed/System.dll (this message is harmless) D/Unity (13438): Releasing Unity-StartupWakeLock D/Unity (13438): Sensor : Accelerometer ( 1) ; 0.010000 / 0.01s ; Accelerometer Sensor / HTC Group Ltd. D/Unity (13438): Acquiring video wake-lock I/Unity (13438): onPause D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Setting up 1 worker threads for Enlighten. D/Unity (13438): Thread -> id: b85ac2d8 -> priority: 1 D/Unity (13438): Sensor : Accelerometer ( 1) ; 0.010000 / 0.01s ; Accelerometer Sensor / HTC Group Ltd. D/Unity (13438): surfaces: detach glview D/Unity (13438): [EGL] Attaching window :0x0 I/ActivityManager( 961): Killing 11680:com.google.android.gms.wearable/u0a29 (adj 15): empty #17 I/ActivityManager( 961): Recipient 11680 D/Unity (13438): surfaces: attach glview I/Unity (13438): onResume D/Unity (13438): Releasing video wake-lock D/Unity (13438): Sensor : Accelerometer ( 1) ; 0.010000 / 0.01s ; Accelerometer Sensor / HTC Group Ltd. I/Unity (13438): Skipped frame because GfxDevice is in invalid state (device lost) I/Unity (13438):
I/Unity (13438): (Filename: ./Runtime/Misc/Player.cpp Line: 1583) I/Unity (13438): I/Unity (13438): Skipped frame because GfxDevice is in invalid state (device lost) I/Unity (13438):
I/Unity (13438): (Filename: ./Runtime/Misc/Player.cpp Line: 1583) I/Unity (13438): I/Unity (13438): Skipped frame because GfxDevice is in invalid state (device lost) I/Unity (13438):
I/Unity (13438): (Filename: ./Runtime/Misc/Player.cpp Line: 1583) I/Unity (13438): I/Unity (13438): Skipped frame because GfxDevice is in invalid state (device lost) I/Unity (13438):
I/Unity (13438): (Filename: ./Runtime/Misc/Player.cpp Line: 1583) I/Unity (13438): I/Unity (13438): Skipped frame because GfxDevice is in invalid state (device lost) I/Unity (13438):
I/Unity (13438): (Filename: ./Runtime/Misc/Player.cpp Line: 1583) I/Unity (13438): I/Unity (13438): Skipped frame because GfxDevice is in invalid state (device lost) I/Unity (13438):
I/Unity (13438): (Filename: ./Runtime/Misc/Player.cpp Line: 1583) I/Unity (13438): I/Unity (13438): Skipped frame because GfxDevice is in invalid state (device lost) I/Unity (13438):
I/Unity (13438): (Filename: ./Runtime/Misc/Player.cpp Line: 1583) I/Unity (13438): I/Unity (13438): Skipped frame because GfxDevice is in invalid state (device lost) I/Unity (13438):
I/Unity (13438): (Filename: ./Runtime/Misc/Player.cpp Line: 1583) I/Unity (13438): D/Unity (13438): [EGL] Attaching window :0xb82bf3e0 D/Unity (13438): [EGL] Attaching window :0xb82bf3e0 D/Unity (13438): ANativeWindow: (1080/1920) RequestedResolution: (0/0) EGLSurface: (1080/1920) D/Unity (13438): System memory in use before: 5.5 MB. D/Unity (13438): System memory in use after: 5.6 MB. D/Unity (13438): D/Unity (13438): Unloading 1 unused Assets to reduce memory usage. Loaded Objects now: 714. D/Unity (13438): Total: 17.375000 ms (FindLiveObjects: 0.165000 ms CreateObjectMapping: 0.175000 ms MarkObjects: 16.788000 ms DeleteObjects: 0.241000 ms) D/Unity (13438): D/Unity (13438): Unloading 2 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): UnloadTime: 1.721000 ms D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): System memory in use before: 5.6 MB. D/Unity (13438): System memory in use after: 5.6 MB. D/Unity (13438): D/Unity (13438): Unloading 3 unused Assets to reduce memory usage. Loaded Objects now: 780. D/Unity (13438): Total: 2.414000 ms (FindLiveObjects: 0.069000 ms CreateObjectMapping: 0.088000 ms MarkObjects: 2.219000 ms DeleteObjects: 0.034000 ms) D/Unity (13438): D/Unity (13438): Unloading 0 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): System memory in use before: 5.4 MB. D/Unity (13438): System memory in use after: 5.4 MB. D/Unity (13438): D/Unity (13438): Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 780. D/Unity (13438): Total: 2.333000 ms (FindLiveObjects: 0.113000 ms CreateObjectMapping: 0.084000 ms MarkObjects: 2.115000 ms DeleteObjects: 0.016000 ms) D/Unity (13438): D/Unity (13438): Unloading 0 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 3 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): System memory in use before: 6.0 MB. D/Unity (13438): System memory in use after: 6.1 MB. D/Unity (13438): D/Unity (13438): Unloading 13 unused Assets to reduce memory usage. Loaded Objects now: 830. D/Unity (13438): Total: 3.504000 ms (FindLiveObjects: 0.157000 ms CreateObjectMapping: 0.102000 ms MarkObjects: 3.031000 ms DeleteObjects: 0.210000 ms) D/Unity (13438): D/Unity (13438): Unloading 2 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 0 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): Unloading 3 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): UnloadTime: 21.503000 ms D/Unity (13438): Unloading 2 Unused Serialized files (Serialized files now loaded: 0) I/Unity (13438): Using SDK 6.2.2, Build 150414.98558e55096475c I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): FbDebug:Info(String) I/Unity (13438): FB:Init(InitDelegate, String, Boolean, Boolean, Boolean, Boolean, Boolean, HideUnityDelegate, String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Facebook/Scripts/FB.cs:139) I/Unity (13438): FB:Init(InitDelegate, HideUnityDelegate, String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Facebook/Scripts/FB.cs:92) I/Unity (13438): SocialNetwork:CallFBInit() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs:185) I/Unity (13438): SocialNetwork:Start() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs:67) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Facebook/Scripts/FB.cs Line: 139) I/Unity (13438): D/Unity (13438): Unloading 3 Unused Serialized files (Serialized files now loaded: 0) I/Unity (13438): FB.Init completed: Is user logged in? False I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): SocialNetwork:OnInitComplete() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs:191) I/Unity (13438): Facebook.AndroidFacebook:OnInitComplete(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Facebook/Scripts/AndroidFacebook.cs:147) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs Line: 191) I/Unity (13438): I/Unity (13438): fbPlatform != gameCenterPlatform:False I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): SocialNetwork:OnInitComplete() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs:194) I/Unity (13438): Facebook.AndroidFacebook:OnInitComplete(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Facebook/Scripts/AndroidFacebook.cs:147) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs Line: 194) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:26 +08:00 DEBUG: Instance was not initialized, using default configuration. I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.PlayGamesPlatform:get_Instance() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/ISocialPlatform/PlayGamesPlatform.cs:79) I/Unity (13438): SocialNetwork:OnInitComplete() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs:195) I/Unity (13438): Facebook.AndroidFacebook:OnInitComplete(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Facebook/Scripts/AndroidFacebook.cs:147) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs Line: 46) I/Unity (13438): I/Unity (13438): fbPlatform != PlayGamesPlatform.Instance:True I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): SocialNetwork:OnInitComplete() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs:195) I/Unity (13438): Facebook.AndroidFacebook:OnInitComplete(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Facebook/Scripts/AndroidFacebook.cs:147) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs Line: 195) I/Unity (13438): I/Unity (13438): PlayGamesPlatform.Instance != gameCenterPlatform:True I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): SocialNetwork:OnInitComplete() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs:196) I/Unity (13438): Facebook.AndroidFacebook:OnInitComplete(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Facebook/Scripts/AndroidFacebook.cs:147) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs Line: 196) I/Unity (13438): D/Unity (13438): System memory in use before: 16.2 MB. D/Unity (13438): System memory in use after: 16.2 MB. D/Unity (13438): D/Unity (13438): Unloading 41 unused Assets to reduce memory usage. Loaded Objects now: 1171. D/Unity (13438): Total: 8.427999 ms (FindLiveObjects: 0.296000 ms CreateObjectMapping: 0.110000 ms MarkObjects: 6.223000 ms DeleteObjects: 1.796000 ms) D/Unity (13438): D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) D/Unity (13438): System memory in use before: 15.5 MB. D/Unity (13438): System memory in use after: 15.5 MB. D/Unity (13438): D/Unity (13438): Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 1171. D/Unity (13438): Total: 7.454000 ms (FindLiveObjects: 1.297000 ms CreateObjectMapping: 0.197000 ms MarkObjects: 5.938000 ms DeleteObjects: 0.019000 ms) D/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:32 +08:00 DEBUG: Activating PlayGamesPlatform. I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.PlayGamesPlatform:Activate() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/ISocialPlatform/PlayGamesPlatform.cs:129) I/Unity (13438): SocialNetwork:login(TYPE) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs:109) I/Unity (13438): CreateCharacterUI:_mOnClick(GameObject) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Test/Ben/Test7/Script/CreateCharacterUI.cs:112) I/Unity (13438): UIEventListener:OnClick() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/NGUI/Scripts/Internal/UIEventListener.cs:42) I/Unity (13438): UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions) I/Unity (13438): UICamera:Notify(GameOb I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:32 +08:00 DEBUG: PlayGamesPlatform activated: GooglePlayGames.PlayGamesPlatform I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.PlayGamesPlatform:Activate() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/ISocialPlatform/PlayGamesPlatform.cs:131) I/Unity (13438): SocialNetwork:login(TYPE) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/SocialNetwork.cs:109) I/Unity (13438): CreateCharacterUI:_mOnClick(GameObject) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Test/Ben/Test7/Script/CreateCharacterUI.cs:112) I/Unity (13438): UIEventListener:OnClick() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/NGUI/Scripts/Internal/UIEventListener.cs:42) I/Unity (13438): UnityEngine.GameObject:SendMessage(String, Object, SendMessa I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:32 +08:00 DEBUG: Creating platform-specific Play Games client. I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.PlayGamesPlatform:Authenticate(Action1, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/ISocialPlatform/PlayGamesPlatform.cs:193) I/Unity (13438): GooglePlayGames.PlayGamesPlatform:Authenticate(Action1) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/ISocialPlatform/PlayGamesPlatform.cs:170) I/Unity (13438): GooglePlayGames.PlayGamesLocalUser:Authenticate(Action1) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/ISocialPlatform/PlayGamesLocalUser.cs:42) I/Unity (13438): SocialNetwork:login(TYPE) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/SocialNetwork/Social I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:32 +08:00 DEBUG: Creating real IPlayGamesClient I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.PlayGamesClientFactory:GetPlatformPlayGamesClient(PlayGamesClientConfiguration) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/PlayGamesClientFactory.cs:32) I/Unity (13438): GooglePlayGames.PlayGamesPlatform:Authenticate(Action1, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/ISocialPlatform/PlayGamesPlatform.cs:194) I/Unity (13438): GooglePlayGames.PlayGamesPlatform:Authenticate(Action1) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/ISocialPlatform/PlayGamesPlatform.cs:170) I/Unity (13438): GooglePlayGames.PlayGamesLocalUser:Authenticate(Action1) (at /Users/mac/Documents/TheChurch/trunk/Program6 I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:33 +08:00 DEBUG: Entering state: BeforeRoomCreateStartedState I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.Native.RoomSession:EnterState(State) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:333) I/Unity (13438): GooglePlayGames.Native.RoomSession:.ctor(RealtimeManager, RealTimeMultiplayerListener) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:304) I/Unity (13438): GooglePlayGames.Native.NativeRealtimeMultiplayerClient:GetTerminatedSession() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:42) I/Unity (13438): GooglePlayGames.Native.NativeRealtimeMultiplayer I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:33 +08:00 DEBUG: BeforeRoomCreateStartedState.OnStateEntered: Defaulting to no-op. I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.Native.State:OnStateEntered() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:500) I/Unity (13438): GooglePlayGames.Native.RoomSession:EnterState(State) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:334) I/Unity (13438): GooglePlayGames.Native.RoomSession:.ctor(RealtimeManager, RealTimeMultiplayerListener) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:304) I/Unity (13438): GooglePlayGames.Native.NativeRealtimeMultiplayerClient:Get I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:33 +08:00 DEBUG: Entering state: ShutdownState I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.Native.RoomSession:EnterState(State) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:333) I/Unity (13438): GooglePlayGames.Native.NativeRealtimeMultiplayerClient:GetTerminatedSession() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:43) I/Unity (13438): GooglePlayGames.Native.NativeRealtimeMultiplayerClient:.ctor(NativeClient, RealtimeManager) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:38) I/Unity (13438): GooglePlayGames.Native.NativeClient:InitializeGameServices( I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:33 +08:00 DEBUG: ShutdownState.OnStateEntered: Defaulting to no-op. I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.Native.State:OnStateEntered() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:500) I/Unity (13438): GooglePlayGames.Native.RoomSession:EnterState(State) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:334) I/Unity (13438): GooglePlayGames.Native.NativeRealtimeMultiplayerClient:GetTerminatedSession() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeRealtimeMultiplayerClient.cs:43) I/Unity (13438): GooglePlayGames.Native.NativeRealtimeMultiplayerClient:.ctor(NativeClient, Realtime I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:33 +08:00 DEBUG: Starting Auth Transition. Op: SIGN_IN status: ERROR_NOT_AUTHORIZED I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/ActivityManager( 961): START u0 {act=com.google.android.gms.games.SIGN_IN flg=0x4000000 pkg=com.google.android.play.games cmp=com.google.android.play.games/com.google.android.gms.games.ui.signin.SignInActivity (has extras)} from uid 10029 on display 0 I/Unity (13438): onPause I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:33 +08:00 DEBUG: PlayGamesHelperObject.OnApplicationPause True I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.OurUtils.PlayGamesHelperObject:OnApplicationPause(Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/PlayGamesHelperObject.cs:109) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs Line: 46) I/Unity (13438): D/Unity (13438): Sensor : Accelerometer ( 1) ; 0.010000 / 0.01s ; Accelerometer Sensor / HTC Group Ltd. I/Unity (13438): windowFocusChanged: false I/ActivityManager( 961): Start proc com.google.android.play.games.ui for activity com.google.android.play.games/com.google.android.gms.games.ui.signin.SignInActivity: pid=13957 uid=10172 gids={50172, 9997} abi=armeabi-v7a I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:18:33 +08:00 DEBUG: PlayGamesHelperObject.OnApplicationFocus False I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.OurUtils.PlayGamesHelperObject:OnApplicationFocus(Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/PlayGamesHelperObject.cs:102) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs Line: 46) I/Unity (13438): I/ActivityManager( 961): Displayed com.google.android.play.games/com.google.android.gms.games.ui.signin.SignInActivity: +445ms I/ActivityManager( 961): START u0 {act=com.google.android.gms.common.account.CHOOSE_ACCOUNT flg=0x20000000 pkg=com.google.android.gms cmp=com.google.android.gms/.common.account.SimpleAccountPickerActivity (has extras)} from uid 10172 on display 0 I/ActivityManager( 961): Start proc com.google.android.gms.ui for activity com.google.android.gms/.common.account.SimpleAccountPickerActivity: pid=14007 uid=10029 gids={50029, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a I/PackageManager( 961): setEnabledSetting(), pkgName=com.google.android.gms, clsName=com.google.android.gms.icing.proxy.SmsMonitor, state=1, flag=1, pid=4682, uid=10029, userID:0 I/ActivityManager( 961): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=14029 uid=10029 gids={50029, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a I/PackageManager( 961): setEnabledSetting(), pkgName=com.google.android.gms, clsName=com.google.android.gms.icing.proxy.SmsMonitor, state=1, flag=1, pid=4682, uid=10029, userID:0 I/ActivityManager( 961): Displayed com.google.android.gms/.common.account.SimpleAccountPickerActivity: +797ms I/ActivityManager( 961): Killing 12823:com.google.android.apps.docs/u0a106 (adj 15): empty #17 I/ActivityManager( 961): Recipient 12823 W/ActivityManager( 961): Duplicate finish request for ActivityRecord{d181ab8 u0 com.google.android.gms/.common.account.SimpleAccountPickerActivity t224 f} I/ActivityManager( 961): Killing 12873:com.google.android.googlequicksearchbox:search/u0a90 (adj 15): empty #17 I/ActivityManager( 961): Recipient 12873 I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:19:36 +08:00 DEBUG: Starting Auth Transition. Op: SIGN_IN status: ERROR_NOT_AUTHORIZED I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/ActivityManager( 961): START u0 {cat=[categoryhack:132a6e64-d42b-4ea6-9bf9-c572261d7085] cmp=com.google.android.gms/.signin.activity.SignInActivity (has extras)} from uid 10029 on display 0 I/ActivityManager( 961): START u0 {cat=[categoryhack:aa6ff595-c658-4cd7-88cb-a01cd80ba34e] cmp=com.google.android.gms/.common.ui.UnpackingRedirectActivity (has extras)} from uid 10029 on display 0 D/ActivityManager( 961): screenshot for ActivityRecord{3af60823 u0 com.google.android.gms/.signin.activity.SignInActivity t224}, bitmap=null, time = 0 E/ActivityManager( 961): Invalid thumbnail dimensions: 540x960 I/ActivityManager( 961): START u0 {cat=[categoryhack:-8720990762319041400] flg=0x2000000 cmp=com.google.android.gms/.auth.FilteringRedirectActivity (has extras)} from uid 10029 on display 0 I/ActivityManager( 961): START u0 {cat=[categoryhack:795d357a-c870-461e-8ed9-328791e6ee20] cmp=com.google.android.gms/.auth.controller.ControllerLauncherActivity (has extras)} from uid 10029 on display 0 I/ActivityManager( 961): START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.accounts.gettoken.GetTokenActivity (has extras)} from uid 10029 on display 0 I/ActivityManager( 961): Displayed com.google.android.gms/.auth.accounts.gettoken.GetTokenActivity: +73ms (total +271ms) I/ActivityManager( 961): START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.login.GrantCredentialsWithAclActivity (has extras)} from uid 10029 on display 0 I/ActivityManager( 961): Displayed com.google.android.gms/.auth.login.GrantCredentialsWithAclActivity: +459ms I/ActivityManager( 961): START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.accounts.gettoken.GetTokenActivity (has extras)} from uid 10029 on display 0 I/ActivityManager( 961): Displayed com.google.android.gms/.auth.accounts.gettoken.GetTokenActivity: +68ms I/Unity (13438): onResume I/ActivityManager( 961): Killing 12925:android.process.media/u0a20 (adj 15): empty #17 I/ActivityManager( 961): Recipient 12925 I/Unity (13438): windowFocusChanged: true I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:51 +08:00 DEBUG: PlayGamesHelperObject.OnApplicationFocus True I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.OurUtils.PlayGamesHelperObject:OnApplicationFocus(Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/PlayGamesHelperObject.cs:102) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs Line: 46) I/Unity (13438): D/Unity (13438): Sensor : Accelerometer ( 1) ; 0.010000 / 0.01s ; Accelerometer Sensor / HTC Group Ltd. I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:51 +08:00 DEBUG: PlayGamesHelperObject.OnApplicationPause False I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.OurUtils.PlayGamesHelperObject:OnApplicationPause(Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/PlayGamesHelperObject.cs:109) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs Line: 46) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:51 +08:00 DEBUG: Invoking user callback on game thread I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.Native.cAnonStorey90:<>m27() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeClient.cs:121) I/Unity (13438): GooglePlayGames.OurUtils.PlayGamesHelperObject:m21(Action) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/PlayGamesHelperObject.cs:98) I/Unity (13438): System.Collections.Generic.List1:ForEach(Action1) I/Unity (13438): GooglePlayGames.OurUtils.PlayGamesHelperObject:Update() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/PlayGamesHelperObject.cs:98) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Asset I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:51 +08:00 DEBUG: Starting Auth Transition. Op: SIGN_IN status: VALID I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:51 +08:00 DEBUG: Entering internal callback for PlayerManager#InternalFetchSelfCallback I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:51 +08:00 DEBUG: Populating User I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:51 +08:00 DEBUG: Found User: [Player: 'Sam Huang' (id 106310439612830600079)] I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:51 +08:00 DEBUG: Maybe finish for User I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:51 +08:00 DEBUG: Auth not finished. User=[Player: 'Sam Huang' (id 106310439612830600079)] achievements= I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:52 +08:00 DEBUG: Entering internal callback for AchievementManager#InternalFetchAllCallback I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:52 +08:00 DEBUG: Populating Achievements I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:52 +08:00 DEBUG: Maybe finish for Achievements I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:52 +08:00 DEBUG: Auth finished. Proceeding. I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:52 +08:00 DEBUG: Invoking Callbacks: System.Action`1[System.Boolean] I/Unity (13438):
I/Unity (13438): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) I/Unity (13438): I/Unity (13438): [Play Games Plugin DLL] 08/07/15 14:20:52 +08:00 DEBUG: Invoking user callback on game thread I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): GooglePlayGames.OurUtils.Logger:d(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/Logger.cs:46) I/Unity (13438): GooglePlayGames.Native.c
AnonStorey90:<>m27() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/Platforms/Native/NativeClient.cs:121) I/Unity (13438): GooglePlayGames.OurUtils.PlayGamesHelperObject:m21(Action) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/PlayGamesHelperObject.cs:98) I/Unity (13438): System.Collections.Generic.List1:ForEach(Action1) I/Unity (13438): GooglePlayGames.OurUtils.PlayGamesHelperObject:Update() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/GooglePlayGames/OurUtils/PlayGamesHelperObject.cs:98) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Asset D/Unity (13438): Unloading 1 Unused Serialized files (Serialized files now loaded: 0) I/Unity (13438): HttpRequestUtil.post AccountLogin:http://x.x.x.x/Temptation/test/api/account/account_login.php?data={"encrypt_account":"0F68231763246E4DFCD97CB44FCA1F5D8E82BDD196B71FCB","password":"","push_id":"2","lang":"en","type":2,"platform":"android","social_network_friends":"","version":"1.0.2","token":""} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): HttpRequestUtil:post(HttpRequestTYPE, String, String, Action2, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:216) I/Unity (13438): HttpCache:request(HttpRequestTYPE, Object, Action2, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:261) I/Unity (13438): CreateCharacterNet:AccountSocialNetWork(Int32, String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Test/Ben/Test7/Script/CreateCharacterNet.cs:139) I/Unity (13438): CreateCharacterUI:ISocialNetwork.googlePlusLogin(Boolean, String, String) (at /Users/mac/Documents/T I/Unity (13438): AccountLogin http://x.x.x.x/Temptation/test/api/account/account_login.php request ok : {"err_code":"105","err_desc":"This account or password is not correct","token":"","canLogin":false,"canSendMail":false} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): cIterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:278) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs Line: 278) I/Unity (13438): I/Unity (13438): DynamicData.parseFromRestfulAPI {"err_code":"105","err_desc":"This account or password is not correct","token":"","canLogin":false,"canSendMail":false} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): DynamicData1:parseFromRestfulAPI(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/Utility/DynamicData.cs:97) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:278) I/Unity (13438): c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/Utility/DynamicData.cs Line: 97) I/Unity (13438): I/Unity (13438): HttpCache.processResponse AccountLogin I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action`2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:282) I/Unity (13438): c
Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs Line: 282) I/Unity (13438): I/Unity (13438): AccountLogin:,False,False,105,This account or password is not correct I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): AccountLogin:log() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpResult.cs:54) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:283) I/Unity (13438): <POST>c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438): I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpResult.cs Line: 54) I/Unity (13438): I/Unity (13438): HttpRequestUtil.post RegisterAccount:http://x.x.x.x/Temptation/test/api/account/register_account.php?data={"account":"","password":"","token":""} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): HttpRequestUtil:post(HttpRequestTYPE, String, String, Action2, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:216) I/Unity (13438): HttpCache:request(HttpRequestTYPE, Object, Action2, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:261) I/Unity (13438): CreateCharacterNet:FastAccAndPasApi(Int32, String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Test/Ben/Test7/Script/CreateCharacterNet.cs:72) I/Unity (13438): <AccountSocialNetWork>c__AnonStoreyDD:<>m__10A(HttpRequestTYPE, IDynamicData) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Test/Ben/Test7/Script/CreateCharacterNet.cs:146) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) ( I/Unity (13438): RegisterAccount http://x.x.x.x/Temptation/test/api/account/register_account.php request ok : {"err_code":"000","err_desc":"success","account":"Guest1095707","password":"NmeG5EhxdY"} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): cIterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:278) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs Line: 278) I/Unity (13438): I/Unity (13438): DynamicData.parseFromRestfulAPI {"err_code":"000","err_desc":"success","account":"Guest1095707","password":"NmeG5EhxdY"} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): DynamicData1:parseFromRestfulAPI(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/Utility/DynamicData.cs:97) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:278) I/Unity (13438): c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/Utility/DynamicData.cs Line: 97) I/Unity (13438): I/Unity (13438): HttpCache.processResponse RegisterAccount I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action`2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:282) I/Unity (13438): c
Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs Line: 282) I/Unity (13438): I/Unity (13438): RegisterAccount:Guest1095707,NmeG5EhxdY,000,success I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): RegisterAccount:log() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpResult.cs:22) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:283) I/Unity (13438): <POST>c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438): I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpResult.cs Line: 22) I/Unity (13438): D/Unity (13438): Unloading 0 Unused Serialized files (Serialized files now loaded: 0) I/Unity (13438): HttpRequestUtil.post AccountLogin:http://x.x.x.x/Temptation/test/api/account/account_login.php?data={"encrypt_account":"5289FEEED90D171F1F6FCBCEE2C73ECF","password":"NmeG5EhxdY","push_id":"2","lang":"en","type":-1,"platform":"android","social_network_friends":"","version":"1.0.2","token":""} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): HttpRequestUtil:post(HttpRequestTYPE, String, String, Action2, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:216) I/Unity (13438): HttpCache:request(HttpRequestTYPE, Object, Action2, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:261) I/Unity (13438): CreateCharacterNet:CheckAccAndPasApi(Int32, String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Test/Ben/Test7/Script/CreateCharacterNet.cs:102) I/Unity (13438): <FastAccAndPasApi>c__AnonStoreyDB:<>m__108(HttpRequestTYPE, IDynamicData) (at /Users/mac/Documents/TheChurch I/ActivityManager( 961): Start proc com.google.android.play.games for service com.google.android.play.games/com.google.android.gms.games.service.PlayGamesBridgeService: pid=14804 uid=10172 gids={50172, 9997} abi=armeabi-v7a I/ActivityManager( 961): Killing 12898:com.google.android.apps.plus/u0a173 (adj 15): empty #17 I/ActivityManager( 961): Recipient 12898 I/Unity (13438): AccountLogin http://x.x.x.x/Temptation/test/api/account/account_login.php request ok : {"err_code":"000","err_desc":"success","token":"008245635b42f3e8e2584990a36ab41ed07da01fd2ca176f43d042c15edbfb2f","canLogin":true,"canSendMail":true} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): <POST>c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:278) I/Unity (13438): I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs Line: 278) I/Unity (13438): I/Unity (13438): DynamicData.parseFromRestfulAPI {"err_code":"000","err_desc":"success","token":"008245635b42f3e8e2584990a36ab41ed07da01fd2ca176f43d042c15edbfb2f","canLogin":true,"canSendMail":true} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): DynamicData1:parseFromRestfulAPI(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/Utility/DynamicData.cs:97) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:278) I/Unity (13438): <POST>c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438): I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/Utility/DynamicData.cs Line: 97) I/Unity (13438): I/Unity (13438): HttpCache.processResponse AccountLogin I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:282) I/Unity (13438): cIterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs Line: 282) I/Unity (13438): I/Unity (13438): AccountLogin:008245635b42f3e8e2584990a36ab41ed07da01fd2ca176f43d042c15edbfb2f,True,True,000,success I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): AccountLogin:log() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpResult.cs:54) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:283) I/Unity (13438): <POST>c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438): I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpResult.cs Line: 54) I/Unity (13438): I/Unity (13438): HttpRequestUtil.post BindSocialNetworkAccount:http://x.x.x.x/Temptation/test/api/account/bind_social_network_account.php?data={"type":2,"value":"106310439612830600079","social_network_friends":"","token":"008245635b42f3e8e2584990a36ab41ed07da01fd2ca176f43d042c15edbfb2f"} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): HttpRequestUtil:post(HttpRequestTYPE, String, String, Action2, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:216) I/Unity (13438): HttpCache:request(HttpRequestTYPE, Object, Action2, Boolean) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:261) I/Unity (13438): CreateCharacterNet:LoginSocialNetWork(Int32, String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Test/Ben/Test7/Script/CreateCharacterNet.cs:193) I/Unity (13438): <CheckAccAndPasApi>c__AnonStoreyDC:<>m__109(HttpRequestTYPE, IDynamicData) (at /Users/mac/Documents/TheChurch/trunk/Program6/Tem I/Unity (13438): BindSocialNetworkAccount http://x.x.x.x/Temptation/test/api/account/bind_social_network_account.php request ok : {"err_code":"000","err_desc":""} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): <POST>c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:278) I/Unity (13438): I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs Line: 278) I/Unity (13438): I/Unity (13438): DynamicData.parseFromRestfulAPI {"err_code":"000","err_desc":""} I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): DynamicData1:parseFromRestfulAPI(String) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/Utility/DynamicData.cs:97) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action`2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:278) I/Unity (13438): c
Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/Utility/DynamicData.cs Line: 97) I/Unity (13438): I/Unity (13438): HttpCache.processResponse BindSocialNetworkAccount I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:282) I/Unity (13438): <POST>c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438): I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs Line: 282) I/Unity (13438): I/Unity (13438): BindSocialNetworkAccount:000, I/Unity (13438): UnityEngine.Debug:Internal_Log(Int32, String, Object) I/Unity (13438): UnityEngine.Debug:Log(Object) I/Unity (13438): BindSocialNetworkAccount:log() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpResult.cs:86) I/Unity (13438): HttpCache:processResponse(HttpRequestTYPE, String, Action2) (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpCache.cs:283) I/Unity (13438): c__Iterator28:MoveNext() (at /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpRequestUtil.cs:280) I/Unity (13438):
I/Unity (13438): (Filename: /Users/mac/Documents/TheChurch/trunk/Program6/Temptation/Assets/Script/Server/HttpRequest/HttpResult.cs Line: 86) I/Unity (13438):

claywilkinson commented 9 years ago

Thanks - that helps.

VladimirKuznetsov commented 9 years ago

I got the same problem.

claywilkinson commented 9 years ago

Short answer, this is expected behavior. It is possible to have the callback for Authenticate to be called multiple times. The underlying library attempts a silent login when starting authentication for the first time. If this fails, the callback is called. Then, the call to authenticate that is coded in the plugin is called, this one probably is not a silent login, and it succeeds.

claywilkinson commented 9 years ago

Version 0.9.25 cleans up an extra callback.

balpreets10 commented 5 years ago

This issue still comes in 0.9.64 Using 0.9.53 to get a successful login