VRChat SDK/pt-br: Difference between revisions

From VRChat Wiki
AcarajéNordestino (talk | contribs)
Created page with "{{Noticebox/Official}}"
AcarajéNordestino (talk | contribs)
Created page with "O VRChat é uma plataforma que funciona com o mecanismo Unity. Os usuários podem criar e carregar mundos e avatares usando o kit de desenvolvimento de software (SDK) do VRChat, iniciando um projeto no Creator Companion. Os projetos podem ser feitos para Avatares ouMundos usando as versões mais recentes do Unity e do SDK, orientados pelo Creator Companion entrand..."
Line 3: Line 3:




<div lang="en" dir="ltr" class="mw-content-ltr">
O VRChat é uma plataforma que funciona com o mecanismo Unity. Os usuários podem criar e carregar mundos e avatares usando o kit de desenvolvimento de software (SDK) do VRChat, iniciando um projeto no [[Special:MyLanguage/VRChat Creator Companion|Creator Companion]]. Os projetos podem ser feitos para [[Special:MyLanguage/Avatars|Avatares]] ou[[Special:MyLanguage/Worlds|Mundos]] usando as versões mais recentes do Unity e do SDK, orientados pelo Creator Companion entrando em sua conta do VRChat no site e {{VRC link|https://vrchat.com/home/download|fazer o download}}. Sua conta deve estar no nível de confiança ''Novo Usuário'' ou superior para obter acesso ao software oficial do VRChat e fazer upload de qualquer conteúdo.
VRChat is a platform that runs off of the Unity engine. Users can create and upload worlds and avatars using the VRChat Software Development Kit (SDK), by starting a project from within the [[Special:MyLanguage/VRChat Creator Companion|Creator Companion]]. Projects can be made for either [[Special:MyLanguage/Avatars|Avatars]] or [[Special:MyLanguage/Worlds|Worlds]] using the latest Unity and SDK versions, guided by the Creator Companion. You can acquire the Creator Companion by signing into your VRChat account on the website, and {{VRC link|https://vrchat.com/home/download|downloading it}}. Your account must be at the ''New User'' [[Special:MyLanguage/Trust Rank|Trust Rank]], or greater to gain access to the official VRChat software, and to upload any content.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 16:08, 6 August 2025

V · EEsta é uma página oficial de informações do VRChat!
Ela é revisada e aprovada pela Equipe do VRCWiki. Saiba como contribuir para esta página lendo o Hub de Contribuição.


O VRChat é uma plataforma que funciona com o mecanismo Unity. Os usuários podem criar e carregar mundos e avatares usando o kit de desenvolvimento de software (SDK) do VRChat, iniciando um projeto no Creator Companion. Os projetos podem ser feitos para Avatares ouMundos usando as versões mais recentes do Unity e do SDK, orientados pelo Creator Companion entrando em sua conta do VRChat no site e fazer o download. Sua conta deve estar no nível de confiança Novo Usuário ou superior para obter acesso ao software oficial do VRChat e fazer upload de qualquer conteúdo.

If it's your first time using Unity, the Creator Companion, or the SDK, there are several official and community tutorials to follow, which aid the process on creating and uploading the content that you want. Using the Creator Companion will install Unity, as well as install and update the required World or Avatar SDKs.

Software Version
VRChat build 2026.2.2p2
Client build 1855
Worlds SDK 3.10.3
Avatars SDK 3.10.3
VCC 2.4.5
Unity 2022.3.22f1

World SDK

VRChat's world SDK allows for users to build, upload, and modify different environments to VRChat.

Udon

Udon is VRChat's C# derived programming language, used to create advanced experiences within worlds.

Avatar SDK

VRChat's avatar SDK allows for users to build, upload, and modify different avatars to VRChat.

Avatar Dynamics

Avatar Dynamics, also called Interactions, are advanced features on an avatar, that can allow for a user to interact with their own avatar, or interact with other user's avatars.

PhysBones

PhysBones are an avatar SDK component that allows for fluid and advanced movement on an avatar's skeletal system, allowing physics to be applied to avatar characteristics.

Official resources

SDK-related guides

See also

References

/pt-br