Anonymous
Not logged in
English
Log in with VRChat
VRChat Wiki
Search
Export translations
From VRChat Wiki
Namespaces
More
More
Page actions
Language statistics
Message group statistics
Export
Settings
Group
Account Linking
Action Menu
Age Verification
Avatar Dynamics
Avatars
Badges
Bans
Camera
Camera Drone
Category:Worlds
Community Labs
Community:Jetski Rush
Community:LGBTQ culture in VRChat
Community:Murder 4
Community:Rexouium
Community:Sketchu Spring
Community:Terrors of Nowhere
Community:The Black Cat
Community:VR Photography Exhibitions
Controls
Expressions
Finger Tracking
Footer
Getting Started
Groups
Guides:Connection issues
Guides:How to write efficient bug reports
Holiday Event 2025
Impostors
Instances
Legal & Guidelines
Lunar New Year 2025
Lunar New Year 2026
Main Page
Menus
Merchandise
Mirrors
Portals
Public Avatars
Quick Menu
Rat
Reporting
Resources
Sidebar
Social
Template:Contentbox/Asset
Template:Delete
Template:Economy-navbox
Template:Infobox/Asset
Template:Infobox/Asset/Authors
Template:Infobox/Event
Template:Infobox/Official World
Template:Infobox/World
Template:MainPageQuickLinks
Template:MainPageTitleBox
Template:MainPageUpdates
Template:MainPageUpdates/Item
Template:MainPageVersion
Template:Noticebox/Biased
Template:Noticebox/Community
Template:Noticebox/Conflict of interest
Template:Noticebox/EditCommunityPage
Template:Noticebox/EditPage
Template:Noticebox/Guidelines translation
Template:Noticebox/non-npov
Template:Noticebox/Official
Template:Noticebox/Stub
Template:Noticebox/unreleased
Template:Noticebox/Unsupported
Template:Noticebox/Update
Template:Noticebox/wip
Template:Proofread
Template:Rat
Template:Reason
Template:Spoiler
Template:Start-navbox
Template:Templatelinks
Template:VisitorsIndicator/Inner
Trust and Safety
Trust Rank
Two-Factor Authentication (2FA)
Udon
VRC+
VRChat account
VRChat API
VRChat Home
VRChat SDK
VRCWiki:Conflicts of interest
VRCWiki:Contributor hub
VRCWiki:Disciplinary policy
VRCWiki:Guidelines
VRCWiki:How to Contribute
VRCWiki:Manual of Style
VRCWiki:Neutral point of view
VRCWiki:Notability
VRCWiki:Roles
VRCWiki:Team
Worlds
Language
de - German
en - English
es - Spanish
fr - French
it - Italian
ja - Japanese
ko - Korean
pl - Polish
pt - Portuguese
pt-br - Brazilian Portuguese
ru - Russian
zh - Chinese
zh-hans - Simplified Chinese
zh-hant - Traditional Chinese
qqq - Message documentation
Format
Export for off-line translation
Export in native format
Export in CSV format
Fetch
<languages/> <div lang="en" dir="ltr" class="mw-content-ltr"> {{Noticebox/Official}} </div> <div lang="en" dir="ltr" class="mw-content-ltr"> 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 upload any content. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> 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, 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. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> {| class="wikitable" !Software !Version |- |VRChat |{{Template:Version|live}} |- |Client build |{{Template:Version/Build|live}} |- |Worlds SDK |{{Template:Version|sdk-worlds}} |- |Avatars SDK |{{Template:Version|sdk-avatars}} |- |Creator Companion |{{Template:Version|creator-companion}} |- |Unity |{{Template:Version|unity-sdk}} |} </div> <div lang="en" dir="ltr" class="mw-content-ltr"> <!--== History == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Legacy SDKs ==== Please add information about SDK versions, older than VRCSDK 2.0 </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==== SDK 2.0 ==== Please add information about VRChat SDK 2.0! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==== SDK 3.0 ==== Please add information about SDK 3.0!--> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == World SDK == [[File:Content Creator Tools SDK.webp|thumb|The VRChat SDK can be used to create avatars, worlds, and advanced code!]] VRChat's world SDK allows for users to build, upload, and modify different environments to VRChat. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Udon === [[Special:MyLanguage/Udon|Udon]] is VRChat's C# derived programming language, used to create advanced experiences within worlds. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Avatar SDK == VRChat's avatar SDK allows for users to build, upload, and modify different avatars to VRChat. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Avatar Dynamics === [[Special:MyLanguage/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. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === PhysBones === [[Special:MyLanguage/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. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==Official resources== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> *{{VRC link|https://creators.vrchat.com/|Become a VRChat Creator}} *[https://creators.vrchat.com/sdk/ VRChat SDK] on Creator Docs *[https://creators.vrchat.com/avatars/avatar-components/ Avatar Components] on Creator Docs *[https://docs.vrchat.com/ VRChat Docs] *[https://unity.com/releases/editor/whats-new/2022.3.22 Unity 2022.3.22] </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == SDK-related guides == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> * [[Special:MyLanguage/Guides:Common SDK issues|Guides:Common SDK issues]] * [[Special:MyLanguage/Guides:Udon guides|Guides:Udon guides]] * [[Special:MyLanguage/Guides:Constraint dampening|Guides:Constraint dampening]] * [[Special:MyLanguage/Guides:How to atlas your VRChat world|Guides:How to atlas your VRChat world]] * [[Special:MyLanguage/Guides:How to swap out baked lightmaps|Guides:How to swap out baked lightmaps]] * [[Special:MyLanguage/Guides:Layers|Guides:Layers]] * [[Special:MyLanguage/Guides:Synchronization|Guides:Synchronization]] * [[Special:MyLanguage/Guides:World constraint|Guides:World constraint]] * [[Special:MyLanguage/Guides:World thumbnails|Guides:World thumbnails]] </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> * [[Special:MyLanguage/VRChat Creator Companion|VRChat Creator Companion]] * [[Special:MyLanguage/VRC Quick Launcher|VRC Quick Launcher]] * [[Special:MyLanguage/Worlds|Worlds]] * [[Special:MyLanguage/Avatars|Avatars]] * [[wikipedia:Unity_(game_engine)|Unity (game engine)]] on ''Wikipedia'' </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == References == </div> {{#translation:}}
Navigation
Navigation
Main page
Recent changes
Random page
Contributing
Contributor Hub
How to Contribute
Official Links
VRChat Website
VRChat Forums
Official Guides
Getting Started
Controls
Menus
Worlds
Avatars
Groups
Safety
Resources
Troubleshooting
FAQ
Community Content
Worlds
Avatars
Guides
Resources
Wiki tools
Wiki tools
Special pages
Page tools
Page tools
User page tools
More
Translate
Printable version