VictoryVR Posted March 25, 2020 Share Posted March 25, 2020 Is there a way to check the version of the Wave SDK currently being used in the project? The method in the documentation does not work when used within Unity. Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted March 26, 2020 Share Posted March 26, 2020 @VictoryVR, Could you please try method below? Quote AndroidJavaClass jc = new AndroidJavaClass("com.htc.vr.BuildConfig"); String buildtime = jc.GetStatic<String>("VR_VERSION"); Print out the buildtime, but the version might not be the same as the public release version. For example, I tested on WaveSDK v3.1.6, but it prints out as v3.1.5. 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