Win10/PC using 1.7.6404 (and on previous version 1.6)
- I find that when deleting a terrain object, the associated Heightmap and Heightfield data is not deleted from SceneData/Scene/Terrain, leading to an accumulation of files there.
The following are after generating heightmaps with C# code.
-
Sporadically, after restarting Flax, the terrain appears to lose heightmap values (returning to a planar surface), but keeps the shadow map from when it did have height (sorry no replication case). This does not appear to be linked to code changes in the C# as it can happen and then not happen without any changes, but I cannot rule out that it is being caused by something associated with the code or terrain api.
-
Sporadically, after restarting Flax, some terrain patches appear displaced vertically by 1m, leaving cracks between them and adjacent patches. No replication case for this either, but same comments as above apply.
I’m posting here as opposed to Git as I can’t generate a replication process for the last two and I’m not sure if this is linked to terrain api use or not. If anyone else has seen this or can replicate it then perhaps I can make a proper bug report?