从Unity3D在Android上执行命令

时间:2016-09-15 13:32:23

标签: c# android unity3d

有没有办法从Unity3D应用程序在android shell上执行命令?

我需要将一些HEX数据发送到串口,例如:

echo -e -n'\ xB5 \ x62 \ x06 \ x08 \ x06 \ x00 \ xC8 \ x00 \ x01 \ x00 \ x01 \ x00 \ xDE \ x6A \ xB5 \ x62 \ x06 \ x08 \ x00 \ x00 \ x0E \ x30'>的/ dev / ttyMT0

我知道可以通过Android插件向Unity3D完成,但我没有任何编写经验,所以我希望找到更简单的方法来完成这样的任务。

1 个答案:

答案 0 :(得分:0)

您将花费大量时间寻找简单的方法,您可以学习如何编写插件。如果你知道这可以通过编写插件来完成,那么你已经知道了最简单的方法。以下是一些开始学习的地方:

http://www.what-could-possibly-go-wrong.com/creating-a-native-android-plugin-for-unity3d/

https://www.thepolyglotdeveloper.com/2014/06/creating-an-android-java-plugin-for-unity3d/

http://eppz.eu/blog/unity-android-plugin-tutorial-1/