Sevord / godot_scatter_plugin

A tool to help placing lots of environment props in a scene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scene scattering tool for Godot Engine

scatter_plugin

This plugin adds tools to help placing many scene instances in an environment by "painting" over it, rather than dragging and dropping them manually from the file system dock.

It adds a new node Scatter3D.

Installation

This is a regular editor plugin. Copy the contents of addons/zylann.scatter into the same folder in your project, and activate it in your project settings.

How to use

  • Have a scene with collisions in it, for example a ground, terrain, building...
  • Add a Scatter3D node to the scene, or select one already present
  • Add scenes you wish to be able to paint into the list, and select the one you want to paint
  • Start placing them by left-clicking in the scene. You can remove them using right-click.
    • This will create scene instances as child of the Scatter3D node.

License

  • License file

About

A tool to help placing lots of environment props in a scene


Languages

Language:GDScript 100.0%