/unity-socket

An example on how Unity3D can interact with a python server either local (on the same machine) or remote (on different machines)

Primary LanguagePython

Contains an example of how to interact in Unity3D with a python script.

To start, import the Unity package into your project, create a scene with the Prefabs and run the scripts "fake_leds_server.py" and/or Nite_server.py.