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
- [sw-unity-6-1] UI Toolkit Debugger's "Pick Element" functionality does not work when hovering on any Editor panel except the Game view
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
Resolution Note (fix version 3.0.2-preview):
Merged the following PR: https://github.com/Unity-Technologies/TerrainTools/pull/511