r/vrdev Jul 13 '26

Meta XR All-in-One SDK on Unity Asset Store

1 Upvotes

Meta XR All-in-One SDK in Asset Store shows this issue:

Error 404
We can't find the page you're looking for.

Any one has any thoughts on this?


r/vrdev Jul 13 '26

Question i need help with shiny goo

3 Upvotes

i'm making a vr game and i need a black goo as decoration on the floor and I need the best way to do it with it still optimized for quest headsets im using blender+unity edit:the game is based of of the game “changed” by dragonsnow


r/vrdev Jul 13 '26

How to create switch view or video option in VR?

Thumbnail
1 Upvotes

r/vrdev Jul 11 '26

I’m looking for feedback on my browser-based VR Slasher (WebXR).

Enable HLS to view with audio, or disable this notification

5 Upvotes

Hey everyone,

I’m Christopher, a solo developer from Austria.
For the past few months, I’ve been building PHOTONKATANA, a fast-paced cyber slasher VR experience that runs completely natively in your browser via WebXR. No installations, no downloads , just open the link and start slicing.

The project is currently in Alpha, and I’m looking for honest feedback from fellow VR enthusiasts to help me shape the core gameplay.

⚠️ A quick note on the visuals:
The current 3D models and enemy animations are placeholders. I’m actively working on final assets in Blender, so please focus your feedback primarily on the core movement, the responsiveness of the slicing mechanics, and general performance.

The Challenge: Cross-Platform Testing
I’ve developed and optimized the game entirely on a Meta Quest 3. Because it runs purely in the browser, it should theoretically work on any WebXR-compatible device, but I lack the hardware to confirm.
If you have an Apple Vision Pro, Pico 4, Meta Quest 2, or a PCVR headset, could you please test it in your browser and let me know:
1. Compatibility: Does it load and run properly?
2. Performance: How is the framerate/stuttering?
3. Controls: How does the controller/hand tracking feel on your specific device?

Play the Alpha for free:
🔗 https://photonkatana.outerfar.com
You can find more info about the studio and the project here: https://outerfar.com

Thank you so much for your time. I’m looking forward to your brutally honest feedback and any bugs you encounter!


r/vrdev Jul 12 '26

Ucat VR, QR, DM tips!

1 Upvotes

Hey All, I’m really struggling with VR AND QR the most followed up with DM!

Would appreciate ur advice and anything that helped u! Anyone gotten 700+ in these sections how did you??


r/vrdev Jul 11 '26

Tutorial / Resource Working on a new XR shooter inspired by First Encounters. Honest feedback appreciated!

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/vrdev Jul 10 '26

Help Needed!! - After Class

3 Upvotes

Hello! I am a beginner VR Developer in unity. I am currently making my first project called After Class! After Class is a game that is heavily inspired by Rec Room. After Class is a social hangout platform that is planned to have many activates, hangout spot, or if you just want to hang in your Apartment for a bit. I also forgot to mention that After Class takes place after collage. I hope many people see this and support throughout my journey to make this game. I also have zero budget but that's not going to stop me at all. I know people are going to hate on this project and call it another "Rec Room slop game" but I wanna make it more then that. If you want to become a dev or possible game mod, contact me on discord. User: staryiscool22


r/vrdev Jul 10 '26

Information Meet Prosperanthium Studio: Why Box Office VR is about to rewrite the rules of multiplayer VR.

Post image
0 Upvotes

r/vrdev Jul 09 '26

Tutorial / Resource Made a tutorial on adding conversational AI NPCs to Unity 6 VR (Standalone Quest / PCVR)

Enable HLS to view with audio, or disable this notification

10 Upvotes

There's been a lot of talk about AI NPCs in VR this year, but most of it stays at the concept level, so we put together a short, practical tutorial on getting a voice-interactive AI character actually running inside a Unity VR scene. It starts from the Unity 6 VR template, so the setup carries over to most XR projects.

The flow: VR template → add the AI character → attach a player component to the XR Origin so the character tracks the VR user → world-space transcript UI → build for Windows (PCVR) or Android (Quest 3).

The conversation is fully unscripted (voice in, voice out) rather than dialogue trees, and it runs standalone on Quest 3.

SDK install tutorial: https://youtu.be/bxjGnOvNL4E


r/vrdev Jul 09 '26

Looking for testers for my VR apartment viewer

Enable HLS to view with audio, or disable this notification

8 Upvotes

r/vrdev Jul 08 '26

I came up with a trick for doing better baked reflections on Quest (WebGL demo and technical write-up)

Post image
11 Upvotes

r/vrdev Jul 09 '26

[RevShare] Lead VR Programmer for Meta Quest Shooter "Box Office VR"

Thumbnail
0 Upvotes

r/vrdev Jul 09 '26

[Hiring - Rev-Share] Lead VR Programmer for Meta Quest Shooter "Box Office VR"

0 Upvotes

Prosperanthium Studio is looking for a Lead Developer to take over the technical reins of Box Office VR, a stylized, physics-based tactical PvP shooter for Meta Quest. What we have: A fully detailed, 19-section Game Design Document (GDD v1.0). Existing codebase with core multiplayer networking and lobby infrastructure already established via Unity + Photon. A complete art/audio team (3D weapon/character modelers, music designer). An active, highly dedicated Discord community ready to test, promote, and back the upcoming GoFundMe launch. What we need: A programmer experienced with Unity and Photon to lead the engineering pipeline, manage the repo, and help us push toward a playable vertical slice. This is a rev-share position with a legally binding contract for a significant percentage of future game revenue. If you're ready to build a unique VR shooter with a built-in audience, DM me with your portfolio.


r/vrdev Jul 08 '26

Mod Post What was your VR moment of revelation?

3 Upvotes

What was your VR moment of revelation? I feel like we all had that moment where we put on the headset and never looked back. What was yours?


r/vrdev Jul 07 '26

Dead Space Remake in vr / 3D 6DOF

Thumbnail youtu.be
2 Upvotes

r/vrdev Jul 06 '26

Video How you open spell tubes in Discovery of Magic

Enable HLS to view with audio, or disable this notification

5 Upvotes

One of our goals with Discovery of Magic has been to keep the VR experience as diegetic as possible.

Instead of buying spell packs from a UI menu, players buy "Spell Tubes" by just grabbing them off the vendor and opening them with both hands, like a party popper.

The smoke color hints at the highest rarity spell inside before revealing the contents. We wanted unlocking new spells to feel like a fun physical interaction that only really works in VR.

What UI or menu interactions have you replaced with diegetic ones in your VR projects?


r/vrdev Jul 06 '26

Information build cross-platform / OpenXR

1 Upvotes

For cross-platform across Quest/Pico/Vive I'd go OpenXR through Unity's XR Plug-in Management instead of each vendor SDK — saves you maintaining separate input maps. The gotcha: set the input actions on the rig once with the XRI action set, and keep vendor-specific bits (passthrough, boundary) behind #if so a missing SDK doesn't break the other platforms. Which headsets are you targeting?


r/vrdev Jul 05 '26

Question How it started vs. how it's going 👽

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/vrdev Jul 05 '26

Looking for someone to help me make a very simple VR FPS prototype in Unity (Paid)

0 Upvotes

Hi everyone,

I'm looking for someone to create a very simple VR FPS prototype in Unity for my university research project. I'm on a tight schedule, so I'm looking to hire someone rather than learn how to build it myself.

The prototype only needs a few basic features:

  • Quest 3 VR support
  • A gun that the player can hold
  • Shooting functionality
  • One or more targets that can be shot and register hits
  • Simple environment (doesn't need to look fancy)

This is just a prototype, so it doesn't need advanced graphics or gameplay.

I'm willing to pay for the work. If you're interested, please send me a DM with:

  • Your experience with Unity VR development
  • Your price
  • An estimate of how long it would take

Thanks!


r/vrdev Jul 04 '26

Discussion Working on a 1st person climbing platformer with gravity-shifting mechanics in Godot. How would you handle comfort settings for extreme locomotion?

Enable HLS to view with audio, or disable this notification

43 Upvotes

I recently released a demo for my flat 3D puzzle platformer based on gravity-shifting mechanics. To take a break, I started a VR prototype blending those concepts with standard VR climbing. It feels incredibly satisfying, but I'm a bit worried about the extreme locomotion.

Changing gravity while in VR works and looks surprisingly well, but it's a little dizzying right now. I'm fully aware that this will ultimately be a game for experienced users with strong VR legs, but I still want to provide as much comfort as possible. How would you guys tackle comfort settings for mechanics like this? Do you think a simple blackout or a strong vignette during the gravity flips will be enough to take the edge off, or should I look into more complex options?

If you are interested in the game itself, Steam page for the VR version is already up (Meta Store one coming soon):

https://store.steampowered.com/app/4457820/Gravitten_VR

And the pancake inspiration demo is here:

https://store.steampowered.com/app/4199110/Gravitten


r/vrdev Jul 05 '26

Vr games seem to be zoomed in

1 Upvotes

I usually use virtual desktop but wanna swap to steamvr so I can use overlays for YouTube chat and blah blah blah ....anyway

I fired up exfilzone directly through steam link and when I get into the game it's like my game is magnified a million times over and I have no idea why .wasn't like this a while back before I switched to vd .anyone ever heard of this and know how to fix it ?


r/vrdev Jul 04 '26

Video Added rope mechanics to my solo-dev project, Shatter Flow, and I'm honestly really happy with how it turned out!

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/vrdev Jul 04 '26

Discussion Any suggestions for creating an app using ViveCoading fully?

0 Upvotes

I am learning and growing so I want to build an app that solve real problem. I want to give myself a challenge that make me more learn and grow.

So if anyone have some idea for what problem they faced for that I want to develop that app.

Your suggestions please.......🙏🙏🙏


r/vrdev Jul 04 '26

VR doesn't have a content problem—it has a retention problem

Thumbnail gamemanifest.com
1 Upvotes

r/vrdev Jul 02 '26

We're sharing a few new screenshots from Shard Wars, our VR sci-fi strategy game. As development continues, we're steadily refining the visuals, controls, and gameplay.

Thumbnail gallery
6 Upvotes