Version: Unity 6 Preview (6000.0)
Language : English
Trees
Tree Editor concepts

Create trees with Tree Editor

Switch to Scripting

Use Tree Editor to design trees directly within the Unity Editor. You can create trees from scratch, or by duplicating existing trees. You can also create a tree or leaves from imported meshes.

For most uses, the SpeedTree Modeler replaces the Tree Editor. For backward compatibility with content created before SpeedTree was introduced, use Tree Editor.

Tree Editor works only with the Built-In Render PipelineA series of operations that take the contents of a Scene, and displays them on a screen. Unity lets you choose from pre-built render pipelines, or write your own. More info
See in Glossary
. For the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP), import from SpeedTree.

Topic Description
Tree Editor concepts Learn about the basic concepts of trees.
Shaders and the Ambient-Occlusion folder Which shadersA program that runs on the GPU. More info
See in Glossary
to use, and where to save your tree assets.
Design a tree Design a tree using the Tree Editor. Add materials, collidersAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary
, and wind.
Create trees and leaves from meshes Create a tree or leaves from an imported meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary
.
Performance tips for trees Improve the performance of your trees.
Tree Hierarchy view UI reference UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
See in Glossary
reference for the Tree Hierarchy view.
Root node reference Properties of the tree root node.
Branch group reference Properties of tree branches and fronds.
Leaf group reference Properties of tree leaves.

Additional resources

Trees
Tree Editor concepts