mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
unity.md: add drag-and-drop workaround
This commit is contained in:
parent
75ae1fe733
commit
629a9ae18e
1 changed files with 14 additions and 0 deletions
|
@ -82,3 +82,17 @@ Unity may open undocked panel windows (such as color pickers and unitypackage im
|
|||
Some workarounds:
|
||||
- For KDE, hold the Super key and click anywhere in the window to drag it back onscreen.
|
||||
- For KDE, press ALT+F3 -> More Actions -> Move.
|
||||
|
||||
### Drag-and-drop does not work
|
||||
|
||||
Rather than using Assets -> Import New Asset or Import Package, it's normally possible to drag-and-drop a unitypackage or other asset from a file browser directly into Unity's Project pane, where it will be copied to the Assets folder.
|
||||
|
||||
However, if your file browser is running on Wayland, this will show "Failed copying file" errors.
|
||||
|
||||
See issue [flathub/com.unity.UnityHub#97](https://github.com/flathub/com.unity.UnityHub/issues/97).
|
||||
|
||||
As a workaround, launch your file browser in Xwayland mode. Unity will accept the file as it should.
|
||||
|
||||
```
|
||||
WAYLAND_DISPLAY="" dolphin
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue