Scene Tools is an editor plugin for Godot 4.3+ to help you with editing your 3D levels and quick prototyping. It currently only supports asset placement.
The plugin supports any PackedScene files (.tscn, .gltf, .blend, etc).
- Asset placement
- Snapping support
- Align to surface
- Multiple assets selection (by holding Ctrl or Shift). When placing, random asset will be picked from the selection
- Scale, rotation randomization
- Area fill
The plugin is available in the Asset Library.
Follow Godot documentation on how to install and enable plugins.
Note
These instructions are for v0.9.0. If you downloaded v0.8.x, read the instructions on the asset library page.
- Select your asset in the filesystem dock.
- Select any node in the scene tree. Objects will be spawned as children of this node.
- Click "Scene Tools" button at the top (below 2D, 3D, etc) to open side panel. Plugin will be active only when the panel is visible.
You should now be able to place the asset.
This plugin is licensed under the MIT License.