12345467860785678 Posted August 15, 2021 Share Posted August 15, 2021 (edited) 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. Edited August 15, 2021 by 12345467860785678 Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted August 16, 2021 Share Posted August 16, 2021 @12345678912345678912345678 Can you check the AndroidManifest.xml in Assets\Plugins\Android\? This file needs to be deleted if you previously built for Oculus platform. Link to comment Share on other sites More sharing options...
12345467860785678 Posted August 16, 2021 Author Share Posted August 16, 2021 (edited) @chengnay It's worked thank you very much ! by the way is there any way to make my project control by hand only on Wave platform just like oculus? Edited August 16, 2021 by 12345467860785678 Link to comment Share on other sites More sharing options...
Tony PH Lin Posted August 16, 2021 Share Posted August 16, 2021 Hi, You can refer another post to enable the hand tracking on Focus 3 with Wave SDK. Thanks. Link to comment Share on other sites More sharing options...
12345467860785678 Posted August 16, 2021 Author Share Posted August 16, 2021 (edited) Hi @Tony PH Lin thank for your reply. The post you supply seem to enable hand tracking, but what I wonder is to make my project controlled by hand only and without controller. There was a option to achieve this on viu setting for oculus, but none for waveVR. Edited August 16, 2021 by 12345467860785678 Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted August 16, 2021 Share Posted August 16, 2021 @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, 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 More sharing options...
12345467860785678 Posted August 16, 2021 Author Share Posted August 16, 2021 @chengnay I got it, thank you for the information. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now