Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/watasuke102/xreal-sandbox

Unity sandbox project targeting for XREAL (Air 2 Pro) glasses
https://github.com/watasuke102/xreal-sandbox

Last synced: 22 days ago
JSON representation

Unity sandbox project targeting for XREAL (Air 2 Pro) glasses

Awesome Lists containing this project

README

        

# xreal-sandbox

## Setup

Download **NRSDK v2.2.1**, open this project by **Unity 2022.3.11f** and import `NRSDK` folder from NRSDK unitypackage.

## memo

```sh
$ adb tcpip 5555
$ adb connect ${ANDROID_IP}:5555
$ adb install ${APK_NAME}
```