Page cover

Edit Mode

Provides specialized selection and manipulation tools for instances.

Flora provides a specialized editor context for working with instances—allowing you to select, move, rotate, and delete instances in both containers and terrain trees. This is especially useful in scenarios where instances do not have associated GameObjects.


Instance Editing Features

With the editor context active, you can use Unity’s built-in transform tools to:

  • Select individual instances (e.g. trees or container instances)

  • Move and rotate instances directly in the Scene View

  • Delete instances interactively

This functionality is available as long as:

  • Flora is enabled on the terrain, and

  • The edit context is active


Activating the Context

To activate Flora's instance editing mode:

  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

>


BRG Selection Note

Note: When using BRG, if your shaders are not properly configured for Flora, selection outlines may not appear correctly. This is because Flora's selection pass still relies on the legacy RenderMesh pipeline.

Ensure your shaders include the necessary Flora instancing macros and variants to support selection highlighting.

Last updated