Jump to content

Unity App not found in focus3 library after install


12345467860785678

Recommended Posts

I can't found my app in my focus library, but it's package can be found by using adb command.

It was prefectlly working before, but since i swtich the platform to oculus and switch back to WaveVR, it can't work anymore. (oculus platform still working)

Did i miss anything to setting?

And here is my project settings and packages.

image.png.1931f2694b01df26bf5fca301289221b.png

image.thumb.png.8c64bf4a3cf99d00dcb5172d374d7645.png

image.png.aae58d6beb7a508e698559068420d528.png

 

 

Edited by 12345467860785678
Link to comment
Share on other sites

@12345678912345678912345678 To make your project controlled by hand, you can do the following,

1. You need to modify your AndroidManifest.xml,

Either use the method provided by Wave XR Plugin, or manually add below line,

<uses-feature android:name="wave.feature.handtracking" android:required="true" />

2. Ensure you edit the settings in VRModuleSettings,

image.png.93088d5b8bf947f210896fcacc9ff233.png

 

Currently, we only support Hands + Controllers, no Hands Only mode.

Let me know if you still have issue to enable hand tracking for your project.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...