> For the complete documentation index, see [llms.txt](https://tools.continis.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.continis.io/subassets-toolbox/changelog.md).

# Changelog

## 1.1.0 - Patch References and Addressable Assets

* When creating or removing a sub-asset, SubAssets Toolbox can now [patch references](/subassets-toolbox/editor-workflows/patch-references.md) to it for you. All references to the "disappearing" asset will be patched to point to the newly created one. This prevents broken references when moving assets around.
  * This behaviour is optional, and can be controlled in Project Settings.
  * You can control the list of file formats that gets scanned and patched in Project Settings.
* Sub-assets can now be renamed, either via right-clicking or by pressing the shortcut for renaming files (F2 or Enter, depending on the platform).
* SubAssets Toolbox is compatible with Addressable Assets. When relocating sub-assets, the tool will create or remove entries from the AA Groups to account for the new or removed assets.
* Fixed a warning due to an obsolete API in Unity 6.3.
* Raised minimum supported version to Unity 2022.3.

### 1.0.5

(08/09/25)

* Hotfix: Corrected a misspell in a compilation directive that was meant to target Unity 6 and newer.

### 1.0.4

(07/09/25)

* When un-parenting a sub-asset by drag and drop, SubAssets Toolbox now attempts to assign the correct extension to the newly created file (versus before, where all assets would end up with .asset). If it can't guess the extension from the type, it warns the user in the Console.
* Fixed an issue that would happen when right-click > creating a Material while a Shader was selected. The Material is now correctly created outside the Shader file, and will use the selected Shader as its shader (default behaviour).

### 1.0.3

(26/05/25)

* Fixed an issue where an error was printed to the console when creating Prefabs or Prefab Variants.

### 1.0.2

(15/03/25)

* Added checks to prevent adding Sub-Asset of illegal types (.cs, .prefab, .meta).
* Added check to prevent adding a Sub-Asset to a script.
* Improved error messages.

### 1.0.1

(18/07/24)

* Fixed issue with GUIDs clashing
* Fixed Welcome window not appearing

## 1.0.0 - First release

(10/07/24)

* Drag assets on top of others to make them sub-assets.
* Remove sub-assets by dragging them away, to turn them into independent assets.
* Drag and drop supports multi-selection (also of a mix of assets and sub-assets).
* Ctrl+Delete shortcut to delete a sub-asset.
* Right-click > Delete Sub-Asset(s) on a selection of sub-assets to delete them.
* Right-click > Create menu while an asset is selected, the newly-created asset is immediately added as a sub-asset.
* ISubAssetAware interface
* SubAssetAwareSO sample class, with custom inspector
* Welcome window


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://tools.continis.io/subassets-toolbox/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.
