VRChat SDK: Difference between revisions
m (Added "VRChat build" to SDK table) |
(Proofread; expansion.) |
||
Line 1: | Line 1: | ||
VRChat is a platform that runs off of the Unity engine. Users can create and upload worlds and avatars using the VRChat SDK, by starting a project from within the [[VRChat Creator Companion]]. | {{Noticebox/official}} | ||
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 [[VRChat Creator Companion|Creator Companion]]. Projects can be made for either [[Avatars]] or [[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}}. | |||
If it's your first time using Unity, the {{VRC link|https://vcc.docs.vrchat.com/|Creator Companion}}, or the {{VRC link|https://creators.vrchat.com/sdk/|SDK}}, there are several official and community tutorials to follow, 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. | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
! | !Software | ||
!Version | !Version | ||
|- | |- | ||
|VRChat build | |VRChat build | ||
|2024.2. | |2024.2.3p1 | ||
|- | |- | ||
|Worlds SDK | |Worlds SDK | ||
Line 14: | Line 19: | ||
|3.6.1 | |3.6.1 | ||
|- | |- | ||
|VCC | |VCC | ||
|2.3.1 | |2.3.1 | ||
|- | |- | ||
|Unity | |Unity | ||
|2022.3.22f1 | |2022.3.22f1 | ||
|} | |} | ||
== Resources == | ==Resources== | ||
* [https://creators.vrchat.com/ Become a VRChat Creator] | *[https://creators.vrchat.com/ Become a VRChat Creator] | ||
* [https://docs.vrchat.com/ VRChat Docs] | *[https://docs.vrchat.com/ VRChat Docs] | ||
* [https://unity.com/releases/editor/whats-new/2022.3.22 Unity 2022.3.22] | *[https://unity.com/releases/editor/whats-new/2022.3.22 Unity 2022.3.22] |
Revision as of 01:48, 12 July 2024
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 Creator Companion. Projects can be made for either Avatars or 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 downloading it.
If it's your first time using Unity, the Creator Companion, or the SDK, there are several official and community tutorials to follow, 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 | 2024.2.3p1 |
Worlds SDK | 3.6.1 |
Avatars SDK | 3.6.1 |
VCC | 2.3.1 |
Unity | 2022.3.22f1 |