Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Edit Mode

Provides specialized selection and manipulation tools for instances.

Flora's editor context lets you edit container instances and terrain trees without individual GameObjects.

Available actions

  • Select instances

  • Move or rotate instances in the Scene view

  • Delete instances

Terrain editing requires Flora to be enabled for that Terrain.

Activate the context

  1. Look for the overlay toggle above the Scene View toolbar.

  2. Click the icon with three stacked dots to enable the context.

Scene View overlay toggle

If picking fails, ensure ScenePickingPass includes:

The fragment shader must return unity_SelectionID, not _SelectionID.

Last updated