AnidemDex / Godot-DragNDropNodes

Drag and drop nodes to your scene
MIT License
5 stars 3 forks source link

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

  1. Download this repository as ZIP
  2. Extract the folder under your res://addons folder
  3. Go to Project->ProjectSettings->Plugins and enable Drag Nodes to Scene
  4. (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

if there is any bugs or problems please add it in the Issues section

AssetLib

Pending

Contributors