Oculus-初步

Oculus软件发布:http://www.vr42.com/t/196;

Oculus开发包的使用前设置:

https://ckhongme.github.io/2019/05-29/%E5%9F%BA%E4%BA%8EOculus%20Quest%E7%9A%84VR%E5%BC%80%E5%8F%91%EF%BC%9A%E5%A6%82%E4%BD%95%E5%9C%A8Unity%E4%B8%8B%E5%BC%80%E5%8F%91Quest%E7%9A%84App/;

http://www.elecfans.com/d/997267.html;

https://blog.csdn.net/Kathy_unity/article/details/95217117;

http://www.elecfans.com/d/997267.html

1.使用adb软件进行Oculus Quest开发的相关操作:

①cd+(adb的路径):找到adb软件;

②adb:软件运行;

③adb devices:查找设备,连接成功的话,会显示设备的编号;

④adb install name.apk:导入软件;

⑤adb install 包名(com.company.product):删除软件

你可能感兴趣的:(Oculus-初步)