felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.8k stars 585 forks source link

Unity #248

Open Scott12334 opened 5 years ago

Scott12334 commented 5 years ago

Hello, Is there any way to make this work with unity?

felHR85 commented 5 years ago

@Scott12334 Sure there is a way but I don't really know

Scott12334 commented 5 years ago

Ok thank you, I am doing it with Android Studio now and the installation does not seem to be working. Attached I have the gradle dependency and repository code. No errors when syncing with the rest of the project but UsbSerialDevice doesn't work. I am following this video: https://www.youtube.com/watch?v=QHa6HWTmQFs. Any ideas? 2 1

kamrankhorasani commented 5 years ago

yes i use this library in unity3d first : you most write code in android studio and make a jar file but there is some tip on it , i commit my example project in github as soon as possible.

felHR85 commented 5 years ago

@kamrankhorasani I would love to add a link to your example project.

kamrankhorasani commented 5 years ago

@felHR85 thank you Felipe , I use your library to a large project but I decide write a plug-in and example of your library that used in unity . So when I write this plug-in send message to you to add my link to your Page .

Scott12334 commented 5 years ago

Could also send me that link? Thanks