Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 859 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 859 Bytes

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.