bharathraja / Unity-ZeroMQ-Example

An example of Unity 3D 2017 works with NetMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example of Unity 3D 2017 works with ZeroMQ

Environment

Unity 2017.1

Python 3.6.0

Tested on macOS Sierra Tested on Windows 10

What's in this demo

Python scripts:

C# scripts:

Scene:

How to run

First start 2 python scripts (in seperate shell sessions):

./Python/server.py
./Python/client.py

Then start play mode of main demo scene in Unity Editor.

You should see the box jump around according to commands sent by python server script and python client script should be able to receive the location update of the same box.

About

An example of Unity 3D 2017 works with NetMQ


Languages

Language:C# 98.2%Language:Python 1.8%