# Changelog

## \[1.2.15]

* Fixed Obsolete warnings in 6000.3

## \[1.2.14]

* Changed CenteredMessage GUIStyle

## \[1.2.13]

* Minor Utility changes
* Changed unselected tags to grey

## \[1.2.12]

* Added nullchecks for procedurally generated meshes
* Fixed colorscheme for prefabs with no meshes

## \[1.2.11]

* Fixed warnings in Unity2023

## \[1.2.10]

* Minor refactor

## \[1.2.9]

* Trivial changes

## \[1.2.8]

* Now able to load icons outside packages

## \[1.2.7]

* Fixed 'out of range' issue when having not selection in grid

## \[1.2.6]

* Improved integration with Asset Store (Right click + inspector)
* Removed menuitem meant only for production
* Moved menuitem for SmartReplacer inside SmartBuilder item

## \[1.2.5]

* Improved loading of icons

## \[1.2.4]

* Fixed issue with Upgrader being Editor Only

## \[1.2.3]

* Fixed issue with DragDrop registering wrong asset

## \[1.2.2]

* Moved to UPM Package format

## \[1.2.1]

* Changed default shortcuts

## \[1.2.0]

* \[Feature] Customizable previews
* Improved preferences system

## \[1.1.3]

* \[Feature] Added custom asset preview

## \[1.1.2]

* Fixed issue with non-instance selection
* Fixed issue with shortcuts now being shown

## \[1.1.1]

* Added a null check for config after recompile

## \[1.1.0]

* \[Feature] New Advanced Prefab Replace Window

## \[1.0.4]

* Improved asset replacement to retain any scene references
* Fixed faulty link

## \[1.0.3]

* Added Favorites to right click menu
* Added "Select in SmartBuilder" to right click menu
* Added Favorites to inspector area
* Changed vector3 to cubic size in inspector area
* Fixed refresh issue when changing search params

## \[1.0.2]

* Favorites and History are now project specific
* Now usuable in unity 2019.x (Minimum supported version still 2020)
* Exposed search algorithm parameters
* Allowing more modular reset of setting groups

## \[1.0.1]

* Update to documentation

## \[1.0.0]

* Initial release of SmartBuilder


---

# 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://kristianhj.gitbook.io/smartbuilder/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.
