# Version History

{% hint style="info" %}
We follow the **Major.Minor.Patch** versioning format:

* **Major**: Significant changes (e.g., switching from IMGUI to UI Toolkit)
* **Minor**: Feature updates and improvements.
* **Patch**: Bug fixes and small tweaks.

If a version includes an extra letter (e.g., `1.2.0a`), it usually means the change is minor enough that most users won’t notice it.
{% endhint %}

{% hint style="info" %}
Dates shown here may occasionally be off by a day due to time zone differences between Unity and me.&#x20;
{% endhint %}

### <mark style="color:yellow;">v3.2.0b</mark> (01/04/2026)

* UI Visual Fix in Unity 6: The Auto Refresh button wasn't getting cropped correctly when the inspector's width was shortened.

Thanks, Julian Oberbeck, for noticing.

### <mark style="color:yellow;">v3.2.0a</mark> (20/12/2025)

* Fixed a bug with Size Gizmo not resetting the Handles Matrix.&#x20;

*<mark style="color:yellow;">Thanks, frank hadder for noticing and providing a fix.</mark>*

### <mark style="color:yellow;">v3.1.0</mark> (7/09/2025)

* Added a toggle and information about switching the Settings File location.

### <mark style="color:yellow;">v3.0.4a</mark> *(04/09/2025)*

* Minor changes.

### <mark style="color:yellow;">v3.0.4</mark> *(04/09/2025)*

* Settings are now saved per user (in the User Settings folder), so they no longer appear as project changes in Git. The exception is Prefab Notes. They are still in project settings, so they are tracked using git by default
* Added support for Unity 2021.

### <mark style="color:yellow;">v3.0.3</mark> *(04/09/2025)*

* Fixed a bug with custom colors not being applied when multiple inspectors are open.
* Fixed a bug with settings not being modifiable correctly in certain conditions when multiple copies of the inspector are open.&#x20;

*<mark style="color:yellow;">I would like to thank Josh for his continuous help with finding issues and helpful suggestions to improve the asset.</mark>*

### <mark style="color:yellow;">v3.0.2</mark>  *(20/08/2025)*

* Improved Note settings flow to visually indicate when requirement options are disabled.

### <mark style="color:yellow;">v3.0.1b</mark>  *(19/07/2025)*

* Bugfix: Fixed a null reference exception when the size foldout and copy-paste-reset buttons are hidden.

### <mark style="color:yellow;">v3.0.1a</mark>  *(18/07/2025)*

* Fixed a null reference exception when the size information is completely hidden.
* Fixed a bug where, despite the size being hidden, it wasn't ignoring the bindings.
* Fixed typo.

### <mark style="color:yellow;">v3.0.1</mark>  *(18/07/2025)*

* Added a toggle to turn on/off auto refreshing size.
* Performance improvement to parent/child transform inspectors when a significant number of them are opened.
* Performance improvement in certain scenarios when working with the local workspace.
* Added some warning labels for some special scenarios.
* Improved tool-tips.
* Minor UI style improvements.
* Minor bug-fix.

### <mark style="color:yellow;">v3.0.0a</mark> *(04/07/2025)*

* Fixed a typo in the settings folder.
* The Parent foldout is now shown below the Size foldout again, as in earlier versions.

## *<mark style="color:yellow;">v3.0.0</mark> (31/06/2025)*

Just like before, this is a free major upgrade.&#x20;

{% hint style="danger" %} <mark style="color:$primary;">Please remove the previous version before updating to this one.</mark>
{% endhint %}

* Added a tint to the inspector when World Space is selected, similar to the Play Mode tint. This tint can be customized or disabled.
* Foldout styles can now be modified.
* **Notes functionality can now be deleted by removing the Better Notes folder.**
* Notes can now be shown in the Scene view even when the object is not selected.
* Notes visibility can now be toggled even when Gizmos are off.
* Expanded customization options for notes.
* Notes can now be edited using a small pop-up window. This is to avoid new note options from cluttering the Better Inspector window.
* Note settings are now separated from Better Transform settings.
* The note settings window now shows a list of all notes in the scene and in prefabs.
* Added support for quaternion group copies.
* The size gizmo outline colors can now be modified for each axis.
* The size gizmo label colors can now be modified for each axis.
* The size gizmo label background colors can now be modified for each axis.
* Label positions are more flexible.
* Label text customization improved.
* Size Gizmo Outline thickness is now adjustable.
* Size Gizmo visibility can now be toggled even when Gizmos are off.
* Size Gizmo Label and Outline can now be toggled separately.
* Added Select button to parent/child inspectors.
* Moved the Ping button for better layout.
* Further simplified the underlying UXML structure.
* Improved logic for Group Copy / Paste / Reset.
* General performance improvements.
* General UX improvements.

### *<mark style="color:yellow;">v2.11.0</mark> (17/06/2025)*

* Important size settings are now editable via the context menu. This will help ease of use when the size foldout is hidden.
* Improved phrasing on some texts related to size.
* Scales are now saved as a scriptable singleton. This will fix a bug where scales were sometimes accidentally reset to default values after an update. But, unfortunately, this change will cause them to reset one last time.

### *<mark style="color:yellow;">v2.10.0a</mark> (15/06/2025)*

* Minor bugfix with Scales Settings file creation.

### *<mark style="color:yellow;">v2.10.0</mark> (15/06/2025)*

* Foldout animations can be completely turned off now, and the animation has been toned down.
* Notes in the scene view using the gizmo have been updated.
* Each note can now be individually turned on/off in the scene view.
* Cleaned up tooltip phrasing.
* Why the size is hidden label can now be turned off now.
* Removed some icon files.
* Minor bugfix.

### *<mark style="color:yellow;">v2.9.0</mark> (21/05/2025)*&#x20;

* Notes can be shown in the scene now.
* Why the size foldout is hidden label can be disabled now.
* Hiding the size center now hides its label too, as it is expected.

### *<mark style="color:yellow;">v2.8.0</mark> (10/03/2025)*&#x20;

* Added the ability to show both local and world space transforms together by using the menu.
* Added a toggle in settings to ignore particle system and visual effects for size calculation.

### *<mark style="color:yellow;">v2.6.1a</mark> (15/02/2025)*&#x20;

* Updated mesh filter-based size calculation algorithm.
* Removed an unnecessary label showing up in certain use cases.
* Minor style adjustments.

### *<mark style="color:yellow;">v2.6.1</mark> (16/01/2025)*

* In certain cases like for empty gameobjects, the size foldout is hidden because it has no size. This can be confusing for new users sometimes. Added a small explanation label in the inspector to clearly communicate the reason. Hovering the label will increase its size and clarity but other times it is kept small to avoid cluttering the inspector. Any feedback about it is welcome.
* Self-size and hierarchy size can also be switched from the context menu now.&#x20;

### *<mark style="color:yellow;">v2.6.0</mark> (18/12/2024)*

* Significant changes to foldout styles.
* Settings and notes are moved into one menu icon. Reduced the required icon files.
* Toolbars updated.
* Cleaned up style sheets.
* Note buttons updated.
* Default inspector can now be toggled on/off.
* Foldout contents now toggle opacity according to their states. This is useful in the settings list.
* Some minor other changes.

### <mark style="color:yellow;">v2.5.0b</mark> (13/12/2024) <a href="#v2.5.0a-08-12-2024" id="v2.5.0a-08-12-2024"></a>

* Minor code changes.

### <mark style="color:yellow;">v2.5.0a</mark> (08/12/2024)

* Minor code changes.&#x20;

### <mark style="color:yellow;">v2.5.0</mark> *(06/12/2024)*

* Updated inspector to bring more clarity.
* Added a toggle to switch on auto update of size at a schedule without any changes registering.

### <mark style="color:yellow;">v2.4.0a</mark> *(03/12/2024)*

* Increased range of decimals in System Buffer for the quick action buttons.
* Minor change for Unity 6.

### <mark style="color:yellow;">v2.4.0</mark> *(20/11/2024)*

* You can turn on and off the rounding of values in the inspector for each field.

### <mark style="color:yellow;">v2.3.1a</mark> *(29/10/2024)*

* Minor change to the Unity 6 notes UI.

### <mark style="color:yellow;">v2.3.1</mark> *(17/08/2024)*

* Added the ability to modify the number of digits after zero visible on the gizmo label.

### <mark style="color:yellow;">v2.3.0c</mark> *(27/07/2024)*

* When locking the aspect ratio, scale fields with the value zero, which can't be changed are now disabled just like the native transform inspector and have a tooltip explaining why and how it works.
* While the aspect ratio is locked, changing the field value to zero saves the previous ratio and uses that to apply when a new value is set. In cases like setting a field to 0.2, it will work as expected now.
* Copy-paste now works with different culture variants where different decimal separator is used.

### <mark style="color:yellow;">v2.3.0b</mark> *(10/07/2024)*

* Bugfix: With aspect ratio lock enabled, when changing the scale of an object from zero on an axis, it was applying an infinity increase to other axes. Fixed the issue. It will now work similarly to the native inspector.

### <mark style="color:yellow;">v2.3.0a</mark> *(20/06/2024)*

* Minor bugfix: I don't think style can be null, still there was an error reported due to it. I couldn't replicate the error but since this will run in edge-case sceneries for 1 frame, one extra if statement even if unnecessary isn't that bad.

### <mark style="color:yellow;">v2.3.0</mark> *(12/06/2024)*

* Added a performance debugger mode that will log how long every feature takes to load. You can turn it on from the settings button on the top right corner of the inspector. \
  Please note that after you turn it on, because of the many console logs, it will add a few milliseconds to the load times.
* Performance improvements.

### <mark style="color:yellow;">v2.2.5a</mark> *(06/06/2024)*

* Fixed a bug with the inspector being redrawn with a null target causing an unnecessary error log.

### <mark style="color:yellow;">v2.2.5</mark> *(28/05/2024)*

* Added a limit to how much child object's information will be drawn by default. It can be modified via settings.

### <mark style="color:yellow;">v2.2.4</mark> *(10/05/2024)*

* Notes are now added via an Add button. This will be used to add more functionalities in future releases.
* Fixed a bug with unit selection.
* Inline size is now also hidden when size is zero just like the size foldout.

### <mark style="color:yellow;">v2.2.3</mark> *(05/05/2024)*

* Settings are now organized into foldouts, making it easier to navigate.
* Toolbar buttons now change color on the press in a better way.
* The button order for inline size is now the same as the foldout size.
* The size center is now properly hidden when the inline size is on.
* Added a warning when trying to set world scale to infinity.
* Fixed a bug where domain reload printed an error.
* Fixed a bug where on domain reload, settings foldout would lose targets.
* Modified color now correctly applies to parent foldout on select too.
* World space fields auto-update when the inspector is locked and something else is moved.

### <mark style="color:yellow;">v2.2.1e</mark> *(18/04/2024)*

* Updated colors for buttons when they are selected using the Tab key.

### <mark style="color:yellow;">v2.2.1c</mark> *(14/04/2024)*

* Fixed a bug with notes in full-width bottom style.

### <mark style="color:yellow;">v2.2.1b</mark> *(13/04/2024)*

* Minor performance improvement.

### <mark style="color:yellow;">v2.2.1a</mark> *(13/04/2024)*

* Removed unused namespace from scene manager.

{% hint style="success" %}
I would like to especially thank 'Bernd Voglmeier' for taking the time and leaving awesome feedback. Many positive changes have come and will be coming based on those.
{% endhint %}

### <mark style="color:yellow;">v2.2.1</mark> *(13/04/2024)*

* Fixed a bug with note saves.
* Added scene note count in settings.
* Added a delete notes button.
* "Open Editor" button is no longer needed to open parent/child inspectors.
* Parent/child inspectors will no longer include themselves.

### <mark style="color:yellow;">v2.1.1</mark> *(09/04/2024)*

* Fixed a bug with rotation if an object had an excessive amount of child object under it.

### <mark style="color:yellow;">v2.1.0</mark> *(08/04/2024)*

* Multi-select is now working with quick action buttons.
* Users can now copy a group of object's position/rotation/scale and apply to another group of objects.
* Paste buttons tooltips will now be more informative. It will show what is copied and if multiple object is selected and copied, which values will be pasted on whom.
* Paste buttons are now interactive if there is nothing to paste.

## <mark style="color:yellow;">v2.0.0</mark> *(06/04/2024)*

\[Free major upgrade]

The asset was recreated in UIToolkit with a lot of new features. Some of the key changes are:

* Notes.
* Improved quick actions.
* Better size calculation with mesh vertices.
* Better customizability of the inspector.
* Asset GUID checker.
* Adaptive inspector.

### <mark style="color:yellow;">**v1.4.1**</mark>**&#x20;*****(26/11/2023)***

* *Always update size toggle is now more efficient.*

### <mark style="color:yellow;">**v1.4.0**</mark>**&#x20;*****(01/09/2023)***

* *Added an optional copy/paste button to copy/paste local/world position, rotation, and position. Thanks, Razvan Pasca for the idea.*
* *Fixed a bug with the child information setting foldout hiding wasn't being saved.*

### <mark style="color:yellow;">**v1.3.1b**</mark>**&#x20;*****(26/08/2023)***

* *Updated tooltips.*
* *Minor gizmo update.*

### <mark style="color:yellow;">**v1.3.1**</mark>**&#x20;*****(25/08/2023)***

* *Fixed a bug with gizmo positioning being in the center of the scene.*

### <mark style="color:yellow;">**v1.3.0**</mark>**&#x20;*****(18/08/2023)***

* Added support for Unity version 2020 and older

### <mark style="color:yellow;">**v1.2.0**</mark>**&#x20;*****(08/08/2023)***

* You can now view and modify child and parent transforms from one inspector.

### <mark style="color:yellow;">**v1.1.0**</mark>**&#x20;*****(01/08/2023)***

* Size can now be viewed in both world space and local space.
* Minor tooltip update.

### <mark style="color:yellow;">**v1.0.2**</mark>**&#x20;*****(31/07/2023)***

* *The 'auto-update size' setting is turned on by default now.*

### <mark style="color:yellow;">**v1.0.1**</mark>**&#x20;*****(16/07/2023)***

* *Improved settings inspector.*

## <mark style="color:yellow;">**v1.0.0**</mark>**&#x20;*****(15/07/2023)***

* *First release.*


---

# 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://ferdowsur.gitbook.io/better-transform/version-history.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.
