# Changelog

**\[23 December 2024] Version 2.0 - UE5.4+**

* Huge overhaul for the whole Landscape Material Tool!
* [See the full changelog here!](https://docs.shadersource.io/assets-and-plugins/landscape-material-tool/changelog/changelog-v2.0)

**\[25 April 2024] Version 1.2b - UE5.4+**

* Fixed bug that caused compile errors with missing include files
* Removed deprecated classes
* Renamed some classes to bring them into line with SHADERSOURCE naming conventions
* Added Enable Tessellation toggle

**\[10 April 2024] Version 1.2a - UE5.3+**

* Fixed up class names to bring them in line with new SHADERSOURCE naming conventions

**\[10 April 2024]: Version 1.1b - UE5.1-UE5.3**

* Fixed up some SHADERSOURCE branding in the tool
* Added to the new SHADERSOURCE menu

**\[06 March 2024]: Version 1.2 - UE 5.3+**

* Added Support for [Nanite Displacement on Landscapes](https://docs.shadersource.io/assets-and-plugins/landscape-material-tool/how-to-use-legacy-4.26-5.3/setup-and-using-nanite-displacement)
* Added Documentation Button
* Added Marketplace Button

**Version 1.1a - UE 5.1+**

* Minor hotfix to fix undo not working on many features across the tool

**Version 1.1 - UE 5.1-5.3**

* Fixed crash on material compile
* Updated triplanar mapping with correct normal solution

**Version 1.0 - Versions 4.26+**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shadersource.io/assets-and-plugins/landscape-material-tool/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
