unity3d - Use Raspberry Pi as a Bluetooth game controller for a Unity VR app for the Samsung Gear VR -


i trying create raspberry pi game controller unity vr app. raspberry has built-in bluetooth , keyboard. want:

  • to establish connection between raspberry , phone running app (ie being recognized joystick)
  • to press key 'w' , recorded app dpad_up example
  • preferably without assets or plugins unity store

can better done classic bluetooth or ble? how go achieving this?


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -