Unity web request sometimes appear Error:System.Exception: Code:0...
My problem is that I use unity web request for hotfix. 90% of the time, players can perform web reqeust normally. Sometimes you will encounter Error:System.Exception: Code:0 Error:Cannot resolve...
View ArticleSecuring HTTP post request
Hello everyone ! I'm making http post request to my server to log the user and then send his bestscore. For that I'm using HTTPS post request. But i'm wondering, if someone decompile my game he will...
View ArticleCurl error receieved when sending post request using UnityWebRequest
I am trying to post request via UnityWebRequest.Post method but got this error **Curl error 1: Received HTTP/0.9 when not allowed** Below mentioned is my code: WWWForm form = new WWWForm();...
View ArticleUnity Web Request: CORS error on WebGL hosted on AWS but works on editor
Hi everyone! As a part of my authentication system in my web gl app, I need to request the Squarespace API to check for orders to confirm that the current user has purchased a subscription. I am...
View ArticleCryptographicException: Input data cannot be coded as a valid certificate.
I am trying to generate **X509Certificate2** certificate from **.pfx** file string Location = "C:/Users/SSB/Downloads/PFX file/CertificatePFX.pfx"; string pass = "0987654321"; X509Certificate2...
View Article,CryptographicException: Input data cannot be coded as a valid certificate.
I am trying to generate **X509Certificate2** certificate from **.pfx** file string Location = "C:/Users/SSB/Downloads/PFX file/CertificatePFX.pfx"; string pass = "0987654321"; X509Certificate2...
View Articlehow to download image and save to specific directory under Assets/.... ???
I am downloading Image from a server and saving to a specific directory under. Assets/... . its working fine in editor but not working on android. I added storage read write permissions but still not...
View ArticleHTTP Cookies not working on iOS,HTTP Cookies and iOS Builds
Hi there, I am currently developing a game which builds to both WebGL and iOS. To remember users, I store an HTTPCookie once a user logs into their account, which has a 14 day expiry. These cookies...
View ArticleAPI pagination
This will return all users from the leaderboard but the API has a limit of 1000 calls. I have in the leaderboard more than 1000 users and it's always increases. I need to save all the users to a list....
View ArticleGraphQL in Unity, is anyone using it?
I'm looking into the possibility to use a GraphQL client in unity but so far I can only find one library in the Asset store (https://assetstore.unity.com/?q=graphql&orderBy=1) and one opensource...
View Article