Storage Format Changelog

The format version is found as Terrain3DStorage.version and visible in the inspector under Storage/Version. This version is different from the plugin version, shown at the top of the inspector.

  • 0.842 - Control map changed from FORMAT_RGB to 32-bit packed integer (encoded in FORMAT_RF) #234

  • 0.841 - Colormap painted/stored as srgb and converted to linear in the shader (prev painted/stored as linear). 64dc3e4

  • 0.84 - Separated material processing from Storage as a Terrain3DMaterial resource. #224

  • 0.83 - Separated Surfaces (textures) from Storage as a Terrain3DTextureList resource. #188

  • 0.8 - Initial version

Note in plugin v0.9.1 the deprecated code to upgrade 0.8x storage versions was removed. To upgrade your Terrain3DStorage to 0.9.1+ load it in 0.8.4 or 0.9.0 and save it.