# Recent Items (Pro)

{% hint style="info" %}
**Professional Feature**: Recent Items is only available in realvirtual Professional version 6.0.7 and above.
{% endhint %}

Recent Items provides quick access to recently used GameObjects, project assets, and scenes through a Scene View overlay panel.

![Recent Items Overlay Panel](/files/5QD7oGXNJZXarv7Opyzp)

## Overview

Recent Items automatically tracks your selection history and organizes items into three categories:

* **Scene Objects**: GameObjects from your scenes (shows up to 5 items)
* **Project Assets**: Scripts, prefabs, materials, etc. (shows up to 5 items)
* **Scenes**: Scene files you've opened (shows up to 3 items)

Objects in different scenes are marked with **(→)** and prompt you to switch scenes when clicked.

## How to Use

1. Click the **Recent** button in the realvirtual toolbar to toggle the overlay
2. Click any item to navigate to it immediately
3. The overlay closes automatically after selection
4. Use **Clear All** button to remove history

## Features

* **Auto-tracking**: Continuously monitors your selections
* **Unity Icons**: Each item shows its appropriate icon (blue for prefabs, etc.)
* **Time Stamps**: Shows when you last accessed each item (2m, 5h, 3d, etc.)
* **Smart Scene Switching**: Prompts before switching to different scenes
* **Persistent History**: Maintains history across Unity sessions
* **Auto-refresh**: Updates every 2 seconds when visible

## Prerequisites

* Unity 6 (6000.0.28f1) or newer
* realvirtual Professional 6.0.7+

## See Also

* [Quick Edit](/basics/user-interface/quick-edit.md) - Scene View overlay for component addition
* [Move Pivot Points (Pro)](/basics/user-interface/move-pivot-points-pro.md) - Advanced pivot tools
* [Selection Window (Pro)](/basics/user-interface/selection-window.md) - Advanced selection management

***

© 2025 realvirtual GmbH [https://realvirtual.io](https://realvirtual.io/) - All rights reserved.


---

# 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://doc.realvirtual.io/basics/user-interface/recent-items-pro.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.
