Unity Development
Welcome to Unity development, where you can share insights, ask questions, and address challenges with fellow Unity developers. This forum is ideal for discussing all things related to Unity.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Welcome to the Meta Developer Forum!

Welcome to the Meta Developer Forum! This is a community-driven space where you can share insights, ask questions, and address challenges with fellow developers. Our goal is to create a supportive and respectful environment where everyone can learn f...

Important Unity 6 information

UPDATE (10/23): Please update to version 69.0.1 of the Meta XR Core SDK. This update resolves the known issue associated with input registration and headlocking. With the release of Unity 6*, we’ve identified the following regressions: 1) Quest devel...

XR input options

i am using unity 2019.3 and the new XR options provided for this. However i dont see any of the XR components and examples i was shown in a recent oculus Unity video. Has anyone any ideas how to get these example intractables for unity 2019.3?

Entitlement check - question

Dear Oculus community,I've added an entitlement check to my GearVR application (Script in opening scene, app ID referenced in platform settings etc.) and when I run it in the Unity editor with debug it shows the entitlement check working in the conso...

CGEye by Honored Guest
  • 844 Views
  • 1 replies
  • 0 kudos

Setting deafult value of AddSlider crashes app

var sliderPrefab = DebugUIBuilder.instance.AddSlider("some label", 0.1f, 30f, delegate (float f) { SliderAction(f); }, false);sliderPrefab.GetComponentInChildren().normalizedValue = 1f; // <<- this is culprit//sliderPrefab.GetComponentInChildren().va...

Unable to load DLL 'ovrplatformloader'

I recently switched my project to use the oculus unity tools distribution through the Asset store. In preparation for this, I removed all previous dlls and files related to unity tools and the platform sdk. After importing the store version of the sd...

DllNotFoundException: ovrplatformloader

I am trying to build and run the social starter, but the sphere is always black. When I checked by log I see...07-13 21:16:31.681 5083 5099 D Unity : Unable to lookup library path for 'ovrplatformloader', native render plugin support disabled.07-13 2...

raeldor by Adventurer
  • 1297 Views
  • 5 replies
  • 0 kudos

Oculus Home launching on Steam builds

I'm having a problem with builds that use OpenVR running through Steam where Oculus Home launches and the game appears on the desktop screen but not in headset. Other games manage not to cause Oculus Home to launch when running on a Rift/Rift-S, but ...

78hrq430larv.jpeg
Punchey by Explorer
  • 272 Views
  • 0 replies
  • 0 kudos

Proper way to load next scene in unity VR

Whenever I try to load the next scene, the game stutters or freezes for 1 second. This is in Oculus Quest. This freezing for 1 second is pretty bad for the eyes in VR.I've been using this function to go to next sceneSceneManager.LoadScene(1);Is there...

Anonymous by Not applicable
  • 2125 Views
  • 2 replies
  • 0 kudos

[Tutorial] - Ball not moving in Oculus Go

Hi Guys,Sorry for the basic question. I've followed the "Build your first VR app tutorial" (not able to post the link, even it's Oculus' link due to forum restrictions...) In Unity game preview everything works fine and I'm able to move the ball usin...

Resolved! Noob Question: What is this called?

Hi all,Sorry for the noob question. What is the overlay in the picture below called and how can I turn it off in Unity?I turned this on a month ago and I can't remember how to turn it back off.

qixzhdbueruy.png

Help needed with a simple project

Whats going on people. I need some help and guidance on a project i was tasked.I figured to come to a forum to ask for help. Im looking to do a basic project for VR. My plan is to create a 360 video and at the end of that video have a menu pop up sel...

spattinj by Honored Guest
  • 199 Views
  • 0 replies
  • 0 kudos

Error with app id or app secret

Hi ,I'm having issues making my avatar appear in unity 2019.2.11f1 with the latest integration. When I attempt to upload a build I get an error saying the app id or app secret is incorrect. I have the ID set in avatars and platform settings that I go...

360 Video Sphere

Hey fellow developers, I plan on doing an interactive video player in which you can basically walk around and pick up sphere and put them onto your head to start the 360 video. Exactly like that ( I can not post links) the one from oculus connect 3 k...

t3mr0i by Honored Guest
  • 339 Views
  • 0 replies
  • 0 kudos

Some post processing effects doesn't work with VR.

I am using the post processing version 2.1.0 and the latest Oculus Integration with Unity from the asset store. Unity version is latest official release, 2018.2.17f1.Extra packages installed:- Lightweight RenderPipeline 3.0.0- RenderPipeline Core 3.0...

Oliverxll by Honored Guest
  • 2329 Views
  • 2 replies
  • 0 kudos

Quest Sending data to C# TCP Server problem

Solved: The method I had for syncing send event to only send every 1/30 seconds was broken but didn't look like it was. This resulted in loads of information being sent instead, about 2 Mb/s or more when I made new objects.Hi, I'm having an issue whe...

Estemyr by Honored Guest
  • 563 Views
  • 0 replies
  • 0 kudos

Oculus integration via Package Manager?

Hi. Are there any plans for supplying Unity Oculus integration via Package Manager instead of the Asset Store? This would have many advantages - like a lot more straight forward way to update/manage the package and the fact that the package manager p...

Quest build using 4 bones?

Hey. So when I play my scene in the editor, my characters skinning looks fine. But when I send the build to the Quest I get jagged joint bends, like the Quest is only using 1 or 2 bone skin weighting. How do I build the scene with full skinning? I th...

Unity Oculus Platform SDK Permission Issues

When I include the Oculus Platform SDK for unity it has code that forces unity to add the 2 permissions below I can remove the audio permission by modifying some of the code from the Oculus Platform SDK but this is a pain and I would prefer a soluti...

TrentLVR by Honored Guest
  • 1885 Views
  • 4 replies
  • 0 kudos

No RawButton or RawTouch events for A and X buttons

I've been using the Button.One (etc.) Events for an application for a while but want to switch to the Raw Events because it's essential that right and left controllers don't switch. I'm getting events for all buttons, triggers and thumbsticks but not...

bschulte by Honored Guest
  • 418 Views
  • 1 replies
  • 0 kudos

Disable Oculus Go calibration screen.

Hi.I am developing a business application in Unity that plays pre-loaded videos. When the user takes off the headset it resets itself so when the user puts the headset back on, playback is restarted.The issue is when you take off the oculus go a coun...

Anonymous by Not applicable
  • 804 Views
  • 3 replies
  • 0 kudos

DllNotFoundException: ovrplatformloader Oculus Go

I am trying to build and run the social starter on the Oculus Go, but the sphere is always black. When I checked by log I see...07-13 21:16:31.681 5083 5099 D Unity : Unable to lookup library path for 'ovrplatformloader', native render plugin support...

raeldor by Adventurer
  • 1004 Views
  • 6 replies
  • 0 kudos

DllNotFoundException: ovrplatformloader

I am trying to build and run the social starter, but the sphere is always black. When I checked by log I see...07-13 21:16:31.681 5083 5099 D Unity : Unable to lookup library path for 'ovrplatformloader', native render plugin support disabled.07-13 2...

raeldor by Adventurer
  • 821 Views
  • 4 replies
  • 0 kudos
Labels