Relative Content

Tag Archive for c#node.jsunityscript

Can’t request for data from node.js from unity

I am trying to request a data from a node.js server by feeding it jsondata from a unity script but the connection keeps failing and im not sure if it’s my code issue. The api definitely works with the json data as I tried it in curl.