question

mihigh avatar image
mihigh asked

C# SDK in Unity, Web Requests

Hello,

I started using the C# SDK in unity to take advantage of the async functionality.

However I will not be able to use unity's webrequests, do you see any issue with this?

Thanks,

Mihai

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

mihigh avatar image mihigh commented ·

For example you can't compress the API data in C#. Am I missing something?

0 Likes 0 ·

1 Answer

·
jital avatar image
jital answered

Greetings,

There will be no issues if you are using HTTP Web Request instead of Unity Web Requests.

As far as API data compression is concerned, you are able to do that using HTTP Web Request, just note that API data compression should not be enable if you are using custom game servers. As API data compression will cause issues with custom game servers.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.