mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-09 18:10:25 +01:00
Add information about dealing with crashes in the Unity Editor with Nvidia graphics driver 550+
This commit is contained in:
parent
2bdd94bbc0
commit
d66f473a70
1 changed files with 13 additions and 1 deletions
|
@ -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 -->
|
Loading…
Reference in a new issue