Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.81 KB

TUTORIAL_ROOT.md

File metadata and controls

36 lines (19 loc) · 1.81 KB

Spatial Gardener Tutorial


Plugin usage tutorial

Welcome to the Spatial Gardener tutorial for Godot, a plugin for painting plants and props in your levels.

I will teach you how to add a Gardener to your scene; how to setup up a plant mesh and configure its placement settings; how to paint, erase and update your plants; and what kind of optimizations this plugin uses.

You'll be using this playground scene as a testing ground:

t_pt1_001_godot_older_download

By the end of this tutorial you’ll be able to create a diverse environment like this one.

t_pt1_002_plugin_demo_download

But first, about this plugin. It’s used for painting any kind of props or foliage with even distribution on arbitrary surfaces. It's mostly meant for single player games and works best with finite medium-sized levels. Its relatively stable on Windows, but needs additional testing on other platforms. I encourage you to share your own experience in Issues or on my Discord.

There's two parts to this:

  1. Quick-start tutorial
  2. In-depth look at all the properties

Note: some images might be taken from different versions of this plugin, but information itself is relevant to the most recent stable version.


Scene converter tutorial

At some point, specification for storing scenes might change; in that case you might want convert your scenes to a newer format.

Here's how: