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

6 total results found

Post Processing and You

Post-processing is an arcane topic if you've never dealt with it before. And with changing standards, and years of various games and applications having different definitions for "post-processing", the term can be pretty confusing. This guide will explain what...

Unity
World
Unity
Lighting
Unity
Optimization
Unity

Light Baking and You

Lighting in Unity is a complicated topic. It's also very slow. It can feel like a ton of trial and error. To remove some of that trial and error, this book summarizes a lot of important information that's good to know about light baking. This is based on my...

Unity
Lightmapping
Workflow
Unity
Optimization

Maebbie's precise Solutions

An assortment of specialized guides for unique problems within VR, Unity & Blender.

Unity
Optimization
Blender
Optimization
Workflow

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