Hi
I have successfully made connection with appwarp s2 (For Unity3D) server and i got connected response i.e
onConnectDone : 0 (success)
but after 5 to 6 sec it autometically disconnects and i got respones i.e
onConnectDone : 5 (bad request)
and some times i get error i.e
CompareBaseObjectsInternal can only be called from the main thread.
Constructors and field initializers will be executed from the loading thread when loading a scene.
Don't use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function.
error.
I am using updated client sdk (Unity) which is downloaded from appwarpS2 download page and this client sdk (Unity) cause above errors but when i replaced this client sdk [AppWarpS2Unity.dll] with client sdk [AppWarpS2Unity.dll] which is provided in VIKING UNITY SAMPLE FOR APPWARPS2 so all above errors are gone and works perfactly.
So there might be some bugs in new unity client sdk.
Help me to resolve this problem.
Thanks.