# Changelog & Upgrade Guide

### v3.0.0

* Unity 6 LTS Compatibility
* Third Party Text Support (e.g. TextMeshPro) *(via* [*Text References*](/hud-navigation-system/hud-navigation-element/text-references.md)*)*
* Circular Minimap Support
* Performance Improvements
* Editor UI Improvements
* New Example Scene
* Smaller Bugfixes & Improvements
* Updated Documentation

{% hint style="danger" %}
**Upgrading to 3.0.0 from previous versions:**\
To support additional UI text components *(such as TextMeshPro)* we had to update the system. For existing distance text elements to continue working after the update, add the [**HNSTextReference**](/hud-navigation-system/hud-navigation-element/text-references.md) component to each UI GameObject that contains a UI Text or TextMeshPro component within your UI prefabs. Check out the example UI Prefabs inside the example scenes!
{% endhint %}


---

# 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://sickscoregames.gitbook.io/hud-navigation-system/getting-started/changelog-and-upgrade-guide.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.
