Update Avatar Info Window

Update Avatar Info Window #

A simple Unity Editor window for viewing and updating VRChat avatar information without re-uploading

View Source Code on GitHub Gist

This documentation is automatically generated from the comment of the script, or README.md file in the script directory. You might see some formatting issues and heading links might not work in the future.

Dependency Packages #

  • VRCSDK Base (Avatars or Worlds)

How to add this tool to your project #

Enable ‘Update Avatar Info Window’ in the selector window. Please refer Basic Usage page for more details.

Description and Usage #

A simple Unity Editor window for viewing and updating VRChat avatar information without re-uploading.

This tool allows you to update avatar information (name, description, visibility, styles,
content warnings, and tags) directly from the Unity Editor without uploading the avatar again.
You must be logged in via the VRChat SDK Control Panel before using this window.
Select an avatar from the dropdown to load its current information, edit the fields,
and click “Save Changes” to apply the updates to the VRChat backend.

Click Tools/anatawa12 gists/UpdateAvatarInfoWindow to open this window.