enbugger
enbugger
This tutorial has useful information but it's super hard to understand the structure of the scene and corresponding scripts attachments. I can't compose it from the snippets
I'm facing the same issue as @ewoks mentioned on Ubuntu 22.04.1, session type x11. Removal of 2.1.8 and installation of 2.2.1 didn't help
Nobody asked but here is my workaround code (very specific - modify it). It emulates sending mouse events to colliders but instead of real captured mouse ray from camera it...
I couldn't make `cast_motion` normally work with the code from Godot 3 so I replaced `DriveElement` logic with `ShapeCast3D` as it now does some parts inplace of manually coded logic....