VRChat SDK/fr: Difference between revisions
Translate to French |
Translate to French |
||
| Line 93: | Line 93: | ||
== Guides associés au SDK == | == Guides associés au SDK == | ||
* [[Special:MyLanguage/Guides:Common SDK issues|Guides : Problèmes courants du SDK]] | |||
* [[Special:MyLanguage/Guides:Common SDK issues|Guides: | * [[Special:MyLanguage/Guides:Udon guides|Guides : Guides Udon]] | ||
* [[Special:MyLanguage/Guides:Udon guides|Guides:Udon | * [[Special:MyLanguage/Guides:Constraint dampening|Guides : Amortissement des contraintes]] | ||
* [[Special:MyLanguage/Guides:Constraint dampening|Guides: | * [[Special:MyLanguage/Guides:How to atlas your VRChat world|Guides : Comment atlaser votre monde VRChat]] | ||
* [[Special:MyLanguage/Guides:How to atlas your VRChat world|Guides: | * [[Special:MyLanguage/Guides:How to swap out baked lightmaps|Guides : Comment remplacer les lightmaps]] | ||
* [[Special:MyLanguage/Guides:How to swap out baked lightmaps|Guides: | * [[Special:MyLanguage/Guides:Layers|Guides : Couches]] | ||
* [[Special:MyLanguage/Guides:Layers|Guides: | * [[Special:MyLanguage/Guides:Synchronization|Guides : Synchronisation]] | ||
* [[Special:MyLanguage/Guides:Synchronization|Guides: | * [[Special:MyLanguage/Guides:World constraint|Guides : Contraintes du monde]] | ||
* [[Special:MyLanguage/Guides:World constraint|Guides: | * [[Special:MyLanguage/Guides:World thumbnails|Guides : Vignettes du monde]] | ||
* [[Special:MyLanguage/Guides:World thumbnails|Guides: | |||
<span id="See_also"></span> | <span id="See_also"></span> | ||
Revision as of 20:25, 7 August 2025
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. Your account must be at the New User Trust Rank, or greater to gain access to the official VRChat software, and to upload any content.
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.2p1 |
| Client build | 1854 |
| 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.
Ressources officielles
Guides associés au SDK
- Guides : Problèmes courants du SDK
- Guides : Guides Udon
- Guides : Amortissement des contraintes
- Guides : Comment atlaser votre monde VRChat
- Guides : Comment remplacer les lightmaps
- Guides : Couches
- Guides : Synchronisation
- Guides : Contraintes du monde
- Guides : Vignettes du monde
À voir aussi
Références
/fr