Commit 478ffbf
Christopher - Marcel Böddecker
fix(UICanvas): ghost in layout group
The draggable helper game object the UI Canvas uses interferes with the
layout system and shows up as an empty "ghost" object when used in
conjunction with a layout group. The fix is to add a `LayoutElement` and
setting `ignoreLayout` to true so the layout system ignores that element
completely.
This fix resolves #925.1 parent cca33de commit 478ffbf
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments