Firstborn/Library/PackageCache/com.unity.terrain-tools@4.0.3/Documentation~/upgrade-guide.md
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

15 lines
678 B
Markdown

# Upgrade Terrain Tools from 3.0.2 to 4.0.0
In the Terrain Tools package, some features work differently between versions. This document helps you upgrade Terrain Tools from 3.0.2 to 4.0.0.
## Experimental API upgrade
From 4.0.0, Terrain APIs are no longer experimental. The namespaces were changed to reflect this.
| Old namespace | New namespace |
| ----------------------------------- | ---------------------- |
| UnityEditor.Experimental.TerrainAPI | UnityEditor.TerrainAPI |
| UnityEngine.Experimental.TerrainAPI | UnityEngine.TerrainAPI |
## API scope
A portion of the Terrain Tools API access modifiers were changed from public to internal.