└── Readme.md /Readme.md: -------------------------------------------------------------------------------- 1 | # Uduino — Simple and robust Arduino-Unity communication 2 | ------- 3 | 4 | **Uduino** is another Open Source plugin for Unity, which allow to communicate between a Arduino board with Unity. 5 | 6 | ## What is Uduino 7 | 8 | This project was created after too much frustration on how to properly connected Unity & Arduino. During past past experiences I was facing some problems: difficulties to detect a specific Arduino board when several are connected, freeze and crash when communicating with serial ports, and many more... 9 | 10 | **Uduino** aims to be a *comprehensive* and *easy to setup* solution for your Arduino/Unity projects. It features **simple declaration** both on Unity and Arduino side. 11 | 12 | 13 | ## Where to find it 14 | 15 | While waiting for a sustainable open-source alternative, I removed Uduino source code from Github. 16 | You can now get Uduino on [Unity Asset Store](http://u3d.as/Fxm) and get more informations on the [official website](http://marcteyssier.com/uduino/). 17 | --------------------------------------------------------------------------------