> For the complete documentation index, see [llms.txt](https://kristianhj.gitbook.io/asset-finder-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kristianhj.gitbook.io/asset-finder-pro/readme.md).

# Asset Finder PRO

{% hint style="info" %}
Favorites PRO is a Unity tool that allows to build levels and content much faster. It allows you to store and search your favorites, while also maintaining a detailed history of your actions, allowing you to find assets you’ve recently used. Thirdly Favorites PRO also allows to see what assets are most recently used in the current scene, again speeding up the process of finding the assets you need, when you need it.
{% endhint %}

Check out a video overview of Asset Finder PRO:

{% embed url="<https://youtu.be/pw3cJ2x1SOg>" %}
Asset Finder PRO
{% endembed %}

## Who is this for?

* Would you like to speed up level building?
* Do you sometimes have a hard time finding the asset/script file you are looking for?
* Do you have a number of assets it would be great to have at the tip of your fingers?

If any of the above applies, then Asset Finder PRO is the tool for you!

## What does it do?

Asset Finder PRO is a tool that will ease your daily workflow building content and levels. This is done in 3 distinct ways:

* A comprehensive automatic history of all the assets you have been using recently, which allows you to quickly find the things you use the most.
* A list of your own favorites for easy access (Both folders and individual assets)
* A list of all the prefabs being used in current scene. That allows you to quickly find anything often used in a specific scene.

These 3 methods will allow you to speed up your level building and content creation, and not spend time searching through obscure folders to find the assets you need.

## Does it support multiple users?

Asset Finder PRO is built to support multi-user development, automatically creating custom favorites for each team member, while also supporting a painless version control workflow. You are also able to copy favorites from other profiles, allowing for shared profiles that multiple team members can benefit from.

## Where can I get this?

Get it from the [Unity Asset Store](https://prf.hn/click/camref:1011l4Izm/pubref:Documentation/ar:Main/destination:https%3A%2F%2Fassetstore.unity.com%2Fpackages%2Fslug%2F97772)


---

# 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:

```
GET https://kristianhj.gitbook.io/asset-finder-pro/readme.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.
