# Releases

## 1.3.2 (26th February 2026)

**New**

* Added support for **Inventory Extended** asset types:\
  Dismantle Item\
  Grid Recipe\
  Item State\
  List Recipe\
  Smelt Item

**Fixes**

* Fixed an issue with preloading the scriptableobjects.

## 1.3.1 (12th January 2026)

**New**

* When restoring the saved editor state in List View, the view now automatically scrolls to the open ScriptableObject.

**Fixes**

* Fixed issues with creating new animation & locomotion states.

**Changes**

* Preloading of scriptableobjects is now faster at project startup.
* Editor state saving is now project-specific, rather than shared across all projects.
* The current editor state is saved on entering Play Mode and restored on exit.

## 1.3.0 (18th December 2025)

**New**

* Added support for Unity's Light Editor Theme.
* Added saving & restoring of Editor Pro's state.
* Added support for Perk & PerkTree (McKinleyMassacre)
* Unity 6.3 Support

**Changes**

* Minor improvements and refinements.

## 1.2.9 (16th September 2025)

**New**

* Added support for Inventory Extended (Fullscreen).

**Changes**

* Minor improvements and refinements.

## 1.2.8 (2nd July 2025)

**Enchantments**

* Improvements to grid view

## 1.2.7 (9th June 2025)

**New**

* Added support for LogicBlock (Fullscreen)

## 1.2.6 (19th April 2025)

**New**

* Added a folder exclusion option to Editor Pro to filter Scriptable Objects.

**Enchantments**

* Improved overall performance and responsiveness.

## 1.1.6 (11th April 2025)

**New**

* Added support for StateTraverseBase (Game Creator 2 Traversal)
* Added support for StateTraverseHorizontal (Game Creator 2 Traversal)
* Added support for StateTraverseVertical (Game Creator 2 Traversal)

## 1.1.5 (22nd March 2025)

**Fixes**

* Fixed a warning caused by the Create New asset button

## 1.1.4 (19th March 2025)

**Fixes**

* When creating a new ShooterWeapon, the animator does not get assigned

## 1.1.3 (13th March 2025)

**New**

* Sprite support for Letters (Mailbox)

**Fixes**

* COZY is no longer in the tree menu if the asset is not installed

## 1.1.2 (7th March 2025)

**New**

* Added support for Motion Actions (Game Creator 2 Traversal)
* Added support for Motion Interactive (Game Creator 2 Traversal)
* Added support for Motion Link (Game Creator 2 Traversal)

**Enhances**

* Added fallback icon for tree menu

## 1.0.2 (26 Febuary 2025)

**New**

* Added support for Material Sounds (Game Creator 2 Core)
* The delete items dialog will now display the names of the assets being deleted

**Fixes**

* The action menu now considers all selected items in list view
* Switching between grid and list view now properly resets the editor

## 1.0.1 (20th Febuary 2025)

**New**

* Added support for Animation States (Game Creator 2 Core)

## 1.0.0 (18th February 2025)

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://docs.fullscreen.no/info/game-creator-2-assets/editor-pro/releases.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.
