Skip to content

zinntikumugai/VRCQuestTools

 
 

Repository files navigation

VRCQuestTools

Unity editor extension to support uploading VRChat avatars for Oculus Quest. Compatible for both of VRCSDK2 and 3.

Booth

VRCQuestTools

Usage

Download the latest .unitypackage from the release page or Booth. Then import it to your avatar project.

Select your avatar from a scene, then use VRCQuestTools menu item from the menu bar.

Features

Convert Avatar for Quest

Convert a PC avatar to be ready to upload for Quest by automating below operations.

⚠ In many cases, the converted avatar would have Very Poor performance rank due to Quest Limits.

  • Duplicate the avatar and its materials.
  • Change to "VRChat/Mobile/Toon Lit" shader.
  • Generate new textures which applies color and emission of original materials.
  • Remove prohibited components such as Dynamic Bone.

VRCQuestTools doesn't make any changes to the original avatar, so you can use the tool for an existing project as is.

Remove Missing Components

Remove "Missing" components from a GameObject and its descendants. You will often need to use this when Dynamic Bone asset is missing in your project.

Tools/Remove Unsupported Components

Remove prohibited components such as Dynamic Bone.

Tools/BlendShapes Copy

Copy BlendShape (Shape key) weights from a Skinned Mesh Renderer to another Skinned Mesh Renderer. You will often use when PC version and Quest version use different models and need to have same BlendShape weights.

Auto Remove Vertex Colors

Automatically remove vertex colors from scene's avatars. By using this, this would fix an issue where main textures are not correctly applied in some avatars.

VertexColorRemover

Unity Settings for Quest

Enable useful settings of Unity.

License

The MIT License.

About

Unity editor extension to support uploading VRChat avatars for Oculus Quest

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 100.0%