Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 948 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 948 Bytes

Buttplug Unity

Unity Package for Buttplug support in Unity 2019.1+.

Only the following classes should be used:

  • ButtplugClient
  • ButtplugWebsocketConnector

Trying to use an embedded connector will fail as no DeviceSubtypeManagers are distributed with this package (UWP doesn't play well with Unity, so you wouldn't get Bluetooth anyways). It is expected that anything built with this will either connect to Intiface Desktop or Intiface CLI.

Future releases will contain the Intiface CLI executable and will work as a standalone.

Installation

  • Download latest zip from releases section
  • Unzip somewhere
  • In Unity Project Frame, right click "Assets" > "Import Package" > "Custom Package"
  • Choose package.json from buttplug-unity.
  • Start using Buttplug classes in your scripts