Settings
The Settings UI
window can be opened via the gears icon
in the top left corner of a material. Or using the menu item of the top bar Thry -> Shader UI -> Settings
.
Localization
Changes the language of the UI. If a shader supports localization its language will be changed too.
The languages are loaded from thry_editor_locale.csv
. If you would like to contribute you can edit the file and create a pull request on GitHub.
Auto Set Anchor
Skinned Mesh Renderers have one position where they sample the light from. This is called the Anchor.
By default the Anchor is the root of the GameObject. This can cause the lighting of different parts of the model to look different even if they use the same settings, because they sample the light from different positions.
To prevent this, you can set the Anchor Override
on all skinned mesh renderers to the same position. A recommended position is the center of the model, e.g. the Chest
bone.
Auto Set Anchor will automatically fill empty Anchor Overrides of Skinned Mesh Renderers on Avatar upload.
Auto Set Anchor
: Enable / Disable the feature.Human Bone Anchor
: The bone to use as anchor. This is only works if the model is a humanoid.Object Anchor Name
: The name of the object that is created as anchor.
Add On Modules
Add-ons are modules that can be added to the shader UI to add additional features.
They can be downloaded / removed via the Settings UI
.
Each module has
- A checkbox to install / uninstall the module.
- A description of the module.
- The installed versiom.
- The latest version.
- The url source of the module.
Avatar Evaluator (VRAM)
This module adds Thry's Avatar Tools (Github) to your project. It allows you to evaluate the VRAM usage of your avatar and find the culprits. Furthermore is you can get metrics for the following properties:
- Grabpasses
- Blendshapes
- Any State transition counting
- Write default check
- Empty animator states check
Account Switcher
Quick switching between VRChat accounts in unity. Does not support 2FA.
Discord Rich Presence
Adds a rich presence for unity to your discord status.