unity.md: mention vrc-get AUR, add LinuxCreatorCompanion

This commit is contained in:
libjared 2024-02-03 21:56:07 +00:00
parent 99f638f355
commit d114c3abae

View file

@ -14,6 +14,7 @@ First, take a look at this page from [the official VRChat docs](https://creators
1. Install Unity Hub from Flatpak.
1. Install the 3rd party VRChat package manager [`vrc-get`](https://github.com/anatawa12/vrc-get).
- **NOTE**: while the version you can install via `cargo` works fine, it is actually out of date, so a better option would be to build from source and add the executable to your `$PATH`.
- An AUR repo is also available here: [`vrc-get` AUR](https://aur.archlinux.org/packages/vrc-get).
1. Open Unity Hub and sign in with your Unity account.
1. Install **2022.3.6f1** (the current supported Unity version, at the time of writing) by running `xdg-open unityhub://2022.3.6f1/b9e6e7e9fa2d`.
1. When prompted, select *Android Build Support* and *Windows Build Support (Mono)*.
@ -65,4 +66,14 @@ EOF
## Using VCC instead?
The official VRChat Creator Companion uses Webview2 (Microsoft Edge). This component is difficult to install. Help wanted.
If you prefer GUIs, it is now possible to use VRChat Creator Companion (VCC) on Linux.
The official VRChat Creator Companion uses Webview2 (Microsoft Edge). This component is difficult to install, and doesn't run natively Instead, you can use LinuxCreatorCompanion.
[GitHub repo for LinuxCreatorCompanion](https://github.com/RinLovesYou/LinuxCreatorCompanion)
It works by using wine to extract the necessary bits to re-embed into a native client application.
Build and installation instructions are in the README.
While experimental, you can enjoy much easier avatar, world, and asset creation in this utility, should everything operate as expected. 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.