fstxz / scene_tools

An editor plugin for Godot 4.2+ to help you with designing your levels and quick prototyping. It currently only supports asset placement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scene Tools

Scene Tools is an editor plugin for Godot 4.2+ 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).

Currently implemented features

  • 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

Installation

The plugin is available in the Asset Library.

Follow Godot documentation on how to install and enable plugins.

Warning

If you are using Godot 4.2, make sure to restart the editor after installing the plugin.

How to use

  1. After enabling the plugin, open the "Collections" tab at the bottom of the window.
  2. First, you will have to create a collection. Click "File", select "New collection", enter its name and click "Create".
  3. Save the file somewhere in your project. If you want to remove collection from the list, simply right click on it.
  4. Drag and drop your assets into empty space on the right.
  5. Select the asset you want to place from the list. Right click if you want to remove it from the collection.
  6. Select any node in the scene tree. Objects will be spawned as children of this node.
  7. 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.

License

This plugin is licensed under the MIT License.

About

An editor plugin for Godot 4.2+ to help you with designing your levels and quick prototyping. It currently only supports asset placement.

License:MIT License


Languages

Language:GDScript 100.0%