Merge branch 'tomblackaz-main-patch-27743' into 'main'

Add information about dealing with crashes in the Unity Editor with Nvidia graphics driver 550+

See merge request lvra/lvra.gitlab.io!33
This commit is contained in:
hypevhs 2024-08-01 09:10:17 +00:00
commit 6e668e8906

View file

@ -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.
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
<!-- This fix is mentioned in https://discussions.unity.com/t/unity-editor-crashes-frequently-on-linux-vulkan-after-updating-gpu-drivers/941387/10, and appears to be a new issue as of driver version 550 -->