WWU Posted April 13, 2022 Share Posted April 13, 2022 Hello, I am using the WAVE XRSDK 4.4 but after I update the XR SDK from 4.1 to 4.4 the error shows: 'WVR_HandGestureType' does not contain a definition for 'WVR_HandGestureType_Inverse' here is the error line in the code: #if VIU_WAVE_XRSDK_4_2_90_OR_NEWER WVR_HandGestureType.WVR_HandGestureType_Palm_Pinch; #elseWVR_HandGestureType.WVR_HandGestureType_Inverse; #endif how can I fix this, I tried delete the line but it will just come back... need help Thanks in advance :) Link to comment Share on other sites More sharing options...
chengnay Posted April 13, 2022 Share Posted April 13, 2022 Hi @WWU, Please try to clean up your defined symbols and let your project recompile. Go to Edit>Project Settings>Player>Scripting Define Symbols, clear this field and let Unity recompile. Another method is add "VIU_WAVE_XRSDK_4_2_90_OR_NEWER" to your Scripting Define Symbols list. 1 Link to comment Share on other sites More sharing options...
WWU Posted April 13, 2022 Author Share Posted April 13, 2022 4 minutes ago, chengnay said: Hi @WWU, Please try to clean up your defined symbols and let your project recompile. Go to Edit>Project Settings>Player>Scripting Define Symbols, clear this field and let Unity recompile. Hi thanks for the quick reply and it solve the problem 🙂 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