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

4 total results found

Udon Benchmarking and performance tests

A few weeks ago I benchmarked Udon, and I decided to share the results here. So if you're curious to know how to make your U# code more performant, you can check it out here! The introduction just explains how I benchmarked Udon. In the second chapter, I ...

Udon
VRChat
Optimization

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

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