Coder Social home page Coder Social logo

a1phanumeric / unity3d-easy-www-api-class Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 4.0 111 KB

This is a simple class you can use to perform web calls to and from a web server, passing the results directly back to the calling GameObject

C# 100.00%

unity3d-easy-www-api-class's People

Contributors

a1phanumeric avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

unity3d-easy-www-api-class's Issues

Getting Double Quotes before key when parsing nested JSON.

When parsing a nested JSON like :

{
"key1": "val1",
"key2": {
"key21": {
"key211": {
"key2111": "value2111",
"key2112": "value2112",
"key2113": {
"key21131": "value21131",
"key21132": "value21132"
},
"key2114": {
"key21141": "value21141",
"key21142": "value21142",
"key21143": "value21143",
"key21144": "value21144"
}
}
}
}
}

Get double quotes before the key21142, key21143, key21144 and continues like :

{
"key1": "val1",
"key2": {
"key21": {
"key211": {
"key2111": "value2111",
"key2112": "value2112",
"key2113": {
"key21131": "value21131",
"key21132": "value21132"
},
"key2114": {
"key21141": "value21141",
""key21142": "value21142", <<====HERE
""key21143": "value21143", <<====HERE
""key21144": "value21144" <<====HERE
}
}
}
}
}

Error: unable to complete ssl connection

on my android device ( android 4.4 ) and get this error
( only replace my website adress "https://mywebsite.ir" ) --> Error: unable to complete ssl connection

and on another device (android 7 ) and editor it conect succesfully.
google.com connect succesfully in both device and editor .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.