VRChat Wikia

We are going to use the sample room and add two very important features: Voice and Chat

Components Needed[]

  • VRC_Player Mods

Instructions[]

  1. In Unity, Select the root item that contains your entire level in the hierarchy. In this example, I named my root "Main"
  2. In the inspector, you want to add one component: (VRC_Player Mods)
  3. Under VRC_Player Mods select "Add Mod" and next to "Mods" Select "Jump" and "Add Mod" and do it again for "Voice"
  4. The default value for jump is 4 you can increase/decrease for greater/lesser jumping height
  5. The default value for "TalkDistance" is 20 you can increase/decrease for greater/lesser vrchat voice range
  6. It is preferable to have "is3dMode" checked as this means the voices will be spatial and will decrease in volume the further you are from the person speaking
  7. Lastly make sure the "isRoomPlayerMods" checkbox is checked. This ensures the mods will be used by all upon entering your world
  8. Your final VR_Player Mods component should look like this: