1.1.0
Features
- Custom terrace heights: control the height of each terrace.
Package changes (external)
- [Dependencies] Updated Collections to 1.5.1.
- [Breaking] Renamed
DeformationSettings
toSculptingSettings
. - [Breaking]
TerrainGenerator
's parameter list was modified to reflect the addition of custom terrace heights:public TerrainGenerator(ushort sides, float radius, float maximumHeight, float[] relativeTerraceHeights, SculptingSettings sculptingSettings, ushort depth)
- [Behavior] Ensure that sculpting outcome reaches the maximum height of the terrain.
- [Behavior] Remove artificial terraces that helped with terrain slicing. The generated terrain might look different from previous versions.
Project changes (internal)
In addition to the package (external) changes, this version contains the following internal changes:
- Renamed all references to "Deformation" with "Sculpting", including:
PerlinDeformer
toPerlinSculptor
.
- Add custom inspector for
TerrainGeneratorController
. - [Packages] Updated Collections to 1.5.1.
- [Packages] Updated Rider Editor to 3.0.26.
- [Packages] Updated URP to 12.1.13.
- Update README to reflect changes.
- Update Samples to reflect changes.
- Upgrade to Unity 2021.3.32f1.