Godot - Drag&Drop Nodes to Scene
This plugin let you drag nodes from a panel in left dock to your current edited scene tree.
.
How to install
Manual install
- Download this repository as ZIP
- Extract the folder under your
res://addons
folder
- Go to
Project->ProjectSettings->Plugins
and enable Drag Nodes to Scene
- (make sure there is a folder named "Godot-DragNDropNodes-main" under the addons folder then put the files inside it ,
cuz if you put them directly into addons folder it wont show up in the plugins menu (any folder name will do )
Git install
If you're using git in your project, you can install this plugin as submodule:
$ git submodule add https://github.com/AnidemDex/Godot-DragNDropNodes addons/anidemdex.dragndrop_nodes
update log
- Devided the node list into 4 sections 2D,3D,Misc,All
- Added a full functional search bar with a Clear button
- fixed issue where u're not allowed to add the same node twice
- fixed issue where the catagory names where listed as nodes
- changed single click into a double click
-
the drag n drop was enhanced but not finished yet so its still under development
if there is any bugs or problems please add it in the Issues section
AssetLib
Pending
Contributors
- AnidemDex (@AnidemDex)
- whoKarez (@0whokarez0)
- deadBunny (@ideadBunny)