VRChat SDK/ja: Difference between revisions

From VRChat Wiki
Initial
Initial
Line 3: Line 3:




<div lang="en" dir="ltr" class="mw-content-ltr">
VRChatはUnityエンジンで動作するプラットフォームです。ユーザーは[[Special:MyLanguage/VRChat Creator Companion|Creator Companion]]内でプロジェクトを開始し、VRChatソフトウェア開発キット(SDK)を使用してワールドやアバターを作成・アップロードできます。
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>
プロジェクトは、最新のUnityとSDKバージョンを使用し、Creator Companionのガイドに従って、[[Special:MyLanguage/Avatars|アバター]]または[[Special:MyLanguage/Worlds|ワールド]]のいずれかを作成できます。
 
クリエイターコンパニオンは、ウェブサイトでVRChatアカウントにログインし、{{VRC link|https://vrchat.com/home/download|ダウンロード}}することで入手できます。
 
公式VRChatソフトウェアへのアクセスやコンテンツのアップロードには、アカウントが「新規ユーザー」[[Special:MyLanguage/Trust Rank|信頼ランク]]以上である必要があります。


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

Revision as of 13:36, 28 September 2025

表示 · 編集このページは VRChat 公式情報ページです!
このページは VRCWiki チームによって査読されたのち、承認されます。 このページへの貢献方法は貢献ガイドを読んでください。


VRChatはUnityエンジンで動作するプラットフォームです。ユーザーはCreator Companion内でプロジェクトを開始し、VRChatソフトウェア開発キット(SDK)を使用してワールドやアバターを作成・アップロードできます。

プロジェクトは、最新のUnityとSDKバージョンを使用し、Creator Companionのガイドに従って、アバターまたはワールドのいずれかを作成できます。

クリエイターコンパニオンは、ウェブサイトでVRChatアカウントにログインし、ダウンロードすることで入手できます。

公式VRChatソフトウェアへのアクセスやコンテンツのアップロードには、アカウントが「新規ユーザー」信頼ランク以上である必要があります。

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

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.

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

/ja