New Loading/Splash Screen
Hello, the system splash screen behavior was recently updated. In the past the image supplied by the App would be shown centered on black with the three loading dots below and the size of the logo was pixel perfect so changing the resolution would change the display size. As described here: https://developers.meta.com/ Now after the recent update, the system shows this new fancy animated light rays thing and the image is scaled to fill the entire screen width, i think.. It's very large now and as a result it's very blurry. I was wondering if there is any updated documentation with newer recommendations on what resolution to use now or how the behaviour has changed. I want to avoid submission problems by just guessing, thanks everyone104Views0likes0CommentsOrganization Groupings are going away as July 25th. What does it mean?
Hi. As Meta announced, Organization Groupings will be discontinued as of July 25th. What does it mean? We need to have a general matrix from which different organizations that will publish different games can branch off. How can we do this from now on? Thank you very much.25Views0likes0CommentsLobby Tutorial
Hi, I've just been through the lobby tutorial (Meta Developers) and found the following invalid snippet: (this.props.matchSpawnPoint as any).as(hz.SpawnPointGizmo).teleportPlayer(enteredBy); It should be: (this.props.matchSpawnPoint as any).as(hz.SpawnPointGizmo).teleportPlayer(player); Also on the same page there is a step to add a single property however in the screenshot you add both properties this could be a little confusing for someone new when they only add the property like asked.25Views0likes0CommentsPing data overlay
Hi. Fairly new to development and I am stuck with a project. I am trying to develop a program that displays Network information to the user (ping, jitter, packet loss etc.) . I would like this to be able to run over any 3d application in real time Similar to how OVRMetric displays headset information. Any documentation or assistance would greatly be helpful.835Views0likes1CommentDoes Quest browser support any video with alpha channel?
I can't play a webm/vp9 video with alpha and the inspector doesn't log any error. it seems Oculus browser does not support any video format with alpha channel. The Quest documentation is also not clear. Appreciate any help/info on this.1.4KViews2likes2Comments'Multiple devices can’t access this app at the same time.' blocking use of free app
We have a free multiplayer education app that is often used at schools that sometimes setup fleets of devices all using the same meta account. We don't care if our users access our app with multiple instances of the same meta account, since our app is free and we want it to be easy for anyone to use it. It's understandable that the "Multiple devices can’t access this app at the same time. This app must be purchased separately to be used by multiple devices at the same time." error is a useful anti-piracy measure, but in our case it is not helpful and actually is a major blocker for hundreds of our users. Is there anything we can do to disable this check for our app, so that it will launch for anyone regardless of if the same meta account is already accessing it?753Views1like3CommentsAchievements feature.
Hello, I am thinking about adding achievements to my game. But from what I see in the documentation, the achievement checker app will be discontinued at the end of the year and the meta itself does not encourage the implemtation of this feature. Will this functionality be completely removed in the future ? Or are there other plans. I'm wondering if I should spend time on this, from what I'm orenting people like this feature.562Views2likes1CommentPre-Existing Kotlin Android App - Unable to upload without Oculus SDK
Hi, I have an existing android application written in kotlin which I wish to upload to the quest store. I have built and run the application on a headset locally and it all works perfectly. Upon uploading to the store i get the error "* Oculus SDK not found or older than 1.0." The app does not include the Oculus SDK or similar as it is not needed. It does not take advantage of any headset specific features and is just your standard 2d app. Is bundling the sdk in required to upload to the store? If so is there documentation on how to do so with an existing kotlin app as all the documentation is largely around apps containing native code and doesn't provide clear guidance on this use case. I've considered grabbing the OpenXR samples and smashing that together with the existing app. Is this a reasonable approach? It seems over the top especially for an app that won't require the SDK (for now). Thanks, Nathan969Views1like2Commentscreating custom home environments
Hi there, i wanted to create my own cutom home environment and try to figure out how to do it properly. I found a tool on Github where you can turn a gltf scene into an apk. but i would like to use Uneal or Unity to have more controll over the outcome. Is there is something like an official guide or documentation on how to do that?1.1KViews2likes1Commentoculus system keyboard not working using bluetooth keyboard
I try to develop application in quest 3 using unity engine, but when I use system keyboard in oculus it just work for virtual keyboard. When I click input field the virtual keyboard shows up, but when I try to type with my bluetooth keyboard that connected to my quest, it won't work for typing any more. any help?820Views2likes1Comment