unity.md: Add nvidia crashfix steps for ALCOM, too

This commit is contained in:
hypevhs 2024-08-08 08:41:24 +00:00
parent 1382cf546b
commit 2a6c3a1a8a

View file

@ -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.
<!-- 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 -->