Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

11 total results found

Avatar SDK3.0 Troubleshooting - Common Errors/Issues

My avatar is turning into an eldritch being! Help!

Unity
Blender
Avatar
VRChat
Avatar
Avatar3.0
Avatar3.0
Animations

How to Make a Menu Toggle For 3.0 Avatars

Turn on or off something using a menu toggle.

Unity
VRChat
Avatar
Avatar3.0
Animations

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 ...

VRChat
Avatar
VRChat
Gimmicks
Unity
Constraints

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...

VRChat
Optimization
VRChat
Avatar
Unity
Optimization
Unity
Avatar

Armatures, Barebones

Rigging & Armatures - Full explanation/...

This chapter explains how the armature works and behaves on its own.

Blender
Avatar
Unity
Avatar
VRChat
Avatar

Deformation, Skinning / Weighting (and Blendshapes)

Rigging & Armatures - Full explanation/...

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.

Blender
Avatar
Unity
Avatar
VRChat
Avatar

Physbone: Angle Limit Substitution for Colliders

Random Assorted Tips With Trixxed Unity Tips

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...

VRChat
Avatar
VRChat
Gimmicks
Avatar3.0
Physbones

Contacts... How Do They Work?

Random Assorted Tips With Trixxed Unity Tips

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...

VRChat
Avatar
Avatar3.0
Contacts

How I Test Weight Painting on Avatars

Random Assorted Tips With Trixxed Unity Tips

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 ...

Unity
Avatar
VRChat
Avatar

VRAM Usage A.K.A Stop Being Monsters With Your Textures

Things You Should Know About Optimization Basic Optimization

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 ...

VRChat
Avatar
Unity
Optimization
VRChat
Optimization

Draw Calls (Materials and Meshes)

Things You Should Know About Optimization Basic Optimization

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...

VRChat
Avatar
VRChat
Optimization
Unity
Optimization
Unity
Optimization