Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/watasuke102/xreal-sandbox
- Owner: watasuke102
- Created: 2024-09-03T03:31:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T09:06:20.000Z (25 days ago)
- Last Synced: 2024-11-28T10:20:30.319Z (25 days ago)
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```