Backendless UNITY SDK

hello,
Backendless UNITY makes use of the SDK, but, UNITY SDK information is not found at all in Backendless.com.
Backendless UNITY SDK or will be available even Backendless 3.0 or later?
Also, do you updated future done?

Hi Shige,

We are in the process of finalizing the SDK for Unity. It will be available for Backendless. Until then, you can use the following:
https://github.com/Backendless-Game-SDK/Unity-SDK

Regards,
Mark

Hi Mark,

Thank you immediately!
English is may not be able to explain well because it is weak.

We’re now using this SDK, but you can not connect error occurs.
https://github.com/Backendless-Game-SDK/Unity-SDK

<Background>
Although I was not available normally in Backendless.com until yesterday, the following error is no longer able to connect occurs at login time today.
Since Backendless seems updating to 3.0, UnitySDK 3.0 or later Maybe, we have thought that than has become incompatible.
I think there is cause to another?

Reference (error content)


at BackendlessAPI.LitJson.JsonMapper.ReadValue (System.Type inst_type,
BackendlessAPI.LitJson.JsonReader reader) [0x00000] in <filename unknown>: 0
\ R \ n at BackendlessAPI.LitJson.JsonMapper.ReadValue (System.Type inst_type,
BackendlessAPI.LitJson.JsonReader reader) [0x00000] in <filename unknown>: 0
\ R \ n at BackendlessAPI.LitJson.JsonMapper.ToObject [Dictionary2] (System.String json) [0x00000] in &lt;filename unknown&gt;: 0 \ r \ n at BackendlessAPI.Engine.Invoker.GetResponseCallback [Dictionary2]
(IAsyncResult asynchronousResult) [0x00000] in <filename unknown>: 0 "


Regards,
Shige

Hi Shuge-san,

I have shared your request with out partner in Japan, who will be reaching out to you.

Meanwhile, it would be very helpful if you could do the following:

    Download and install [url=https://www.charlesproxy.com/]Charles Proxy[/url]. Change in your code endpoint URL for the backend to: http://api.backendless.com (it will be https by default) Re-run your app to get the error. In Charles you should be able to see the request and response body. Could you please post here both so we can see what is sent on the wire?
Regards, Mark

Hi Mark-san,

Thanks!
Because here is a middle of the night, we’ll let you know the results to try immediately tomorrow.
Please give me some time.

Regards,
Shige

Hi Mark-san,
Since this matter is now that I am supported in Acrodea Corporation,
It will be available on there.

Thank you for support
If you also there is something, please cooperation.

Regards,
Shige

Hi Mark,

When are you expecting to release your official unity sdk?

Regards,
Arslan

I’ve created a Unity SDK based off of their .NET SDK.

https://github.com/funxcorp/backendless-net-sdk-unity/

Disclaimer: I don’t work for Backendless, so this is not an officially supported Backendless SDK.