# 08-02 Aug Update

### :rocket: Major Features

* **Collider Boxes** and **Scene Bounds** for 3D scenes. These allow you control where a player can move, and improve collision detection performance. 3D scenes are now smoother as a result.

<figure><img src="/files/iRAuZauE0xlmHYmd9hFz" alt=""><figcaption></figcaption></figure>

### :arrow\_double\_up: Minor Improvements

* We reworked how the **preview button** works at the top right corner of the editor. <img src="/files/P5bYZtqwjx3JN5lYPexH" alt="Preview" data-size="original"> The Preview popup now shows options to open the preview in new tab, scan a QR code or go to deployments to publish the experience

<figure><img src="/files/T06ITS56auQcbIaJAavb" alt=""><figcaption><p>Preview Popup</p></figcaption></figure>

* New display options have been added to the **SCORM element - Fullscreen, Fullscreen without close**. The SCORM element allows you to embed SCORM modules within a GMetri experience.
* Email verification screen is shown when a user’s email isn’t verified

### :bug: Bug Fixes

* Fixed workspace logo updates
* Thumbnails are correctly generated whenever projects are duplicated
* Fixed an issue with SCORM files processing
* Correct error messages are shown in preview links whenever the preview session expires (15mins)


---

# 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.gmetri.com/features/release-notes/2022/08-02-aug-update.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.
