From 2a6c3a1a8a641a4b9afd6a66aa160116fedb2f42 Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Thu, 8 Aug 2024 08:41:24 +0000 Subject: [PATCH] unity.md: Add nvidia crashfix steps for ALCOM, too --- 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 221a9d2..5be5dbb 100644 --- a/content/docs/vrchat/unity.md +++ b/content/docs/vrchat/unity.md @@ -108,12 +108,12 @@ This seems to happen consistently if the projects are stored on an EXFAT partiti ### Crashing frequently with Nvidia -On some systems running Nvidia graphis, the Unity Editor may crash frequently from common actions like importing a unitypackage, or dragging a file. +On some systems running Nvidia graphics, the Unity Editor may crash frequently from common actions like importing a unitypackage or dragging a file. -To fix this, open Unity Hub and click the `...` icon to the right of your project. Then click "Add command line arguments", and add the argument `-force-vulkan-layers`. +If you launch projects from ALCOM (v0.1.13 or newer): Open ALCOM, go to the "Default Unity Command-line Arguments" setting on the Settings page. Click "Edit", "Customize", "Reset", "+", then type in `-force-vulkan-layers` into the new box, then click "Save". -Note that this change will only work when launching from Unity Hub, and will not apply when launching from ALCOM +If you launch projects from Unity Hub: Open Unity Hub, click the `...` icon to the right of your project, then click "Add command line arguments", and add the argument `-force-vulkan-layers`. -Alternatively, downgrading the Nvidia driver to version 545 may also fix the problem +Alternatively, downgrading the Nvidia driver to version 545 may also fix the problem. \ No newline at end of file