Powerful and highly customizable script for Godot 4 that implements 3D drag and drop mechanics

drag-and-drop gdscript godot godot-3d godot4 module script utility
2 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub
Game Development Godot Engine Scripts

AI Summary: Fix a bug in a Godot 4 3D drag-and-drop script where raycasting during dragging causes unintended jam handling activation when an object is obstructed. The solution involves modifying the script to use the drag object's position instead of raycasting for distance calculations, while potentially preserving the unintended 'hand reach' limitation as a feature.

Complexity: 3/5
bug help wanted good first issue

Powerful and highly customizable script for Godot 4 that implements 3D drag and drop mechanics

GDScript
#drag-and-drop#gdscript#godot#godot-3d#godot4#module#script#utility
Game Development Godot Engine Scripts
Add rotation 3 months ago

AI Summary: Enhance the existing Godot 3D drag-and-drop script to include 3D object rotation functionality. This involves adding a new rotation action (with toggle/hold mode options), triggered by a separate key press, allowing users to rotate the dragged object using mouse movements. The feature should be configurable on/off.

Complexity: 3/5
enhancement help wanted

Powerful and highly customizable script for Godot 4 that implements 3D drag and drop mechanics

GDScript
#drag-and-drop#gdscript#godot#godot-3d#godot4#module#script#utility