> For the complete documentation index, see [llms.txt](https://community.threekit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.threekit.com/releases/2020/2020.1.11.0-april-16-2020.md).

# 2020.1.11.0 - April 16, 2020

#### Platform

* We’ve added migration support for existing product visuals to ease the transition to Threekit and eliminate any potential downtime
  * If a Customer already has virtual photographs or AR assets, we can import them, associate them to Threekit configurators, and serve the experience from Threekit.
  * As they generate visual assets in Threekit, their migrated assets will be replaced with new, better visuals.

#### Player

* The player now has the updated Threekit branding colors
* We’ve improved the AR experience
  * If the AR experience needs to be generated, you now have the option to cancel
  * If the AR experience needs to be generated, it will automatically load once it's generated. It no longer needs you to click a “view” button.
* The player no longer has a white background, it’s transparent - we don’t make assumptions on the desired background color anymore. This allows you to embed it and give it any background color you like.

#### Editor

* In Logic mode, we’ve moved the “Done” when creating Attributes or Rules so that you don’t accidentally delete them.

#### Bugs

* AR glass no longer appears solid


---

# 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, and the optional `goal` query parameter:

```
GET https://community.threekit.com/releases/2020/2020.1.11.0-april-16-2020.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
