Drag&Drop Nodes to Scene

This is a plugin that let you drag nodes from a panel to your current edited scene.

Download

You can download it from:

AssetLib release is pending approval.

How it works

To generate the list the plugin just retrieves the whole class list from ClassDB, filters it a little and add the results into a Tree node. I made it a Tree just in case search functionality is added.

The drop stuff just adds the node to the current edited scene and then moves it.

1 Like

Can you create your own list? Or even add your own scenes to it?

1 Like

No, but this is a very good idea

Here, opened an issue to track this feature

1 Like