DarthAffe / OBD.NET

C#-Library to read data from car through an ELM327-/STN1170-Adapter
GNU General Public License v2.0
178 stars 82 forks source link

OBD and Unity Engine #32

Open Joachyy opened 1 month ago

Joachyy commented 1 month ago

Is there any way to use it inside unity , i want to create mobile app that displays rpm,speed etc for android. Is it possible?

DarthAffe commented 1 month ago

I would expect it to work but since Unity has a lot of custom things the SerialConnection might not work the same way as in the normal .net framework. I have no personal experience with unity though.