VRChat SDK/es: Difference between revisions
Created page with "== Véase también ==" |
Created page with "VRChat es una plataforma que funciona con el motor de Unity. Los usuarios pueden crear y subir mundos y avatares utilizando el kit de desarrollo de software (SDK) de VRChat, iniciando un proyecto desde el Creator Companion. Los proyectos pueden estar destinados a avatares o mundos, utilizando las versiones más recientes de Unity y del SDK, con la guía del Creato..." |
||
| Line 3: | Line 3: | ||
VRChat es una plataforma que funciona con el motor de Unity. Los usuarios pueden crear y subir mundos y avatares utilizando el kit de desarrollo de software (SDK) de VRChat, iniciando un proyecto desde el [[Special:MyLanguage/VRChat Creator Companion|Creator Companion]]. | |||
VRChat | Los proyectos pueden estar destinados a [[Special:MyLanguage/Avatars|avatares]] o [[Special:MyLanguage/Worlds|mundos]], utilizando las versiones más recientes de Unity y del SDK, con la guía del Creator Companion. | ||
Puedes obtener el Creator Companion iniciando sesión en tu cuenta de VRChat en la página web y {{VRC link|https://vrchat.com/home/download|descargándolo}}. | |||
Tu cuenta debe tener al menos el [[Special:MyLanguage/Trust Rank|rango de confianza]] ''Nuevo usuario'' para acceder al software oficial de VRChat y poder subir contenido. | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
Revision as of 22:38, 30 July 2025
VRChat es una plataforma que funciona con el motor de Unity. Los usuarios pueden crear y subir mundos y avatares utilizando el kit de desarrollo de software (SDK) de VRChat, iniciando un proyecto desde el Creator Companion.
Los proyectos pueden estar destinados a avatares o mundos, utilizando las versiones más recientes de Unity y del SDK, con la guía del Creator Companion.
Puedes obtener el Creator Companion iniciando sesión en tu cuenta de VRChat en la página web y descargándolo.
Tu cuenta debe tener al menos el rango de confianza Nuevo usuario para acceder al software oficial de VRChat y poder subir contenido.
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.2 |
| Client build | 1853 |
| 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
Véase también
Referencias
/es