From d66f473a70b93e546d6717ee9c608882116fe1d9 Mon Sep 17 00:00:00 2001 From: Adalyn Date: Thu, 1 Aug 2024 06:42:24 +0000 Subject: [PATCH] Add information about dealing with crashes in the Unity Editor with Nvidia graphics driver 550+ --- content/docs/vrchat/unity.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/docs/vrchat/unity.md b/content/docs/vrchat/unity.md index 9618447..221a9d2 100644 --- a/content/docs/vrchat/unity.md +++ b/content/docs/vrchat/unity.md @@ -104,4 +104,16 @@ A dialog may appear upon trying to build an avatar, where none of the buttons ar > > Force Quit | Try Again | Cancel -This seems to happen consistently if the projects are stored on an EXFAT partition. Consider using another filesystem, such as NTFS if you still need projects accessible under both Windows and Linux. \ No newline at end of file +This seems to happen consistently if the projects are stored on an EXFAT partition. Consider using another filesystem, such as NTFS if you still need projects accessible under both Windows and Linux. + +### 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. + +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`. + +Note that this change will only work when launching from Unity Hub, and will not apply when launching from ALCOM + +Alternatively, downgrading the Nvidia driver to version 545 may also fix the problem + + \ No newline at end of file