# Releases

## 1.1.0 (7th March 2026)

**New**

* Unity 6.3 Support

**Fixes**

* Fixed screenshot capturing issue in newer version of Unity 6

## 1.0.3 (16th September 2025)

**Changes**

* Minor improvements and refinements.
* Added an Autosaver example to demonstrate automatic saving functionality.
* Introduced a new Load Game theme built entirely with Visual Scripting, without requiring separate components.

## 1.0.2 (17th June 2025)

**New**

* Added Copy Protection

**Fixes**

* MetaData now supports custom folder prefixes
* Application version is now included in MetaData

**Changes**

* Small improvements to the example content

## 1.0.1 (30th March 2025)

**Fixes**

* Fixed issue with building game with NanoSave installed

## 1.0.0 (27th March 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/nanosave/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.
