Skip to content

brentshermana/Unity-ZeroMQ-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%