Meta Quest Link Infinite Loading
Worked fine since buying Quest 3 a month ago, was working yesterday, today it wont work, tried reinstalling the app, nothing, tried beta branch, nothing. my AMD graphics driver is up to date, it was literally working yesterday with no changes whatsoeverSolved5.2KViews0likes7CommentsAPK No Longer Loading onto Headset
I've been able to package my game many times and drag and drop the .apk into the MQDH and it was working just fine. But today it suddenly stopped working. It shows the .apk loading then says the APK Successfully Installed, but the application isn't there. I tried it on older .apk builds that worked before but I'm getting the same thing for them too now. I've tried restarting all my devices. Quest. Computer. MQDH. Unplugged the headset. Nothing seems to be working. Has anyone else had this? Does anyone have a fix?Solved4.3KViews1like5CommentsQuest project builds and runs, but stays stuck on 3 dot loading screen
I followed the official instructions for setting up Unity for Quest development. I tried to build using the included example scenes. The build works fine, but when it runs on the quest, it stays stuck on the animated 3 dot loading screen. The ADB logs show no errors, and even show various Unity logs while stuck, such as the focus gained and lost events. So I'm pretty confident that the build is running, just stuck behind the loading screen. I've tried from scratch several times, factory reset my Quest, messed with all sorts of build settings, but can't make any progress. I've attached the compiled APK in case that helps, and the full ADB logs. Any suggestions? Running on Unity 2019.2.218.8KViews2likes8CommentsPTC v66 - Extremely slow load time on larger unreal game
Large UE games are incredibly slow to load on v66 (like 25 seconds) The same apk/obb loads in around 3 seconds on v65 and earlier. It's built against the v65 SDK. Something really weird going on with v66. I also notice sometimes OS apps are hanging/going really slow to load (like airlink) To reproduce install asgards wrath 2, First run is a bit slow but normal, compiles shaders etc. Close it Second run sits on the ... screen for 25 seconds then loads. Same for all subsequent runs. [EDIT] This appears to be to do with the app's apk signing certificate. A load of errors in the log are occurring for the 20 second wait. Certificate buffer not long enough, returning If I rebuild my app with a new certificate it then works but I can't change this on the store766Views0likes0CommentsAPK No Longer Loading On to Headset
I've been able to package my game many times and drag and drop the .apk into the MQDH and it was working just fine. But today it suddenly stopped working. It shows the .apk loading then says the APK Successfully Installed, but the application isn't there. I tried it on older .apk builds that worked before but I'm getting the same thing for them too now. I've tried restarting all my devices. Quest. Computer. MQDH. Unplugged the headset. Nothing seems to be working. Has anyone else had this? Does anyone have a fix?1.2KViews0likes0CommentsUnity game frequenly launches to black screen
Hi, I am experiencing an intermittent problem with an Oculus Quest game that I am developing. When I encounter this problem, I am unable to do any development in the editor. I am using Oculus Link to quickly iterate. Essentially, when I launch the game, sometimes my game will only load into a black screen instead of showing my level. Previously, this problem would happen about 30% of the time, and I would somehow be able to work around the problem by rebooting my Quest, restarting Unity, unplugging and replugging in my Quest, rebooting my computer, etc. Usually, I can eventually get around this issue, but lately, it is happening more and more and I am having a much harder time getting past this issue. Sometimes I will try for 30 minutes and not be able to get past this. I'm currently using Unity 2021.1.5f1, though I have been encountering this issue with the last several versions of Unity, going back probably about a year. Initially, I was using a Quest 1. I just purchased a Quest 2 which came with a different link cable. However, the problem happens with my Quest 1 and Quest 2, using the original cable or the new cable. Also, I have the same problem when using Air Link with my new Quest 2. On my PC, I'm currently running the Oculus App version 28.0.0.222.469 though I'm sure it has happened on previous versions as well, as this app is set to auto-update. When I use the Oculus Link cable, I hear the USB connect and disconnect sound happen several times when I try to run in the editor. These are the same sounds I hear when I plugin or unplug the link cable. When I run with Air Link, I don't hear these USB connection and disconnection sounds. Any ideas on how I can fix this issue? I have included the log files for a successful and unsuccessful run. I have also included a video for a successful and unsuccessful run. (My level is all blue and contains nothing. I have to click on the Oculus button to bring up a dialog box that allows me to select options before I generate the world.) I have also encountered this issue when loading other scenes, not just my game. I'm including an example of this happening with the DistanceGrab example scene. When this issue happens, I see in the Quest that it is launching a Unity App. However, it will launch to an all-black screen. This issue is severely affecting my ability to develop. Any help is greatly appreciated. Thanks in advance John Lawrie The first link is a link to the DistanceGrab failing https://drive.google.com/file/d/148D4RyTrxWvkaiuApHGGraDoGlR8p6oE/view?usp=sharing This second link is a link to when my level fails to display https://drive.google.com/file/d/1CNYx9clV_Sr3nzVgnhipSB3s6o7NeykE/view?usp=sharing This third link is a link to when my level does manage to load https://drive.google.com/file/d/1XMIBgtFSXxc12TWp0W-CcxIujOsDMUyW/view?usp=sharing This is the log from when my level failed to load. Failed to set DeveloperMode on Start. UnityEngine.Debug:LogError (object) Unity.XR.Oculus.Development:OverrideDeveloperModeStart () (at Library/PackageCache/com.unity.xr.oculus@1.9.0/Runtime/OculusDevelopment.cs:39) Unity.XR.Oculus.OculusLoader:Start () (at Library/PackageCache/com.unity.xr.oculus@1.9.0/Runtime/OculusLoader.cs:182) UnityEngine.XR.Management.XRGeneralSettings:AttemptStartXRSDKOnBeforeSplashScreen () (at Library/PackageCache/com.unity.xr.management@4.0.1/Runtime/XRGeneralSettings.cs:158) Unity v2021.1.5f1, Oculus Utilities v1.51.0, OVRPlugin v1.51.1, SDK v1.60.0. UnityEngine.Debug:Log (object) OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1161) OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1313) SystemHeadset Oculus_Link_Quest UnityEngine.Debug:Log (object) OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1166) OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1313) TcpListener started. Local endpoint: 0.0.0.0:32419 UnityEngine.Debug:LogFormat (string,object[]) OVRNetwork/OVRNetworkTcpServer:StartListening (int) (at Assets/Oculus/VR/Scripts/Util/OVRNetwork.cs:99) OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer:OnEnable () (at Assets/Oculus/VR/Scripts/Util/OVRSystemPerfMetrics.cs:190) UnityEngine.GameObject:AddComponent<OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer> () OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1279) OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1313) [OVRNetworkTcpServer] Start Listening on port 32419 UnityEngine.Debug:LogFormat (string,object[]) OVRNetwork/OVRNetworkTcpServer:StartListening (int) (at Assets/Oculus/VR/Scripts/Util/OVRNetwork.cs:111) OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer:OnEnable () (at Assets/Oculus/VR/Scripts/Util/OVRSystemPerfMetrics.cs:190) UnityEngine.GameObject:AddComponent<OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer> () OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1279) OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1313) [OVRManager] OnApplicationPause(false) [OVRManager] OnApplicationFocus(true) OVRControllerHelp: Active controller type: QuestAndRiftS for product Quest OVRControllerHelp: Active controller type: QuestAndRiftS for product Quest The current MSAA level is 0, but the recommended MSAA level is 4. Switching to the recommended level. [OVRManager] HMDAcquired event -------------------- [OVRManager] VrFocusAcquired event [OVRManager] InputFocusLost event [OVRManager] VrFocusLost event [OVRManager] OnApplicationFocus(false) This is the log from a time when my level loaded successfully. Failed to set DeveloperMode on Start. UnityEngine.Debug:LogError (object) Unity.XR.Oculus.Development:OverrideDeveloperModeStart () (at Library/PackageCache/com.unity.xr.oculus@1.9.0/Runtime/OculusDevelopment.cs:39) Unity.XR.Oculus.OculusLoader:Start () (at Library/PackageCache/com.unity.xr.oculus@1.9.0/Runtime/OculusLoader.cs:182) UnityEngine.XR.Management.XRGeneralSettings:AttemptStartXRSDKOnBeforeSplashScreen () (at Library/PackageCache/com.unity.xr.management@4.0.1/Runtime/XRGeneralSettings.cs:158) Unity v2021.1.5f1, Oculus Utilities v1.51.0, OVRPlugin v1.51.1, SDK v1.60.0. UnityEngine.Debug:Log (object) OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1161) OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1313) SystemHeadset Oculus_Link_Quest UnityEngine.Debug:Log (object) OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1166) OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1313) TcpListener started. Local endpoint: 0.0.0.0:32419 UnityEngine.Debug:LogFormat (string,object[]) OVRNetwork/OVRNetworkTcpServer:StartListening (int) (at Assets/Oculus/VR/Scripts/Util/OVRNetwork.cs:99) OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer:OnEnable () (at Assets/Oculus/VR/Scripts/Util/OVRSystemPerfMetrics.cs:190) UnityEngine.GameObject:AddComponent<OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer> () OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1279) OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1313) [OVRNetworkTcpServer] Start Listening on port 32419 UnityEngine.Debug:LogFormat (string,object[]) OVRNetwork/OVRNetworkTcpServer:StartListening (int) (at Assets/Oculus/VR/Scripts/Util/OVRNetwork.cs:111) OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer:OnEnable () (at Assets/Oculus/VR/Scripts/Util/OVRSystemPerfMetrics.cs:190) UnityEngine.GameObject:AddComponent<OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer> () OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1279) OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:1313) [OVRManager] OnApplicationPause(false) [OVRManager] OnApplicationFocus(true) OVRControllerHelp: Active controller type: QuestAndRiftS for product Quest OVRControllerHelp: Active controller type: QuestAndRiftS for product Quest The current MSAA level is 0, but the recommended MSAA level is 4. Switching to the recommended level. [OVRManager] HMDAcquired event -------------------- [OVRManager] HMDMounted event [OVRManager] VrFocusAcquired event [OVRManager] InputFocusLost event [OVRManager] InputFocusAcquired event [OVRManager] TrackingAcquired event Canvas does not have an event camera attached. Attaching OVRCameraRig.centerEyeAnchor as default. [Singleton] Using instance already created: ConquestUIManager Canvas does not have an event camera attached. Attaching OVRCameraRig.centerEyeAnchor as default. [Singleton] Using instance already created: FPSCalculator [OVRManager] HMDUnmounted event [OVRManager] VrFocusLost event [OVRManager] TrackingLost event [OVRManager] TrackingAcquired event [Singleton] Using instance already created: Cursor [Singleton] Using instance already created: UIScalerSolved13KViews0likes5CommentsHelp: Load custom avatar offline or edit preset models
Hi I am building an app that is required to be offline. I am using the meta avatar sdk, but I would need to have customised avatars inside the app. I am trying to edit the preset models inside the SDK to have some looking like my users but I can't find anyway to do so, any suggestions ? Otherwise, is it possible to save custom avatar models from the quest editor ? Then I could add them to the preset folder. Thanks in advance !811Views2likes0CommentsCan't open Oculus Client, infinite loading...
Hello there, I just installed the Oculus software and when I open the Oculus Client, I can see a loading screen and it's stuck for some reason. The window looks like this. I don't know what to do, I search everywhere and my problem seems not to be that common. Please help!18KViews2likes11CommentsCannot pass VRC.Quest.Performance.3 on a built Unity APK
We are struggling to hit the 4 second requirement for AppLab submissions in Unity 2019.4.7f1. Our app takes around 8 seconds to hit our empty scene except a canvas image and some text. Upon testing a sideloaded standard empty URP project with the Oculus SDK it takes longer than 4 seconds just to get into an empty scene with nothing but the default URP and Oculus SDK assets!! A splash screen seem to doesn't improve this at all either? - Worth noting that we are still needing to use the Legacy Oculus VR SDK as we need to remain cross-platform with SteamVR for the PC client. I was wondering how it's possible that apps like Superhot and Beat Saber have managed to have a logo above the three Quest loading dots. And if that's something we would be able to set up for our app and would be appropriate to meet the VRC.Quest.Performance.3 criteria? I have done much Googling for this and have come up completely short, this is completely stumping me so I hope someone can help!1.9KViews0likes1CommentHow to handle scene loading in Unity like when using SteamVR (compositor)
I'm currently evaluating how feasible adding a native Oculus SDK version of Holodance is and the greatest challenge I see so far is porting our approach to loading scenes over. The way we currently do this is based on Valve's SteamVR_LoadLevel example. In a nutshell: Set the skybox for the compositor, set a load texture in front of the player in the compositor, fade the game to the compositor, once that is done, stop rendering to VR (because the player now only sees what's in the compositor), start loading the scene and wait until it's done, do other things that could cause hiccups like prewarming shaders and a garbage collection round, start rendering to VR, fade back in. Play. In addition to what the standard SteamVR_LoadLevel does, we render a preview of the level that is being loaded, with some text and a progress bar using Unity UI, into a RenderTexture that we also show and update on changes in the compositor. Also, to make things a little more fancy, we have several textures on quads to have our logo in 3D on several planes. Theoretically we could even animate those planes but Unity does have some hiccups while loading levels (even when using async and additive), so we don't do this. Reviewing the API provided by Oculus Utilities for Unity 5.x, it seems that one class we could use is OVROverlay. Putting the texture to the right position is simply by using the Transform location and mesh primitive, right? Then, there's OVRScreenFade, which lets us fade ... but only to a color. So ... it seems there are two things missing: How can we fade full to the compositor and stop rendering to VR while we are doing things what would cause framedrops? When using SteamVR / OpenVR, this is done by calling CVRCompositor.SuspendRendering(true).Solved12KViews1like18Comments