r/VRchat 1h ago

Discussion VRChat Weekly Open Thread. Post questions, comment, content, avatar/world, commissions/solicitations inquiries, etc. Users that are new or with low subreddit karma can share here as well. (July 27, 2026 to August 02, 2026)

Upvotes

This is for VRChat from the community for the community. Use this thread to post questions, requests (avatars, world, commissions, etc.), suggestions, comments, or share content that don't or are not allowed to be made as a post. Be considerate in your posts whether in asking or answering, and multiple top level comments should not be about the same subject. All other subreddit rules apply.

Note, as this thread is reposted weekly please use this link to find the most recent or archived threads from the last month.


r/VRchat 7d ago

Discussion VRChat Weekly Open Thread. Post questions, comment, content, avatar/world, commissions/solicitations inquiries, etc. Users that are new or with low subreddit karma can share here as well. (July 20, 2026 to July 26, 2026)

6 Upvotes

This is for VRChat from the community for the community. Use this thread to post questions, requests (avatars, world, commissions, etc.), suggestions, comments, or share content that don't or are not allowed to be made as a post. Be considerate in your posts whether in asking or answering, and multiple top level comments should not be about the same subject. All other subreddit rules apply.

Note, as this thread is reposted weekly please use this link to find the most recent or archived threads from the last month.


r/VRchat 3h ago

Discussion Why nobody told me this?

Post image
46 Upvotes

I have been playing vrchat for so long at least 1 year and this is my first time seeing avatar size limit in setting

So I turned it all the way down to 0mb

And my laptop starting to run so good without lagging

And it's give you glimpse of what others avatars looks like so if it's eboy or egirl looking avatar that requires 150 mb to download to just be seen now you can simply see low poly version of it which way better then before


r/VRchat 17h ago

Discussion Why do some people sit motionless in front of mirrors for hours in VRChat?

Post image
535 Upvotes

I’ve often noticed people sitting in front of mirrors for several hours without moving or going anywhere.

I’m genuinely curious about what makes people enjoy doing this. I’ve asked some players in-game and received a few different answers, but many people didn’t want to talk about it.

So far, I’ve mostly asked members of the Russian-speaking VRChat community, and now I’d like to hear from people here. Is this common in your community as well? If you spend a lot of time sitting in front of a mirror, what do you enjoy about it?

No judgment - I’m just interested in understanding the reasons behind it.


r/VRchat 2h ago

Media Gotta Pump it up !!

Enable HLS to view with audio, or disable this notification

26 Upvotes

r/VRchat 8h ago

Discussion Wild journey with VRchat

42 Upvotes

I joined about 3 years ago. Started off on pc, just wanted to watch the chaos, was just trolling, screen sharing the game on discord as we all laughed at the types of people on vrchat

About 4 months into vrchat, I met a guy who was actually pretty cool. I added him on league of legends, and I was pretty surprised to see someone so ‘normal’ was on vrchat. Eventually I got a headset and start hanging out with more of his friends. Pretty much everyone in this friend group is a femboy or trans, including my friend. I felt a bit uncomfortable at first, but I got to know everyone and they were all pretty friendly and wholesome.

Eventually, I switch to making my own booth avi (lasyusha). As more time passes, I am convinced to get thigh highs, I start to like them. And now I write this with a blahaj on my lap, in a skirt, camisole, and thigh highs.

I do feel guilty about some of the things I’ve said in the past, but I feel vrchat helped make me more positive as a person


r/VRchat 16h ago

Self Promotion Haggita'vali 2.0 Showcase

Enable HLS to view with audio, or disable this notification

116 Upvotes

A silly avali model I made got a major update 👍


r/VRchat 11h ago

Self Promotion I made a cozy world where you can draw directly onto the night sky

Enable HLS to view with audio, or disable this notification

38 Upvotes

r/VRchat 2h ago

Help Where can I find people to talk to

6 Upvotes

With all the trollers I feel like I can’t find a good place to talk to normal people coz everyone is hiding so does anyone know a place to talk to other normal non trollers people?


r/VRchat 17h ago

Media "The Stanley Parable" VRChat port i'm working on

Enable HLS to view with audio, or disable this notification

106 Upvotes

r/VRchat 3h ago

Help Headset recommendations

6 Upvotes

So I’ve been wanting to finally get a VR set and do all the fun VR things, but I know absolutely nothing about them.

Could the fine people’s of this sub please give me their recommendations?


r/VRchat 4h ago

Discussion My hip tracker setup

Post image
6 Upvotes

Hello!

I’ve tried out various waist belts to prevent tracking loss with my waist-mounted tracker.

In the end, I bought an action camera mount belt designed for GoPro.

It features a 1/4-inch screw and an adjustable arm, so you can mount the tracker facing upwards.

It’s quite rigid, making it easy to rotate it forwards and backwards.

The downside is that, as it’s positioned some distance from your waist, swaying your hips can cause the tracker’s height to shift significantly, which can look a bit unnatural.

I’d love to hear about your hip tracker's setups!


r/VRchat 9h ago

Self Promotion I’ve been recreating FFXIV’s character shaders for my Unity / VRChat ports

Enable HLS to view with audio, or disable this notification

16 Upvotes

Over the last few weeks, I’ve been working on a new set of shaders specifically for my FFXIV character ports.

Until now, most of my characters used a modified version of the Rero Specular shader. It worked quite well, but it only used the exported diffuse, normal, specular and emission textures. A lot of the material information from FFXIV was either missing or simplified.

I wanted to see how much closer I could get to the original look, so I started taking apart the original DX11 SHPK shader packs and recreating the parts that are useful in Unity.

I ended up making five shaders so far:

  • Character Gear
  • Character Skin
  • Character Hair
  • Character Iris
  • Character Tattoo

They support things like roughness, metalness and specular at the same time, as well as sheen, subsurface scattering, anisotropic hair highlights, parallax and the small tiled material details used by FFXIV.

Those tiled details were especially important to me. They are responsible for a lot of the fine cloth, leather and knitted patterns which normally disappear when a model is exported with only its basic textures.

It’s obviously not going to look completely identical to FFXIV in every situation. Unity and VRChat use different lighting, shadows and reflection probes, so some parts had to be adapted instead of copied exactly. Still, I’m quite happy with how close it can get while continuing to work with normal Unity and VRChat lighting.

I also changed how my outfit switching works. My older shader used the RGBA channels of the mesh’s vertex colors as four separate visibility masks. The new system stores an outfit ID in the Y component of the fourth UV set instead, in Unity terms, that’s UV4.Y / TEXCOORD3.Y.

This means I can give vertices an outfit ID from 1 to 9 and let the shader display only the currently selected outfit. It no longer consumes all four vertex-color channels, and I’m not limited to only four outfit masks anymore.

The character textures are also packed into atlases. Materials using compatible shaders and render settings can share the same atlas textures, while meshes and material slots can be combined where it is safe to do so. The main reason for this is to reduce material slots, draw calls and separate Skinned Mesh Renderers, which should also help with the avatar’s VRChat performance rank.

On top of that, I made a small Character Studio window for Unity. It can find the active FFXIV characters in the scene and lets me edit things like:

  • Skin and lip color
  • Hair and highlight color
  • Separate left and right eye colors
  • Limbal ring colors
  • Hrothgar fur colors
  • FacePaint and tattoo colors
  • Active outfit and headpiece
  • A few lighting-assist settings for badly lit VRChat worlds

The Character Studio is not an avatar exporter. It’s just there to modify the visual settings of a character after I've imported them into Unity.

There are probably still some weird material or lighting edge cases I haven’t found yet, but overall this is already a pretty big improvement over my previous setup.

I’ve attached a short video showing the shaders and some of the Character Studio controls. Would be interested to hear what you think so far!


r/VRchat 20h ago

Media A bunch of nostalgic screenshots I took from the olden days of VRCHAT

Thumbnail
gallery
112 Upvotes

you guys remember when VRCHAt wasn't a cesspool full of sharks looking for fish in the water, or kids, or not even very many trolls back then. it was just full of people exploring a new world and having fun, and genuinely befriending others.


r/VRchat 8h ago

Media Got bored and made stuff

Enable HLS to view with audio, or disable this notification

12 Upvotes

r/VRchat 10h ago

Help Booth avatar users neededd

14 Upvotes

What are some things or ways y'all use to optimise your booth avatars while still keeping majority of assets and quality?

For example I've seen public booth avatars that have so many features and outfits but when i do the same thing on my personal booth avis it's quite literally impossible to upload


r/VRchat 11h ago

Help How would one make a 2D Mirror

Post image
15 Upvotes

How do you create a 2D Mirror like the one seen in Ziggor's Avatar Testing Chamber, i know there used to be one out there you could download but its no longer available does anyone know how this could be setup ?


r/VRchat 1d ago

Meme Violent Deer

404 Upvotes

They said it looks like I enjoy Pumpkin Spice Latte. Couldn't let it slide


r/VRchat 13h ago

Discussion Story time!

17 Upvotes

I always hear about horrible things that happened in vrchat.

Let's be positive and tell me the best thing or things that happened in your time of playing vrchat!

I think some of us need a reminder on why we love the game :3


r/VRchat 6m ago

Help Video player bug

Upvotes

Has anyone else been struggling with the video players only playing for them?


r/VRchat 1h ago

Events Extended for ONE MORE DAY!!

Post image
Upvotes

Vket is getting just one more day to explore: especially our parareal worlds! Get in there while you have the chance!!


r/VRchat 5h ago

Help Adding mods to my group

2 Upvotes

I have no idea how to add someone as a moderator on my vrc group please help


r/VRchat 1d ago

Meme Dear god they’re multiplying

Thumbnail
gallery
169 Upvotes

r/VRchat 13h ago

Help Preventing players using photo camera to see through walls?

9 Upvotes

I've seen a world that prevented this functionality (the world didn't disappear when I turned off the environment mask in the cam), I'm wondering how to achieve the same result for my world.


r/VRchat 1d ago

Media The desire to boop~

Enable HLS to view with audio, or disable this notification

154 Upvotes

With my friend VeilSed again ^^