Search Issue Tracker
By Design
Votes
0
Found in
2020.1.0a8
Issue ID
1194810
Regression
No
Terrain geometry detail is permanently lost when switching to lower heightmap resolution
Steps to reproduce:
1. Download and open the attached TerrainHeightmapBug project
2. Select the Terrain game object
3. Go to Settings and set Heightmap Resolution to anything lower than 4097x4097
4. Notice the reduction in detail (this is intended)
5. Now switch back to the original Heightmap Resolution of 4097x4097
6. Notice that the terrain geometry detail is permanently lost
Notes:
- This issue is fixed by re-importing terrain heightmap again
- Tested in Unity 2020.1.0a8 on a Windows machine
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
- Crashes in the wild on Vulkan in CreateDepthSurfaceImpl
- Position and rotation of a GameObject with Rigidbody reset when it is enabled and moved in the same Update call and the frame rate is low
- “Ignoring depth surface store action as it is memoryless” warnings thrown when Capturing new Snapshot while in Play Mode
- Certain textures are not loaded when using the "Load texture data on demand" feature
- [Android][OpenGL] The 2DLight is disproportionately bright on some Android devices when OpenGLES3 is used
Resolution Note:
Unfortunately that is a limitation of the existing Terrain system.
We are working on the new DOTS based Terrain rendering system, which separates the edit-time representation from the run-time representation, and so doesn't suffer from this problem.
We don't intend to fix this in the existing Terrain system though.