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
- The type selector in the UI Builder does not display primitive types when trying to select one in the "Select Type…" window
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
Resolution Note (fix version 3.0.2-preview):
Merged the following PR: https://github.com/Unity-Technologies/TerrainTools/pull/511