From e2ac14ef713a0c1b9d51695a36981affc63809fe Mon Sep 17 00:00:00 2001 From: Sinus Date: Mon, 24 Mar 2025 12:55:38 +0000 Subject: [PATCH 1/2] Update VRCSDK Patch info --- content/docs/vrchat/unity.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/content/docs/vrchat/unity.md b/content/docs/vrchat/unity.md index d2bdd1e..e870c44 100644 --- a/content/docs/vrchat/unity.md +++ b/content/docs/vrchat/unity.md @@ -59,14 +59,20 @@ exec flatpak run com.unity.UnityHub "$@" --> ## World & Avatar SDK +Build and Test doesn't work for both the Avatars and Worlds SDK out of the box. -The VRChat Worlds SDK fails to build the assetbundle and Build and Test doesn't work for either SDK. +{{% hint info %}} + +**Note**: Use LinuxVRChatSDKPatch version 0.0.4 for SDK versions 3.7.5 and below. \ +3.7.6 fixed uploading for words, Build and Test are still broken however. + +{{% /hint %}} > ⚠️ **WARNING** \ > This modifies the VRChat SDK using [Harmony](https://github.com/pardeike/Harmony) to properly work on Linux. \ > This is directly against the VRChat Terms of Service. -Patches for both the Worlds and Avatars SDK are available: https://github.com/BefuddledLabs/LinuxVRChatSDKPatch ([VCC](https://befuddledlabs.github.io/LinuxVRChatSDKPatch/)) +These patches for both the Worlds and Avatars SDK are available: https://github.com/BefuddledLabs/LinuxVRChatSDKPatch ([VCC](https://befuddledlabs.github.io/LinuxVRChatSDKPatch/)) ## Troubleshooting From 252832bfeba9a84b03e7d9119fb6170ed3d23d79 Mon Sep 17 00:00:00 2001 From: Sinus Date: Sat, 5 Apr 2025 14:25:21 +0000 Subject: [PATCH 2/2] Apply 3 suggestion(s) to 1 file(s) Co-authored-by: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> --- content/docs/vrchat/unity.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/vrchat/unity.md b/content/docs/vrchat/unity.md index e870c44..2128675 100644 --- a/content/docs/vrchat/unity.md +++ b/content/docs/vrchat/unity.md @@ -59,12 +59,12 @@ exec flatpak run com.unity.UnityHub "$@" --> ## World & Avatar SDK -Build and Test doesn't work for both the Avatars and Worlds SDK out of the box. +Out of the box, Build & Test doesn't work, for both Avatars and Worlds. Thankfully, we maintain Linux-specific patches, which you can install with ALCOM like any other VCC package. {{% hint info %}} -**Note**: Use LinuxVRChatSDKPatch version 0.0.4 for SDK versions 3.7.5 and below. \ -3.7.6 fixed uploading for words, Build and Test are still broken however. +**Note**: Try to install the latest VRCSDK and the latest LinuxVRChatSDKPatch. +But if you _must_ use VRCSDK version 3.7.5 and below, install LinuxVRChatSDKPatch version 0.0.4. {{% /hint %}} @@ -72,7 +72,7 @@ Build and Test doesn't work for both the Avatars and Worlds SDK out of the box. > This modifies the VRChat SDK using [Harmony](https://github.com/pardeike/Harmony) to properly work on Linux. \ > This is directly against the VRChat Terms of Service. -These patches for both the Worlds and Avatars SDK are available: https://github.com/BefuddledLabs/LinuxVRChatSDKPatch ([VCC](https://befuddledlabs.github.io/LinuxVRChatSDKPatch/)) +These patches for both the Worlds and Avatars SDK are available through this [LinuxVRChatSDKPatch VCC page](https://befuddledlabs.github.io/LinuxVRChatSDKPatch/), or the [source on GitHub](https://github.com/BefuddledLabs/LinuxVRChatSDKPatch) ## Troubleshooting