Update Avatar Info Window

Update Avatar Info Window #

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

GitHub Gistでソースコードを見る

このドキュメントは、スクリプトのコメントまたはスクリプトディレクトリ内のREADME.mdファイルから自動的に生成されています。将来、フォーマットの問題や見出しリンクが機能しない可能性があります。また、翻訳が行われていない場合があります。

依存パッケージ #

  • VRCSDK Base (Avatars or Worlds)

このツールをプロジェクトに追加する方法 #

セレクタウィンドウで「Update Avatar Info Window」を有効にします。詳細については、Basic 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.