From 75ae1fe7335c21bb9c7a226746d4ef084ecc8bb8 Mon Sep 17 00:00:00 2001 From: libjared <4498312-libjared@users.noreply.gitlab.com> Date: Sun, 25 Feb 2024 00:30:36 +0000 Subject: [PATCH] unity.md: finish LCC section --- content/docs/vrchat/unity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/vrchat/unity.md b/content/docs/vrchat/unity.md index bb600b9..fe93ef7 100644 --- a/content/docs/vrchat/unity.md +++ b/content/docs/vrchat/unity.md @@ -45,7 +45,7 @@ The official VRChat Creator Companion uses Webview2 (Microsoft Edge). This compo It works by using wine to extract the necessary bits to re-embed into a native client application. While experimental, you can enjoy much easier avatar, world, and asset creation. Again, this is experimental, and we discourage you from trying this on important projects. **Remember to make frequent project backups.** Please leave any feedback about bugs or ideas on the GitHub issues tab. -To install, click the releases tab, download the zip, extract it somewhere +To install, click the releases tab, download the zip, extract it somewhere, and run `./LinuxCreatorCompanion`. **Note:** If you're using Unity Hub via flatpak, it will have trouble finding and opening Unity. For now, create this wrapper script, chmod +x it, and put it somewhere in your PATH, like `/usr/local/bin/unityhub`.