An open API service indexing awesome lists of open source software.

https://github.com/evdlabs/vive-wave-sdk-unity-template

Unity Template project for VIVE Wave SDK
https://github.com/evdlabs/vive-wave-sdk-unity-template

htc-vive htc-vive-focus-plus unity vr

Last synced: 2 months ago
JSON representation

Unity Template project for VIVE Wave SDK

Awesome Lists containing this project

README

          

# Wave SDK Unity Template

## Overview

**Unity 2021.3.35f1** template project for **Wave SDK 3.2.0** with fixed compatibility issues.

Tested on HTC Vive Focus Plus.

References:

* [Official Wave SDK 3.2.0][1]
* [Wave SDK 3.2.0 with fix for Unity 2021][2]
* [VIVE Wave SDK Developer Guide][3]

## Tips

### Android Manifest

`AndroidManifest.xml` located under `Assets\WaveVR\Platform\Android\AndroidManifest.xml`.

Check out official docs - [Configure App Capabilities][4].

### Disable controller pairing

To disable controller pairing pop-up menu, add this option to `AndroidManifest.xml`.

```xml

```

For example

```xml














```

[1]: https://developer.vive.com/resources/vive-wave/download/archive/320
[2]: https://github.com/evgenii-d/ViveWaveSDK
[3]: https://hub.vive.com/storage/docs/en-us/UnityXR/UnityXRSdk.html
[4]: https://hub.vive.com/storage/app/doc/en-us/ConfigureAppCapabilities.html