We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb1c26 commit 6548c60Copy full SHA for 6548c60
README.md
@@ -53,7 +53,7 @@ to the console.
53
54
## Getting Started
55
56
-1. Clone this repository using `git clone https://github.com/off99555/Unity3D-Python-Communication.git` command.
+1. Clone this repository using `git clone https://github.com/offchan42/Unity3D-Python-Communication.git` command.
57
2. Open UnityProject (its `dll` files are targeting .NET 4.x version) and run `Assets/NetMQExample/Scenes/SampleScene`.
58
3. Run python file `PythonFiles/server.py` using command `python server.py` on a command prompt.
59
4. You should start seeing messages being logged inside Unity and the command prompt.
0 commit comments