dwilches / Ardity

Assets for integrating Arduino and Unity (or Unity and any hardware that communicates over a COM port)
331 stars 62 forks source link

reading from sensor to unity3d #34

Closed arju68 closed 4 years ago

arju68 commented 4 years ago

want to read position and force value from sensor into unity3d. Attaching the arduino println commands. How to change to read that values using your plugin. Thanks. serialMonitor

dwilches commented 4 years ago

Hello,

There are some examples for communicating Arduino and Unity using Ardity here: Samples

A quick place to start is also the section "What do I need to do in Unity?" in this page.

If you have already tried a solution, can you elaborate on how it's not working?

Regards.