# Unity Asset Viewer

{% embed url="<https://github.com/Rawrshak/Unity-Asset-Viewer-Project>" %}
Rawrshak's Unity Asset Viewer Demo Project
{% endembed %}

This project is a Unity game on windows desktop that allows a gamer to view the assets in their wallet. It views Text, Audio, Image, and Static 3D assets.&#x20;

#### Requirements:

* Unity Installed Version: 2020.3

#### Instructions:

1. Clone or fork the asset viewer project repo:

   `git clone` [`https://github.com/Rawrshak/Unity-Asset-Viewer-Project.git`](https://github.com/Rawrshak/Unity-Asset-Viewer-Project.git)
2. Open Unity Hub
3. Add Unity-Asset-Viewer-Project to Unity Hub
4. Open Unity-Asset-Viewer-Project
5. In the Projects tab, open the Assets\Scene folder and load (double-click) SampleScene

{% hint style="info" %}
This project is only a demo project. This is not a production quality game and will probably have bugs. Please use at your own risk.
{% endhint %}

#### Todo:

* Deploy project on WebGL, Android, and/or iOS
* Create a Windows Desktop executable


---

# 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.rawrshak.io/tutorials/unity-asset-viewer.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.
