Advanced Search
Search Results
12 total results found
Avatar SDK3.0 Troubleshooting - Common Errors/Issues
My avatar is turning into an eldritch being! Help!
How to Make a Menu Toggle For 3.0 Avatars
Turn on or off something using a menu toggle.
Transform Manipulations for Dummies
Do you like math? Do you like vectors? Do you want to know how to do vector math with transforms? "But why would you even want to know this?" On avatars, we dont have the luxuries of using scripting to make cool things. So we can have to use the tools ...
Things You Should Know About Optimization
This book delves into the intricacies of optimizing content for VRChat, exploring the how and why you should optimize your content. This aims to offer comprehensive knowledge for optimization for those who are unfamiliar. While this book primarily focuses on a...
Avatar Optimization
Armatures, Barebones
This chapter explains how the armature works and behaves on its own.
Deformation, Skinning / Weighting (and Blendshapes)
This chapter covers how meshes are deformed by armatures. It also covers Blendshapes and how they work, since it's also a type of deformation.
Physbone: Angle Limit Substitution for Colliders
Learned this from this tweet by Tupper which has a video demonstrating it. You can use less physbone colliders by clever use of physbone angle limits alongside the pitch, roll, and yaw fields. This can generally be used to prevent things such as hair, skirts...
Contacts... How Do They Work?
Give headpats to the shadow creature In this semi-guide I'll explain how contacts work to my own limited understanding of them, great idea right?! I recommend reading the official documentation for contacts for a more technical look at how they function! Thi...
How I Test Weight Painting on Avatars
Typically most people (at least the people I know) often test their avatar using MMD worlds and such. This involves uploading the avatar which takes time and isn't really ideal. You could try converting an animation onto a character in Blender but that can be ...
VRAM Usage A.K.A Stop Being Monsters With Your Textures
With the most recent Developer Update post at the time of writing this, we have learned that Avatar Texture VRAM will now be accounted in the performance ranking. Below is a table of what the VRAM limits will be according to the dev post. Excellent ...
Draw Calls (Materials and Meshes)
Generally, you should keep your material count as low as possible, as every new mesh and material in a scene counts as a new draw call, a draw call is an instruction to the graphics card on what to draw and how to draw it, the more draw calls you have, the mor...