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
- Host: GitHub
- URL: https://github.com/evdlabs/vive-wave-sdk-unity-template
- Owner: evdlabs
- Created: 2024-02-24T07:44:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T12:08:10.000Z (over 2 years ago)
- Last Synced: 2025-08-25T16:38:06.015Z (10 months ago)
- Topics: htc-vive, htc-vive-focus-plus, unity, vr
- Language: C#
- Homepage:
- Size: 28.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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