How much data I can transfer every tick by NodeJS?
I have tick based server and client. Server sending data to clients. Middleware is Node.JS server. My question is how much data I can transfer every tick (I have 25 Ticks per second now) before server...
View ArticleHTTPS not working with Socket.IO C# plugin
Hi, I am using this: https://github.com/nhnent/socket.io-client-unity3d Everything works fine, but I finished my work and need change my nodejs server to secured https server. Server works allright,...
View ArticleUnitySocketIO-WebSocketSharp hangs on a handshake loop using Unity webplayer
I'm using [UnitySocketIO-WebSocketSharp][1] to connect with a node.js server. If i run the app on Unity3D in standalone mode, everything goes well; the handshake happens normally and the websocket runs...
View ArticleI have .unity3d web on a Node.js server but the Unity3d app will not load. I...
I cannot play my unity3d game files (mime type="application/vnd.unity") over a Node.js connection. (I am able to play the unity3d through the Apache Vhosts Access.) I just started a new instance of a...
View ArticleSimple HTTPS question
My game uses the WWW object to post data to a nodejs server I have setup. Up to this point I have just been testing things and learning how to post information to my database from within the Unity game...
View ArticleUnitySocketIO sending a websocket message to nodejs
Just wondering if anyone has used the UnitySocketIO to chat between unity and node.js. I want to send a message but the documentation is lacking and everyone has a different way of doing it without...
View ArticleWebplayer connecting to TCP server: No connection could be made because the...
Hi, I'm struggling with this problem for some time but it's quite specific and I could not find apropriate answer. I'm programming webplayer game which has to connect to TCP socket server. First I run...
View ArticleNodeJS with Unity
I'm using NodeJS with Express and trying to run a Unity html file on my site. Basically what I'm trying to do is to get a Unity html file I have to play on my NodeJS site. The files are WebPlayer.html...
View ArticleNode.js Problem
In my game ,i am using Node.js for server and client communication . This code works on localhost , but on real server. Some Datas are missing on real server-client communication . Sample code Servire...
View ArticleNode.js net disconnection not detecting issue
I am new to node.js . In my program , following codes using for client close detection var server = net.createServer(function (stream) { stream.setEncoding('utf8'); stream.on('data', function (data) {...
View ArticleSocketIOEvent could not be found
Im using fpanettieri/unity-socket.io to connect and send data to/from a node server. I have the connections to the server working but I cant get the data back to unity from the node server. In my...
View ArticleUnity3d and Node.js backend
I have a question about using Unity3d with Node, Express and MongoDB. I want to make a backend to my game. Server should send to client some stuff like how many coins they have, levels, items and all...
View ArticleHow to pass value transform.rotation to another player (Multiplayer/Node.js)
I'm creating multiplayer game on Node.js, and transfer all the data at Json. The client receives from the server json and transmits it to the object. And questions. How best to transfer...
View ArticleNodejs and Unity: Incorrect timing
Hey guys, apparently Unity and Node.js are treating / calculating time differently. On the node.js side, I start a new round by having two variables, timestampLastRound and timestampNextRound. They are...
View ArticleHow to send data as utf8 strings to a node.js server?
I'm using the node.js echo-server version in https://www.npmjs.com/package/websocket with the websockets sample plugin in https://www.assetstore.unity3d.com/en/#!/content/38367. The messages are...
View ArticleHow to set up a UDP connection with a nodejs server in Unity?
Trying to send a buffer from a Unity C# project to a Node.js server and I can't seem to get any data to transfer. I know this could work I think I may be missing something. See code below any help is...
View ArticleCan node.js / socket.io be used in Unity Free version?
Can node.js / socket.io be used in Unity Free version or do you need the pro version? Thanks
View ArticleWhat is unity WebGL export's correlation to Node.js?
Hello world! We're trying to play around with unity's webgl export and for reasons of running our client on certain platforms we already have in place I'd like to find out more about why there are so...
View ArticleIs there a complete tutorial for Nodejs with unity using Socket.io?
I want a complete tutorial on how i can use nodejs in unity. Just the basic understanding for me to know how they communicate. I already searched the but with no any luck. I hope you can provide me any...
View ArticleUsing Unity's WebGL export in Node.js
We have made a development export to WebGL. This runs fine in the Browser, however we are trying to make it run as a headless unity server. In the source-code we see several references to Node.js...
View Article