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...

OVROverlay issues

We use OVROverlay to display a static stereo cubemap image.We found there are some issues in OVROverlay implementation:1. GPU Memory wastefulAs current implementation. we submit a texture(appTexture) to OVROverlay. then based on it, OVROverlay create...

sycx by Explorer
  • 721 Views
  • 1 replies
  • 2 kudos

Alpha issues when using combine meshes with avatars

I've had this issue for a while now when using combine meshes with the unity avatar integration. I figured it would be resolved with avatars 2.0 but since that's not available yet i'm wondering if anyone has encountered this before and been able to f...

ai53he6g8qiw.png
MikeF by Trustee
  • 366 Views
  • 2 replies
  • 0 kudos

Resolved! How do you enable Jump in OVRCharacterController?

I noticed the class OVRInput.cs has a Jump() method and it says in comments that you must enable it. Where do i enable it?But also in INput settings JUMP it's set to joystick 3...what exactly is joystick 3 in the xbox one controller? seems from pictu...

VR oculus rendering Issue

stragne disortions of image affected by movement or blinking light, even a base OVR oculus scenes have this issus in Unity 2017.3.0f3 (64-bit). has anyone experianced that bug?disortions ( objects are loosings its shapes) Objects looks like behind di...

panmaster by Expert Protege
  • 304 Views
  • 1 replies
  • 0 kudos

Texture distortion bug

Hello, I'm facing a pretty bad issue with unity. Its a wave distortion like bug, whenever I move an object, or its texture changes, I see a wave distortion for 1 frame. its pretty notice able, and hard to deal with, since I cant find anything on it i...

Taivas by Protege
  • 646 Views
  • 3 replies
  • 0 kudos

How to use an OVROverlay Cubemap?

Hi All, For this question assume that I'm in the Cubes scene included in the OVR SDK. I'm on mobile using a Galaxy S6 with the GearVR. In that scene, I used the OVRCameraRig to generate a cubemap using the Oculus screenshot tool (PNG, size 2048, mipm...

What does "OVRPlugin.Step" mean?

Hi,I am working on a project which needs to get head velocity as quickly as possible. I used "OVRPlugin.GetNodeVelocity(Node, Step)" function to do this. Right now I am confused about the difference between "Step.Render" and "Step.Physics". Could any...

Anonymous by Not applicable
  • 305 Views
  • 0 replies
  • 0 kudos

Can GPU instanced meshes be skinned on Android?

I'm currently researching the capabilities of a Gear VR game built in Unity. A big question is if I can do a big RTS-like scene within the draw call budget. From what I've gathered, the way to do this is using Graphics.DrawMeshInstancedIndirect, whic...

Desktop Mode

i was looking to be able to use the desktop mode in unity. I would like my player be able to open up a webpage inside the game.

Chack if grabbed

I want to make a game where you use joysticks to move a mech and I want that when the joysticks are released that they just go back into their primary positions.I have searched for hours how to check if the object gets grabbed but failed.if anyone co...

GearVR preview in Editor

Hii did some Google Cardboard dev before.Is there a way to get a GearVR preview inside of the unity editor?Right now all the guides i have found either deploy on the device, and painleslly remove the usb cable to insert the device into the helmet. Or...

Oculus Audio via Unity C# script

I am using the oculus for uni work.i have found that the audio is fine outside of unity for example during the unreal setup tutorial, however whithin unity the oculus headphones are buggy to work with.when i play audio from the oculus audio pack "On ...

Help! Unity PreLateUpdate.ParticleSystemBeginUpdateAll

Hello everyone. I'm in trouble I can't find the source of my issue. Here's a screenshot of my profiler. because of this weird call, my whole program is slow while it should be lightning fast. Anyone got an idea to get me out of this mess ? I deactiva...

d2948qrbixgt.png
Yoirgl by Expert Protege
  • 923 Views
  • 0 replies
  • 0 kudos

IP Camera and 2D Texture

Hello,I'm using Unity 4.5 and Oculus Rift DK1. My team and I have succeeded in importing a live IP cam view into unity using this code:using UnityEngine;using System.Collections;public class SEMTEX : MonoBehaviour { public string uri = "http://192.16...

semcoded by Honored Guest
  • 4814 Views
  • 5 replies
  • 0 kudos

Camera Fade Color.

Using the resources found on the Unity Wiki, we have changed the color of the camera for a while or blinked. However, it does not work in Ouclus environment. What is the cause and what is the solution?CameraFade.csusing System.Collections;using Syste...

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

Camera Fade Color ->use ovrScreenfade ( Modified).

I have created the following code for how to use fade with ovrScreenfade. However, I think this code will be more effective when it comes to the form of a coroutine. What do you think?/*****************************************************************...

Anonymous by Not applicable
  • 1380 Views
  • 0 replies
  • 0 kudos

HMD tracking controll

HMD tracking controllGood morning? After activating this latest release of Unity, I have written an unresolved issue. Is there a way to stop the Oculus lift rotation? OVRPlugin.rotation = false; does not work. I have already contacted this part one t...

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

Preventing Player Climbing

Currently in my game when a player approaches an object that has a slope they will sort of jump onto the object and then begin moving up it. For example, my game allows players to pull on "levers" which are cube objects that I stretched to look like ...

Anonymous by Not applicable
  • 479 Views
  • 1 replies
  • 1 kudos
Labels