Skip to content

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.

License

Avatarchik/RemoteInformer

 
 

Repository files navigation

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

2. Install receiver unitypackage into your project (Unity 5.2+ required)

Repository: RemoteInformerReceiver.unitypackageas

Asset store:

3. Using RemoteReceiver classes in your project

Use RemoteReceiver scripts to access data from phone in yout project

RemoteReceiver documentation

4. Customization

You can customize data which application sends.

RemoteReceiver documentation

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%