https://github.com/arhcy/remoteinformer
Remote data collection app that works on the local network. It easily integrates into Unity3d projects. Use it for testing your VR / AR projects. By default, it sends gyroscope, accelerometer and touch events. You can customize it.
https://github.com/arhcy/remoteinformer
accelerometer ar editor gyro gyroscope mixedre mobile remote touch unity unity3d unityremote vr
Last synced: 6 days ago
JSON representation
Remote data collection app that works on the local network. It easily integrates into Unity3d projects. Use it for testing your VR / AR projects. By default, it sends gyroscope, accelerometer and touch events. You can customize it.
- Host: GitHub
- URL: https://github.com/arhcy/remoteinformer
- Owner: arhcy
- License: mit
- Created: 2017-02-06T13:43:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T22:07:23.000Z (over 7 years ago)
- Last Synced: 2025-10-11T17:32:09.141Z (6 days ago)
- Topics: accelerometer, ar, editor, gyro, gyroscope, mixedre, mobile, remote, touch, unity, unity3d, unityremote, vr
- Language: C#
- Homepage:
- Size: 29.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Remote data collection app and lib for Unity3d projects.
=====- Custom remote data collection app that works on local network without USB
cables.
- easily integrates into Unity3d projects.
- You can use it for testing your VR / AR mobile projects.
- You can get data from multiple phones at the same time.
- You can view data from phone on multiple client instances
- You can modify and rebuild this app to get custom data you need.Currently, it sends data of such hardware features:
- `Attitude`
- `Gravity`
- `RotationRate`
- `UserAcceleration`
- `HorizontalAxis`
- `VerticalAxis`
- `Touch positions`
- `Touch phases`
![]()
_main screen_
Instruction:
======
### 1. Install the app on device
- you can download APK from this repository [Built/RemoteInformer.apk](Built/RemoteInformer.apk)
- you can download the app from [Google Play](https://play.google.com/store/apps/details?id=com.archypiragkov.RemoteInformer)
- you can build it manually### 2. Install receiver unitypackage into your project (Unity 5.2+ required)
Repository:
[RemoteInformerReceiver.unitypackageas](UnityPackage/RemoteInformerReceiver.unitypackage)Asset store:
### 3. Using RemoteReceiver classes in your project
Use RemoteReceiver scripts to access data from phone in yout project[RemoteReceiver documentation](Assets/RemoteInformer/RemoteInformerReceiver/README.md)
### 4. Customization
You can customize data which application sends.[RemoteReceiver documentation](Assets/RemoteInformer/Messages/README.md)