Search Issue Tracker
Fixed in 3.0.2-preview
Votes
0
Found in [Package]
3.0.1
Issue ID
1276273
Regression
No
[Terrain Tools] Toolbox Utilities: Splitting terrain with heightmap resolution 33 breaks terrain and causes error
When trying to split a terrain in which the heightmap is too small to divide itself into each individually split terrain you get gaps and artifacts in the split terrain sections.
Repro 1
1. Create a terrain with a Heightmap Resolution of 33x33
2. Split the terrain by 2x2
Repro 2
1. Create a terrain with a Heightmap Resolution of 65x65
2. Split the terrain by 4x4
Expected result: You get a split terrain with no artifacts or you get a warning that you're not able to split the terrain
Actuality: You get a split terrain with artifacts and gaps
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Outdated page opens when accessing Sprite Atlas v2 reference page
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
Resolution Note (fix version 3.0.2-preview):
Merged the following PR: https://github.com/Unity-Technologies/TerrainTools/pull/511