blongo Posted April 17 Posted April 17 (edited) I'm trying to test a VR scene in Unity by building and running the APK on my XR Elite headset, but every time I build the APK, it comes up as a 2D app on the headset instead of a normal VR application. All of my build settings appear to be correct, and I can test-run the scene while tethered to my PC, but there has to be something wrong that I didn't catch. I checked the XR Plug-In Management and Initialize XR On Startup is checked for PC and Android. Any ideas? Edited April 17 by blongo
VIVE_chengnay Posted April 18 Posted April 18 Hi @blongo, Could you try deleting the AndroidManifest.xml(Under Assets\Plugins\Android\) and try again? May I know which Wave XR Plugin version did you install?
blongo Posted April 18 Author Posted April 18 @VIVE_chengnay I don't have Wave XR in this project because there's an error in the Build Check that says something about there being no definition for "GetVirtualRealitySDKs" so I've just been using the XR Interaction Toolkit. I'm not sure if there's a newer version of the Wave XR plugin, but the one on the Unity Asset Store (v 3.2.0) hasn't been updated since 2020. I'm not seeing a Plugin folder under Assets in my Unity project folder. There is a AndroidManifest.xml file within the project, but it's under Library/PackageCache/com.unity.xr.management@4.4.1/xrmanifest.androidlib - I'd rather make sure that's the correct one before I start deleting things haha.
VIVE_chengnay Posted April 18 Posted April 18 Hi @blongo, You are required to install Wave XR Plugin to run your app as 3D. Could you download the latest plugin from GitHub and try again? https://github.com/ViveSoftware/VIVE-Wave/releases/tag/versions%2F5.6.0-r.10.2 If you get any compile error, please provide your error message to me.
blongo Posted April 18 Author Posted April 18 Alright, I just installed the latest version. I got one compilation error - Quote Library\PackageCache\com.htc.upm.wave.xrsdk@8edec1329d\Runtime\WaveXRSettingsHelper.cs(25,50): error CS0246: The type or namespace name 'WaveXRSettings' could not be found (are you missing a using directive or an assembly reference?) I appreciate your help, @VIVE_chengnay!
VIVE_chengnay Posted April 18 Posted April 18 Hi @blongo, What other plugins have you installed in your project? Which Unity version did you use?
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